|  |  |  | Goffice Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Signals | ||||
#define GO_TYPE_ROTATION_SEL #define GO_ROTATION_SEL (obj) #define GO_IS_ROTATION_SEL (obj) GORotationSel; GType go_rotation_sel_get_type (void); 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);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkHBox +----GORotationSel
GORotationSel implements AtkImplementorIface, GtkBuildable and GtkOrientable.
#define GO_ROTATION_SEL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GO_TYPE_ROTATION_SEL, GORotationSel))
| 
 | 
#define GO_IS_ROTATION_SEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), GO_TYPE_ROTATION_SEL))
| 
 | 
void go_rotation_sel_set_rotation (GORotationSel *rs,int degrees);
| 
 | |
| 
 | 
int                 go_rotation_sel_get_rotation        (GORotationSel const *rs);
| 
 | |
| Returns : | 
"rotation-changed" signalvoid user_function (GORotationSel *gorotationsel, gint arg1, gpointer user_data) : Run Last
| 
 | the object which received the signal. | 
| 
 | |
| 
 | user data set when the signal handler was connected. |