|
CoreGTK
3.10.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 CGTKLevelBar.h.
| - (void) addOffsetValueWithName: | (NSString*) | name | |
| andValue: | (gdouble) | value | |
-(void*)addOffsetValueWithName:(NSString*) name andValue:(gdouble) value;
| name | |
| value |
Definition at line 65 of file CGTKLevelBar.m.
| - (BOOL) getInverted |
| - (gdouble) getMaxValue |
| - (gdouble) getMinValue |
| - (GtkLevelBarMode) getMode |
| - (BOOL) getOffsetValueWithName: | (NSString*) | name | |
| andValue: | (gdouble*) | value | |
-(BOOL*)getOffsetValueWithName:(NSString*) name andValue:(gdouble*) value;
| name | |
| value |
Definition at line 90 of file CGTKLevelBar.m.
| - (gdouble) getValue |
| - (id) init |
Constructors
Definition at line 36 of file CGTKLevelBar.m.
| - (GtkLevelBar *) LEVELBAR |
Methods
Definition at line 60 of file CGTKLevelBar.m.
| - (void) removeOffsetValue: | (NSString*) | name |
| - (void) setInverted: | (BOOL) | inverted |
| - (void) setMaxValue: | (gdouble) | value |
| - (void) setMinValue: | (gdouble) | value |
| - (void) setMode: | (GtkLevelBarMode) | mode |
| - (void) setValue: | (gdouble) | value |