GORotationSel

GORotationSel

Functions

Signals

void rotation-changed Run Last

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkGrid
                    ╰── GORotationSel

Implemented Interfaces

GORotationSel implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

Functions

go_rotation_sel_get_rotation ()

int
go_rotation_sel_get_rotation (GORotationSel const *rs);

go_rotation_sel_new ()

GtkWidget *
go_rotation_sel_new (void);

go_rotation_sel_new_full ()

GtkWidget *
go_rotation_sel_new_full (void);

go_rotation_sel_set_rotation ()

void
go_rotation_sel_set_rotation (GORotationSel *rs,
                              int degrees);

Types and Values

GORotationSel

typedef struct _GORotationSel GORotationSel;

Signal Details

The “rotation-changed” signal

void
user_function (GORotationSel *gorotationsel,
               gint           arg1,
               gpointer       user_data)

Flags: Run Last