gtk+ r21993 - in trunk: . gtk



Author: matthiasc
Date: Mon Dec 29 07:17:01 2008
New Revision: 21993
URL: http://svn.gnome.org/viewvc/gtk+?rev=21993&view=rev

Log:
Document gtk_xscrollbar.new


Modified:
   trunk/ChangeLog
   trunk/gtk/gtkvscrollbar.c

Modified: trunk/gtk/gtkvscrollbar.c
==============================================================================
--- trunk/gtk/gtkvscrollbar.c	(original)
+++ trunk/gtk/gtkvscrollbar.c	Mon Dec 29 07:17:01 2008
@@ -47,6 +47,14 @@
                                   GTK_ORIENTATION_VERTICAL);
 }
 
+/**
+ * gtk_vscrollbar_new:
+ * @adjustment: the #GtkAdjustment to use, or %NULL to create a new adjustment
+ *
+ * Creates a new vertical scrollbar.
+ *
+ * Returns: the new #GtkVScrollbar
+ */
 GtkWidget *
 gtk_vscrollbar_new (GtkAdjustment *adjustment)
 {



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