|
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 CGTKEntry.h.
| - (GtkEntry *) ENTRY |
Methods
Definition at line 60 of file CGTKEntry.m.
| - (BOOL) getActivatesDefault |
| - (gfloat) getAlignment |
| - (PangoAttrList *) getAttributes |
| - (GtkEntryBuffer *) getBuffer |
| - (GtkEntryCompletion *) getCompletion |
-(GtkEntryCompletion**)getCompletion;
Definition at line 85 of file CGTKEntry.m.
| - (gint) getCurrentIconDragSource |
| - (GtkAdjustment *) getCursorHadjustment |
-(GtkAdjustment**)getCursorHadjustment;
Definition at line 95 of file CGTKEntry.m.
| - (BOOL) getHasFrame |
| - (BOOL) getIconActivatable: | (GtkEntryIconPosition) | iconPos |
-(BOOL*)getIconActivatable: iconPos;
| iconPos |
Definition at line 105 of file CGTKEntry.m.
| - (void) getIconAreaWithIconPos: | (GtkEntryIconPosition) | iconPos | |
| andIconArea: | (GdkRectangle*) | iconArea | |
-(void*)getIconAreaWithIconPos:(GtkEntryIconPosition) iconPos andIconArea:(GdkRectangle*) iconArea;
| iconPos | |
| iconArea |
Definition at line 110 of file CGTKEntry.m.
| - (gint) getIconAtPosWithX: | (gint) | x | |
| andY: | (gint) | y | |
-(gint*)getIconAtPosWithX:(gint) x andY:(gint) y;
| x | |
| y |
Definition at line 115 of file CGTKEntry.m.
| - (GIcon *) getIconGicon: | (GtkEntryIconPosition) | iconPos |
-(GIcon**)getIconGicon: iconPos;
| iconPos |
Definition at line 120 of file CGTKEntry.m.
| - (NSString *) getIconName: | (GtkEntryIconPosition) | iconPos |
-(NSString**)getIconName: iconPos;
| iconPos |
Definition at line 125 of file CGTKEntry.m.
| - (GdkPixbuf *) getIconPixbuf: | (GtkEntryIconPosition) | iconPos |
-(GdkPixbuf**)getIconPixbuf: iconPos;
| iconPos |
Definition at line 130 of file CGTKEntry.m.
| - (BOOL) getIconSensitive: | (GtkEntryIconPosition) | iconPos |
-(BOOL*)getIconSensitive: iconPos;
| iconPos |
Definition at line 135 of file CGTKEntry.m.
| - (NSString *) getIconStock: | (GtkEntryIconPosition) | iconPos |
-(NSString**)getIconStock: iconPos;
| iconPos |
Definition at line 140 of file CGTKEntry.m.
| - (GtkImageType) getIconStorageType: | (GtkEntryIconPosition) | iconPos |
-(GtkImageType*)getIconStorageType: iconPos;
| iconPos |
Definition at line 145 of file CGTKEntry.m.
| - (NSString *) getIconTooltipMarkup: | (GtkEntryIconPosition) | iconPos |
-(NSString**)getIconTooltipMarkup: iconPos;
| iconPos |
Definition at line 150 of file CGTKEntry.m.
| - (NSString *) getIconTooltipText: | (GtkEntryIconPosition) | iconPos |
-(NSString**)getIconTooltipText: iconPos;
| iconPos |
Definition at line 155 of file CGTKEntry.m.
| - (const GtkBorder *) getInnerBorder |
-(const GtkBorder**)getInnerBorder;
Definition at line 160 of file CGTKEntry.m.
| - (GtkInputHints) getInputHints |
| - (GtkInputPurpose) getInputPurpose |
-(GtkInputPurpose*)getInputPurpose;
Definition at line 170 of file CGTKEntry.m.
| - (gunichar) getInvisibleChar |
| - (PangoLayout *) getLayout |
| - (void) getLayoutOffsetsWithX: | (gint*) | x | |
| andY: | (gint*) | y | |
-(void*)getLayoutOffsetsWithX:(gint*) x andY:(gint*) y;
| x | |
| y |
Definition at line 185 of file CGTKEntry.m.
| - (gint) getMaxLength |
| - (gint) getMaxWidthChars |
| - (BOOL) getOverwriteMode |
| - (NSString *) getPlaceholderText |
| - (gdouble) getProgressFraction |
| - (gdouble) getProgressPulseStep |
| - (PangoTabArray *) getTabs |
| - (NSString *) getText |
| - (void) getTextArea: | (GdkRectangle*) | textArea |
| - (guint16) getTextLength |
| - (BOOL) getVisibility |
| - (gint) getWidthChars |
| - (void) grabFocusWithoutSelecting |
-(void*)grabFocusWithoutSelecting;
Definition at line 250 of file CGTKEntry.m.
| - (BOOL) imContextFilterKeypress: | (GdkEventKey*) | event |
-(BOOL*)imContextFilterKeypress: event;
| event |
Definition at line 255 of file CGTKEntry.m.
| - (id) init |
| - (gint) layoutIndexToTextIndex: | (gint) | layoutIndex |
-(gint*)layoutIndexToTextIndex: layoutIndex;
| layoutIndex |
Definition at line 260 of file CGTKEntry.m.
| - (void) progressPulse |
-(void*)progressPulse;
Definition at line 265 of file CGTKEntry.m.
| - (void) resetImContext |
-(void*)resetImContext;
Definition at line 270 of file CGTKEntry.m.
| - (void) setActivatesDefault: | (BOOL) | setting |
-(void*)setActivatesDefault: setting;
| setting |
Definition at line 275 of file CGTKEntry.m.
| - (void) setAlignment: | (gfloat) | xalign |
| - (void) setAttributes: | (PangoAttrList*) | attrs |
| - (void) setBuffer: | (GtkEntryBuffer*) | buffer |
| - (void) setCompletion: | (GtkEntryCompletion*) | completion |
-(void*)setCompletion: completion;
| completion |
Definition at line 295 of file CGTKEntry.m.
| - (void) setCursorHadjustment: | (GtkAdjustment*) | adjustment |
-(void*)setCursorHadjustment: adjustment;
| adjustment |
Definition at line 300 of file CGTKEntry.m.
| - (void) setHasFrame: | (BOOL) | setting |
| - (void) setIconActivatableWithIconPos: | (GtkEntryIconPosition) | iconPos | |
| andActivatable: | (BOOL) | activatable | |
-(void*)setIconActivatableWithIconPos:(GtkEntryIconPosition) iconPos andActivatable:(BOOL) activatable;
| iconPos | |
| activatable |
Definition at line 310 of file CGTKEntry.m.
| - (void) setIconDragSourceWithIconPos: | (GtkEntryIconPosition) | iconPos | |
| andTargetList: | (GtkTargetList*) | targetList | |
| andActions: | (GdkDragAction) | actions | |
-(void*)setIconDragSourceWithIconPos:(GtkEntryIconPosition) iconPos andTargetList:(GtkTargetList*) targetList andActions:(GdkDragAction) actions;
| iconPos | |
| targetList | |
| actions |
Definition at line 315 of file CGTKEntry.m.
| - (void) setIconFromGiconWithIconPos: | (GtkEntryIconPosition) | iconPos | |
| andIcon: | (GIcon*) | icon | |
-(void*)setIconFromGiconWithIconPos:(GtkEntryIconPosition) iconPos andIcon:(GIcon*) icon;
| iconPos | |
| icon |
Definition at line 320 of file CGTKEntry.m.
| - (void) setIconFromIconNameWithIconPos: | (GtkEntryIconPosition) | iconPos | |
| andIconName: | (NSString*) | iconName | |
-(void*)setIconFromIconNameWithIconPos:(GtkEntryIconPosition) iconPos andIconName:(NSString*) iconName;
| iconPos | |
| iconName |
Definition at line 325 of file CGTKEntry.m.
| - (void) setIconFromPixbufWithIconPos: | (GtkEntryIconPosition) | iconPos | |
| andPixbuf: | (GdkPixbuf*) | pixbuf | |
-(void*)setIconFromPixbufWithIconPos:(GtkEntryIconPosition) iconPos andPixbuf:(GdkPixbuf*) pixbuf;
| iconPos | |
| pixbuf |
Definition at line 330 of file CGTKEntry.m.
| - (void) setIconFromStockWithIconPos: | (GtkEntryIconPosition) | iconPos | |
| andStockId: | (NSString*) | stockId | |
-(void*)setIconFromStockWithIconPos:(GtkEntryIconPosition) iconPos andStockId:(NSString*) stockId;
| iconPos | |
| stockId |
Definition at line 335 of file CGTKEntry.m.
| - (void) setIconSensitiveWithIconPos: | (GtkEntryIconPosition) | iconPos | |
| andSensitive: | (BOOL) | sensitive | |
-(void*)setIconSensitiveWithIconPos:(GtkEntryIconPosition) iconPos andSensitive:(BOOL) sensitive;
| iconPos | |
| sensitive |
Definition at line 340 of file CGTKEntry.m.
| - (void) setIconTooltipMarkupWithIconPos: | (GtkEntryIconPosition) | iconPos | |
| andTooltip: | (NSString*) | tooltip | |
-(void*)setIconTooltipMarkupWithIconPos:(GtkEntryIconPosition) iconPos andTooltip:(NSString*) tooltip;
| iconPos | |
| tooltip |
Definition at line 345 of file CGTKEntry.m.
| - (void) setIconTooltipTextWithIconPos: | (GtkEntryIconPosition) | iconPos | |
| andTooltip: | (NSString*) | tooltip | |
-(void*)setIconTooltipTextWithIconPos:(GtkEntryIconPosition) iconPos andTooltip:(NSString*) tooltip;
| iconPos | |
| tooltip |
Definition at line 350 of file CGTKEntry.m.
| - (void) setInnerBorder: | (const GtkBorder*) | border |
| - (void) setInputHints: | (GtkInputHints) | hints |
| - (void) setInputPurpose: | (GtkInputPurpose) | purpose |
| - (void) setInvisibleChar: | (gunichar) | ch |
| - (void) setMaxLength: | (gint) | max |
| - (void) setMaxWidthChars: | (gint) | nchars |
| - (void) setOverwriteMode: | (BOOL) | overwrite |
-(void*)setOverwriteMode: overwrite;
| overwrite |
Definition at line 385 of file CGTKEntry.m.
| - (void) setPlaceholderText: | (NSString*) | text |
| - (void) setProgressFraction: | (gdouble) | fraction |
-(void*)setProgressFraction: fraction;
| fraction |
Definition at line 395 of file CGTKEntry.m.
| - (void) setProgressPulseStep: | (gdouble) | fraction |
-(void*)setProgressPulseStep: fraction;
| fraction |
Definition at line 400 of file CGTKEntry.m.
| - (void) setTabs: | (PangoTabArray*) | tabs |
| - (void) setText: | (NSString*) | text |
| - (void) setVisibility: | (BOOL) | visible |
| - (void) setWidthChars: | (gint) | nchars |
| - (gint) textIndexToLayoutIndex: | (gint) | textIndex |
-(gint*)textIndexToLayoutIndex: textIndex;
| textIndex |
Definition at line 425 of file CGTKEntry.m.
| - (void) unsetInvisibleChar |
-(void*)unsetInvisibleChar;
Definition at line 430 of file CGTKEntry.m.