|
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 CGTKAccelLabel.h.
| - (GtkAccelLabel *) ACCELLABEL |
Methods
Definition at line 48 of file CGTKAccelLabel.m.
| - (CGTKWidget *) getAccelWidget |
| - (guint) getAccelWidth |
| - (void) getAccelWithAcceleratorKey: | (guint*) | acceleratorKey | |
| andAcceleratorMods: | (GdkModifierType*) | acceleratorMods | |
-(void*)getAccelWithAcceleratorKey:(guint*) acceleratorKey andAcceleratorMods:(GdkModifierType*) acceleratorMods;
| acceleratorKey | |
| acceleratorMods |
Definition at line 53 of file CGTKAccelLabel.m.
| - (id) init: | (NSString*) | string |
| - (BOOL) refetch |
| - (void) setAccelClosure: | (GClosure*) | accelClosure |
-(void*)setAccelClosure: accelClosure;
| accelClosure |
Definition at line 78 of file CGTKAccelLabel.m.
| - (void) setAccelWidget: | (CGTKWidget*) | accelWidget |
-(void*)setAccelWidget: accelWidget;
| accelWidget |
Definition at line 83 of file CGTKAccelLabel.m.
| - (void) setAccelWithAcceleratorKey: | (guint) | acceleratorKey | |
| andAcceleratorMods: | (GdkModifierType) | acceleratorMods | |
-(void*)setAccelWithAcceleratorKey:(guint) acceleratorKey andAcceleratorMods:(GdkModifierType) acceleratorMods;
| acceleratorKey | |
| acceleratorMods |
Definition at line 73 of file CGTKAccelLabel.m.