|
CoreGTK
3.18.0
CoreGTK is an Objective-C language binding for the GTK+ widget toolkit
|


Additional Inherited Members | |
Class Methods inherited from CGTKWidget | |
| (GtkTextDirection) | + getDefaultDirection |
| (GtkStyle *) | + getDefaultStyle |
| (void) | + popCompositeChild |
| (void) | + pushCompositeChild |
| (void) | + setDefaultDirection: |
Class Methods inherited from CGTKBase | |
| (CGTKBase *) | + withGObject: |
Protected Attributes inherited from CGTKBase | |
| GObject * | __gObject |
Definition at line 34 of file CGTKSpinButton.h.
| - (void) configureWithAdjustment: | (GtkAdjustment*) | adjustment | |
| andClimbRate: | (gdouble) | climbRate | |
| andDigits: | (guint) | digits | |
-(void*)configureWithAdjustment:(GtkAdjustment*) adjustment andClimbRate:(gdouble) climbRate andDigits:(guint) digits;
| adjustment | |
| climbRate | |
| digits |
Definition at line 65 of file CGTKSpinButton.m.
| - (GtkAdjustment *) getAdjustment |
-(GtkAdjustment**)getAdjustment;
Definition at line 70 of file CGTKSpinButton.m.
| - (guint) getDigits |
| - (void) getIncrementsWithStep: | (gdouble*) | step | |
| andPage: | (gdouble*) | page | |
-(void*)getIncrementsWithStep:(gdouble*) step andPage:(gdouble*) page;
| step | |
| page |
Definition at line 80 of file CGTKSpinButton.m.
| - (BOOL) getNumeric |
| - (void) getRangeWithMin: | (gdouble*) | min | |
| andMax: | (gdouble*) | max | |
-(void*)getRangeWithMin:(gdouble*) min andMax:(gdouble*) max;
| min | |
| max |
Definition at line 90 of file CGTKSpinButton.m.
| - (BOOL) getSnapToTicks |
| - (GtkSpinButtonUpdatePolicy) getUpdatePolicy |
-(GtkSpinButtonUpdatePolicy*)getUpdatePolicy;
Definition at line 100 of file CGTKSpinButton.m.
| - (gdouble) getValue |
| - (gint) getValueAsInt |
| - (BOOL) getWrap |
| - (id) initWithAdjustment: | (GtkAdjustment*) | adjustment | |
| andClimbRate: | (gdouble) | climbRate | |
| andDigits: | (guint) | digits | |
Constructors
Definition at line 36 of file CGTKSpinButton.m.
| - (void) setAdjustment: | (GtkAdjustment*) | adjustment |
-(void*)setAdjustment: adjustment;
| adjustment |
Definition at line 120 of file CGTKSpinButton.m.
| - (void) setDigits: | (guint) | digits |
| - (void) setIncrementsWithStep: | (gdouble) | step | |
| andPage: | (gdouble) | page | |
-(void*)setIncrementsWithStep:(gdouble) step andPage:(gdouble) page;
| step | |
| page |
Definition at line 130 of file CGTKSpinButton.m.
| - (void) setNumeric: | (BOOL) | numeric |
| - (void) setRangeWithMin: | (gdouble) | min | |
| andMax: | (gdouble) | max | |
-(void*)setRangeWithMin:(gdouble) min andMax:(gdouble) max;
| min | |
| max |
Definition at line 140 of file CGTKSpinButton.m.
| - (void) setSnapToTicks: | (BOOL) | snapToTicks |
-(void*)setSnapToTicks: snapToTicks;
| snapToTicks |
Definition at line 145 of file CGTKSpinButton.m.
| - (void) setUpdatePolicy: | (GtkSpinButtonUpdatePolicy) | policy |
| - (void) setValue: | (gdouble) | value |
| - (void) setWrap: | (BOOL) | wrap |
| - (GtkSpinButton *) SPINBUTTON |
Methods
Definition at line 60 of file CGTKSpinButton.m.
| - (void) spinWithDirection: | (GtkSpinType) | direction | |
| andIncrement: | (gdouble) | increment | |
-(void*)spinWithDirection:(GtkSpinType) direction andIncrement:(gdouble) increment;
| direction | |
| increment |
Definition at line 165 of file CGTKSpinButton.m.
| - (void) update |
-(void*)update;
Definition at line 170 of file CGTKSpinButton.m.