Added gtk_toolbar_*_element() functions. Rewrote others

to simply call gtk_toolbar_insert_element() to do the work.

Added two new GtkToolbarChildType options: TOGGLEBUTTON and
RADIOBUTTON, available through the gtk_toolbar_*_element() functions.

-Marc
This commit is contained in:
rhlabs
1998-02-23 20:48:46 +00:00
parent 86a97f7835
commit 7add75fba5
9 changed files with 291 additions and 132 deletions

View File

@ -1,3 +1,13 @@
Mon Feb 23 15:45:37 1998 Marc Ewing <marc@redhat.com>
* gtk/gtktoolbar.h:
* gtk/gtktoolbar.c:
Added gtk_toolbar_*_element() functions. Rewrote others
to simply call gtk_toolbar_insert_element() to do the
work.
Added two new GtkToolbarChildType options: TOGGLEBUTTON and
RADIOBUTTON, available through the gtk_toolbar_*_element() functions.
Mon Feb 23 13:44:10 1998 Tim Janik <timj@gimp.org>
* gtk/gtkstatusbar.h: