|
CoreGTK
3.22.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 CGTKScale.h.
| - (void) addMarkWithValue: | (gdouble) | value | |
| andPosition: | (GtkPositionType) | position | |
| andMarkup: | (NSString*) | markup | |
-(void*)addMarkWithValue:(gdouble) value andPosition:(GtkPositionType) position andMarkup:(NSString*) markup;
| value | |
| position | |
| markup |
Definition at line 65 of file CGTKScale.m.
| - (void) clearMarks |
-(void*)clearMarks;
Definition at line 70 of file CGTKScale.m.
| - (gint) getDigits |
| - (BOOL) getDrawValue |
| - (BOOL) getHasOrigin |
| - (PangoLayout *) getLayout |
| - (void) getLayoutOffsetsWithX: | (gint*) | x | |
| andY: | (gint*) | y | |
-(void*)getLayoutOffsetsWithX:(gint*) x andY:(gint*) y;
| x | |
| y |
Definition at line 95 of file CGTKScale.m.
| - (GtkPositionType) getValuePos |
| - (id) initWithOrientation: | (GtkOrientation) | orientation | |
| andAdjustment: | (GtkAdjustment*) | adjustment | |
Constructors
Definition at line 36 of file CGTKScale.m.
| - (GtkScale *) SCALE |
Methods
Definition at line 60 of file CGTKScale.m.
| - (void) setDigits: | (gint) | digits |
| - (void) setDrawValue: | (BOOL) | drawValue |
| - (void) setHasOrigin: | (BOOL) | hasOrigin |
| - (void) setValuePos: | (GtkPositionType) | pos |