]> Pileus Git - ~andy/gtk/commit
ToolShell: Add ellipsize, text-orientation, text-alignment and size-group.
authorMurray Cumming <murrayc@murrayc.com>
Mon, 13 Jul 2009 17:13:59 +0000 (19:13 +0200)
committerMurray Cumming <murrayc@murrayc.com>
Mon, 13 Jul 2009 17:13:59 +0000 (19:13 +0200)
commitdad6e7343c1fbdbbe2a6ca765aabcf8b887933c9
tree1f2565ca69346eccdac3580e16c75a717995e869
parent8a294b8bb75236c52519dcb39794bedad15498df
ToolShell: Add ellipsize, text-orientation, text-alignment and size-group.

* gtk/gtktoolshell.c: Added vfuncs to get/set ellipsize, text-orientation,
text-alignment and size-group plus getter/setters to invoke these vfuncs.
* gtk/gtktoolitem.[h|c]: Added getters and setters to get/set these from the
parent GtkToolShell. This is in the style of the existing "properties".
* gtk/gtktoolbutton.c: Updated to use the extra properties.

* docs/reference/gtk/gtk-sections.txt
* gtk/gtk.symbols: Updated to mention the new functions.

These new "properties" are used by GtkToolPalette.
13 files changed:
docs/reference/ChangeLog
docs/reference/gtk/gtk-sections.txt
gtk/gtk.symbols
gtk/gtktoolbutton.c
gtk/gtktoolitem.c
gtk/gtktoolitem.h
gtk/gtktoolshell.c
gtk/gtktoolshell.h
gtktoolitemgroup.c [deleted file]
gtktoolitemgroup.h [deleted file]
gtktoolpalette.c [deleted file]
gtktoolpalette.h [deleted file]
gtktoolpaletteprivate.h [deleted file]