summaryrefslogtreecommitdiff
path: root/gtk/gtkscalebutton.h
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-06-20 14:30:28 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-06-20 14:30:28 +0000
commit9e400139b7f8cfbba83ca59b359834d50135f2d4 (patch)
treec9e2d06e94d0a439e1699d205e4bc099c0068dab /gtk/gtkscalebutton.h
parent02fbfecda2dce98cd3bed035d00be7c050569676 (diff)
downloadgtk+-9e400139b7f8cfbba83ca59b359834d50135f2d4.tar.gz
Add missing accessor for sealed fields GtkScaleButton->plus_button and
2008-06-20 Johan Dahlin <jdahlin@async.com.br> * gtk/gtk.symbols: * gtk/gtkscalebutton.c (gtk_scale_button_get_plus_button), (gtk_scale_button_get_minus_button): * gtk/gtkscalebutton.h: Add missing accessor for sealed fields GtkScaleButton->plus_button and minus_button. svn path=/trunk/; revision=20648
Diffstat (limited to 'gtk/gtkscalebutton.h')
-rw-r--r--gtk/gtkscalebutton.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkscalebutton.h b/gtk/gtkscalebutton.h
index 7384db05c2..9548093b72 100644
--- a/gtk/gtkscalebutton.h
+++ b/gtk/gtkscalebutton.h
@@ -95,6 +95,8 @@ void gtk_scale_button_set_value (GtkScaleButton *button,
GtkAdjustment* gtk_scale_button_get_adjustment (GtkScaleButton *button);
void gtk_scale_button_set_adjustment (GtkScaleButton *button,
GtkAdjustment *adjustment);
+GtkWidget* gtk_scale_button_get_plus_button (GtkScaleButton *button);
+GtkWidget* gtk_scale_button_get_minus_button (GtkScaleButton *button);
G_END_DECLS