Code

Converted text toolbar to GTK toolbar.
authortavmjong-free <tavmjong@free.fr>
Fri, 23 Apr 2010 10:59:44 +0000 (12:59 +0200)
committertavmjong-free <tavmjong@free.fr>
Fri, 23 Apr 2010 10:59:44 +0000 (12:59 +0200)
commitcbe2531b65e2167f2ba4a6e1025d3711ebd70710
tree0b933d8e4a4aa92201a074d9fff3e3fc77629e0c
parent94291cf95dad342c682d612fda0698b5b9e85949
Converted text toolbar to GTK toolbar.
Moved Bold and Italics buttons to group font items together.
Added items for line-height, word-spacing, and letter-spacing.
Added ink-comboboxentry-action to wrap a GtkComboBoxEntry widget:
  Options: Pop-up completion menu.
           Use of external cell_data_func for formatting (e.g. font preview).
          Adjustable GtkEntry width.
   Display warning icon/tooltip if entry isn't in list.
src/Makefile_insert
src/ink-comboboxentry-action.cpp [new file with mode: 0644]
src/ink-comboboxentry-action.h [new file with mode: 0644]
src/widgets/toolbox.cpp