GtkHScrollbar

GtkHScrollbar

Synopsis

#include <gtk/gtk.h>

                    GtkHScrollbar;
GtkWidget*          gtk_hscrollbar_new                  (GtkAdjustment *adjustment);

Description

Details

GtkHScrollbar

typedef struct {
  GtkScrollbar scrollbar;
} GtkHScrollbar;


gtk_hscrollbar_new ()

GtkWidget*          gtk_hscrollbar_new                  (GtkAdjustment *adjustment);

Creates a new horizontal scrollbar.

adjustment :

the GtkAdjustment to use, or NULL to create a new adjustment. [allow-none]

Returns :

the new GtkHScrollbar