gtk+ r20719 - in trunk: . gtk



Author: mitch
Date: Tue Jul  1 07:45:40 2008
New Revision: 20719
URL: http://svn.gnome.org/viewvc/gtk+?rev=20719&view=rev

Log:
2008-07-01  Michael Natterer  <mitch imendio com>

	* gtk/gtkscalebutton.h: forgot to commit the header, fixed now.



Modified:
   trunk/ChangeLog
   trunk/gtk/gtkscalebutton.h

Modified: trunk/gtk/gtkscalebutton.h
==============================================================================
--- trunk/gtk/gtkscalebutton.h	(original)
+++ trunk/gtk/gtkscalebutton.h	Tue Jul  1 07:45:40 2008
@@ -81,20 +81,23 @@
   void (*_gtk_reserved4) (void);
 };
 
-GType		gtk_scale_button_get_type	(void) G_GNUC_CONST;
-GtkWidget*	gtk_scale_button_new		(GtkIconSize     size,
-						 gdouble         min,
-						 gdouble         max,
-						 gdouble         step,
-						 const gchar   **icons);
-void		gtk_scale_button_set_icons	(GtkScaleButton *button,
-						 const gchar   **icons);
-gdouble		gtk_scale_button_get_value	(GtkScaleButton *button);
-void		gtk_scale_button_set_value	(GtkScaleButton *button,
-						 gdouble         value);
-GtkAdjustment*	gtk_scale_button_get_adjustment	(GtkScaleButton *button);
-void		gtk_scale_button_set_adjustment	(GtkScaleButton *button,
-						 GtkAdjustment  *adjustment);
+GType            gtk_scale_button_get_type        (void) G_GNUC_CONST;
+GtkWidget *      gtk_scale_button_new             (GtkIconSize      size,
+                                                   gdouble          min,
+                                                   gdouble          max,
+                                                   gdouble          step,
+                                                   const gchar    **icons);
+void             gtk_scale_button_set_icons       (GtkScaleButton  *button,
+                                                   const gchar    **icons);
+gdouble          gtk_scale_button_get_value       (GtkScaleButton  *button);
+void             gtk_scale_button_set_value       (GtkScaleButton  *button,
+                                                   gdouble          value);
+GtkAdjustment *  gtk_scale_button_get_adjustment  (GtkScaleButton  *button);
+void             gtk_scale_button_set_adjustment  (GtkScaleButton  *button,
+                                                   GtkAdjustment   *adjustment);
+GtkOrientation   gtk_scale_button_get_orientation (GtkScaleButton  *button);
+void             gtk_scale_button_set_orientation (GtkScaleButton  *button,
+                                                   GtkOrientation   orientation);
 
 G_END_DECLS
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]