diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-07-18 23:08:51 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-07-18 23:08:51 +0000 |
commit | 1fd4cd2fa4dd1a99d259ce58c1454d0cd630f4ae (patch) | |
tree | 7b0ceeb9e7ab1a529767ac38cca22e88b07fd205 /gtk/gtkbbox.h | |
parent | 0c8511d269b70279eafe6619f297c13f2a07ad85 (diff) | |
download | gtk+-1fd4cd2fa4dd1a99d259ce58c1454d0cd630f4ae.tar.gz |
New function. (#64562)
2003-07-19 Matthias Clasen <maclas@gmx.de>
* gtk/gtkbbox.h:
* gtk/gtkbbox.c (gtk_button_box_get_child_secondary): New function. (#64562)
Diffstat (limited to 'gtk/gtkbbox.h')
-rw-r--r-- | gtk/gtkbbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkbbox.h b/gtk/gtkbbox.h index d69c44dfca..2773b69827 100644 --- a/gtk/gtkbbox.h +++ b/gtk/gtkbbox.h @@ -69,6 +69,8 @@ GType gtk_button_box_get_type (void) G_GNUC_CONST; GtkButtonBoxStyle gtk_button_box_get_layout (GtkButtonBox *widget); void gtk_button_box_set_layout (GtkButtonBox *widget, GtkButtonBoxStyle layout_style); +gboolean gtk_button_box_get_child_secondary (GtkButtonBox *widget, + GtkWidget *child); void gtk_button_box_set_child_secondary (GtkButtonBox *widget, GtkWidget *child, gboolean is_secondary); |