|
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 CGTKProgressBar.h.
| - (PangoEllipsizeMode) getEllipsize |
-(PangoEllipsizeMode*)getEllipsize;
Definition at line 53 of file CGTKProgressBar.m.
| - (gdouble) getFraction |
| - (BOOL) getInverted |
| - (gdouble) getPulseStep |
| - (BOOL) getShowText |
| - (NSString *) getText |
| - (id) init |
Constructors
Definition at line 36 of file CGTKProgressBar.m.
| - (GtkProgressBar *) PROGRESSBAR |
Methods
Definition at line 48 of file CGTKProgressBar.m.
| - (void) pulse |
-(void*)pulse;
Definition at line 83 of file CGTKProgressBar.m.
| - (void) setEllipsize: | (PangoEllipsizeMode) | mode |
| - (void) setFraction: | (gdouble) | fraction |
| - (void) setInverted: | (BOOL) | inverted |
| - (void) setPulseStep: | (gdouble) | fraction |
-(void*)setPulseStep: fraction;
| fraction |
Definition at line 103 of file CGTKProgressBar.m.
| - (void) setShowText: | (BOOL) | showText |
-(void*)setShowText: showText;
| showText |
Definition at line 108 of file CGTKProgressBar.m.
| - (void) setText: | (NSString*) | text |