diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-03 18:03:13 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-03 18:03:13 +0000 |
commit | efd2dbf02644a170f7efa220d3774430dd9be890 (patch) | |
tree | 76a93bba9f6f86ef83f99f58124364612d909989 /gtk/gtkscalebutton.h | |
parent | 5d0421f6c3de152a652b0ce8c101790a9d1f15bd (diff) | |
download | gdk-pixbuf-efd2dbf02644a170f7efa220d3774430dd9be890.tar.gz |
Add gtk_scale_button_get_popup
svn path=/trunk/; revision=20748
Diffstat (limited to 'gtk/gtkscalebutton.h')
-rw-r--r-- | gtk/gtkscalebutton.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkscalebutton.h b/gtk/gtkscalebutton.h index 5ba1c8bdd..6ba51b229 100644 --- a/gtk/gtkscalebutton.h +++ b/gtk/gtkscalebutton.h @@ -98,6 +98,7 @@ void gtk_scale_button_set_adjustment (GtkScaleButton *button, GtkOrientation gtk_scale_button_get_orientation (GtkScaleButton *button); void gtk_scale_button_set_orientation (GtkScaleButton *button, GtkOrientation orientation); +GtkWidget * gtk_scale_button_get_popup (GtkScaleButton *button); G_END_DECLS |