mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Document gtk_xscrollbar.new
svn path=/trunk/; revision=21993
This commit is contained in:
parent
3cf7c45388
commit
175b4bea8b
@ -1,3 +1,7 @@
|
||||
2008-12-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk[hv]scrollbar.c: Document gtk_[hv]scrollbar_new.
|
||||
|
||||
2008-12-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c: Document gtk_mnemonic_activate.
|
||||
|
@ -47,6 +47,14 @@ gtk_vscrollbar_init (GtkVScrollbar *vscrollbar)
|
||||
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user