diff options
author | Murray Cumming <murrayc@murrayc.com> | 2009-07-13 19:13:59 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2009-07-13 19:13:59 +0200 |
commit | dad6e7343c1fbdbbe2a6ca765aabcf8b887933c9 (patch) | |
tree | 1f2565ca69346eccdac3580e16c75a717995e869 /docs/reference/ChangeLog | |
parent | 8a294b8bb75236c52519dcb39794bedad15498df (diff) | |
download | gtk+-dad6e7343c1fbdbbe2a6ca765aabcf8b887933c9.tar.gz |
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.
Diffstat (limited to 'docs/reference/ChangeLog')
-rw-r--r-- | docs/reference/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 2447903bdc..0a6b97fddc 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,9 @@ +2009-07-13 Murray Cumming <murrayc@murrayc.com> + + reviewed by: <delete if not using a buddy> + + * gtk/gtk-sections.txt: + === ChangeLog discontinued === With the move to git, GTK+ is switching from a ChangeLog file |