|
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 CGTKButton.h.
| - (GtkButton *) BUTTON |
Methods
Definition at line 96 of file CGTKButton.m.
| - (void) clicked |
-(void*)clicked;
Definition at line 101 of file CGTKButton.m.
| - (void) enter |
-(void*)enter;
Definition at line 106 of file CGTKButton.m.
| - (void) getAlignmentWithXalign: | (gfloat*) | xalign | |
| andYalign: | (gfloat*) | yalign | |
-(void*)getAlignmentWithXalign:(gfloat*) xalign andYalign:(gfloat*) yalign;
| xalign | |
| yalign |
Definition at line 111 of file CGTKButton.m.
| - (BOOL) getAlwaysShowImage |
| - (GdkWindow *) getEventWindow |
| - (BOOL) getFocusOnClick |
| - (CGTKWidget *) getImage |
| - (GtkPositionType) getImagePosition |
-(GtkPositionType*)getImagePosition;
Definition at line 136 of file CGTKButton.m.
| - (NSString *) getLabel |
| - (GtkReliefStyle) getRelief |
| - (BOOL) getUseStock |
| - (BOOL) getUseUnderline |
| - (id) init |
Constructors
Reimplemented in CGTKToggleButton, CGTKVolumeButton, CGTKCheckButton, CGTKColorButton, CGTKFontButton, CGTKMenuButton, and CGTKModelButton.
Definition at line 36 of file CGTKButton.m.
| - (void) leave |
-(void*)leave;
Definition at line 161 of file CGTKButton.m.
| - (void) pressed |
-(void*)pressed;
Definition at line 166 of file CGTKButton.m.
| - (void) released |
-(void*)released;
Definition at line 171 of file CGTKButton.m.
| - (void) setAlignmentWithXalign: | (gfloat) | xalign | |
| andYalign: | (gfloat) | yalign | |
-(void*)setAlignmentWithXalign:(gfloat) xalign andYalign:(gfloat) yalign;
| xalign | |
| yalign |
Definition at line 176 of file CGTKButton.m.
| - (void) setAlwaysShowImage: | (BOOL) | alwaysShow |
-(void*)setAlwaysShowImage: alwaysShow;
| alwaysShow |
Definition at line 181 of file CGTKButton.m.
| - (void) setFocusOnClick: | (BOOL) | focusOnClick |
-(void*)setFocusOnClick: focusOnClick;
| focusOnClick |
Definition at line 186 of file CGTKButton.m.
| - (void) setImage: | (CGTKWidget*) | image |
| - (void) setImagePosition: | (GtkPositionType) | position |
-(void*)setImagePosition: position;
| position |
Definition at line 196 of file CGTKButton.m.
| - (void) setLabel: | (NSString*) | label |
| - (void) setRelief: | (GtkReliefStyle) | relief |
| - (void) setUseStock: | (BOOL) | useStock |
| - (void) setUseUnderline: | (BOOL) | useUnderline |
-(void*)setUseUnderline: useUnderline;
| useUnderline |
Definition at line 216 of file CGTKButton.m.