|
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 CGTKScaleButton.h.
| - (GtkAdjustment *) getAdjustment |
-(GtkAdjustment**)getAdjustment;
Definition at line 53 of file CGTKScaleButton.m.
| - (CGTKWidget *) getMinusButton |
| - (CGTKWidget *) getPlusButton |
| - (CGTKWidget *) getPopup |
| - (gdouble) getValue |
| - (id) initWithSize: | (GtkIconSize) | size | |
| andMin: | (gdouble) | min | |
| andMax: | (gdouble) | max | |
| andStep: | (gdouble) | step | |
| andIcons: | (gchar**) | icons | |
Constructors
Definition at line 36 of file CGTKScaleButton.m.
| - (GtkScaleButton *) SCALEBUTTON |
Methods
Definition at line 48 of file CGTKScaleButton.m.
| - (void) setAdjustment: | (GtkAdjustment*) | adjustment |
-(void*)setAdjustment: adjustment;
| adjustment |
Definition at line 78 of file CGTKScaleButton.m.
| - (void) setIcons: | (gchar**) | icons |
| - (void) setValue: | (gdouble) | value |