GtkHScrollbar

GtkHScrollbar

Synopsis

#include <gtk/gtk.h>

struct              GtkHScrollbar;
GtkWidget *         gtk_hscrollbar_new                  (GtkAdjustment *adjustment);

Description

Details

struct GtkHScrollbar

struct GtkHScrollbar {
  GtkScrollbar scrollbar;
};


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