go-rotation-sel

go-rotation-sel

Synopsis

                    GORotationSel;
GtkWidget*          go_rotation_sel_new                 (void);
void                go_rotation_sel_set_rotation        (GORotationSel *rs,
                                                         int degrees);
int                 go_rotation_sel_get_rotation        (GORotationSel const *rs);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBox
                                 +----GtkHBox
                                       +----GORotationSel

Implemented Interfaces

GORotationSel implements AtkImplementorIface and GtkBuildable.

Signals

  "rotation-changed"                               : Run Last

Description

Details

GORotationSel

typedef struct _GORotationSel GORotationSel;


go_rotation_sel_new ()

GtkWidget*          go_rotation_sel_new                 (void);

Returns :


go_rotation_sel_set_rotation ()

void                go_rotation_sel_set_rotation        (GORotationSel *rs,
                                                         int degrees);

rs :

degrees :


go_rotation_sel_get_rotation ()

int                 go_rotation_sel_get_rotation        (GORotationSel const *rs);

rs :

Returns :

Signal Details

The "rotation-changed" signal

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

gorotationsel :

the object which received the signal.

arg1 :

user_data :

user data set when the signal handler was connected.