manpagez: man pages & more
html files: gtk2
Home | html | info | man

GtkVScale

GtkVScale

Types and Values

struct GtkVScale

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkRange
                    ╰── GtkScale
                        ╰── GtkVScale

Implemented Interfaces

GtkVScale implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Includes

#include <gtk/gtk.h>

Description

Functions

gtk_vscale_new ()

GtkWidget *
gtk_vscale_new (GtkAdjustment *adjustment);

gtk_vscale_new_with_range ()

GtkWidget *
gtk_vscale_new_with_range (gdouble min,
                           gdouble max,
                           gdouble step);

Types and Values

struct GtkVScale

struct GtkVScale;
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.