add new Gtk2mmext::EmScale class for measuring font-based sizing

This commit is contained in:
Paul Davis
2014-10-23 13:17:27 -04:00
parent 9a60bb58b2
commit 2bc3ec6ab3
3 changed files with 130 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ gtkmm2ext_sources = [
'cursors.cc',
'debug.cc',
'dndtreeview.cc',
'emscale.cc',
'fastmeter.cc',
'focus_entry.cc',
'grouped_buttons.cc',