| GTK+ 3 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
#include <gtk/gtk.h>
struct GtkHScrollbar;
GtkWidget * gtk_hscrollbar_new (GtkAdjustment *adjustment);
GtkWidget * gtk_hscrollbar_new (GtkAdjustment *adjustment);
Creates a new horizontal scrollbar.
|
the GtkAdjustment to use, or NULL to create a new adjustment. [allow-none]
|
Returns : |
the new GtkHScrollbar |