|
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 CGTKLabel.h.
| - (gdouble) getAngle |
| - (PangoAttrList *) getAttributes |
| - (NSString *) getCurrentUri |
| - (PangoEllipsizeMode) getEllipsize |
-(PangoEllipsizeMode*)getEllipsize;
Definition at line 80 of file CGTKLabel.m.
| - (GtkJustification) getJustify |
| - (NSString *) getLabel |
| - (PangoLayout *) getLayout |
| - (void) getLayoutOffsetsWithX: | (gint*) | x | |
| andY: | (gint*) | y | |
-(void*)getLayoutOffsetsWithX:(gint*) x andY:(gint*) y;
| x | |
| y |
Definition at line 100 of file CGTKLabel.m.
| - (gint) getLines |
| - (BOOL) getLineWrap |
| - (PangoWrapMode) getLineWrapMode |
| - (gint) getMaxWidthChars |
| - (guint) getMnemonicKeyval |
| - (CGTKWidget *) getMnemonicWidget |
| - (BOOL) getSelectable |
| - (BOOL) getSelectionBoundsWithStart: | (gint*) | start | |
| andEnd: | (gint*) | end | |
-(BOOL*)getSelectionBoundsWithStart:(gint*) start andEnd:(gint*) end;
| start | |
| end |
Definition at line 140 of file CGTKLabel.m.
| - (BOOL) getSingleLineMode |
| - (NSString *) getText |
| - (BOOL) getTrackVisitedLinks |
| - (BOOL) getUseMarkup |
| - (BOOL) getUseUnderline |
| - (gint) getWidthChars |
| - (gfloat) getXalign |
| - (gfloat) getYalign |
| - (id) init: | (NSString*) | str |
| - (GtkLabel *) LABEL |
Methods
Definition at line 60 of file CGTKLabel.m.
| - (void) selectRegionWithStartOffset: | (gint) | startOffset | |
| andEndOffset: | (gint) | endOffset | |
-(void*)selectRegionWithStartOffset:(gint) startOffset andEndOffset:(gint) endOffset;
| startOffset | |
| endOffset |
Definition at line 185 of file CGTKLabel.m.
| - (void) setAngle: | (gdouble) | angle |
| - (void) setAttributes: | (PangoAttrList*) | attrs |
| - (void) setEllipsize: | (PangoEllipsizeMode) | mode |
| - (void) setJustify: | (GtkJustification) | jtype |
| - (void) setLabel: | (NSString*) | str |
| - (void) setLines: | (gint) | lines |
| - (void) setLineWrap: | (BOOL) | wrap |
| - (void) setLineWrapMode: | (PangoWrapMode) | wrapMode |
| - (void) setMarkup: | (NSString*) | str |
| - (void) setMarkupWithMnemonic: | (NSString*) | str |
| - (void) setMaxWidthChars: | (gint) | nchars |
| - (void) setMnemonicWidget: | (CGTKWidget*) | widget |
| - (void) setPattern: | (NSString*) | pattern |
| - (void) setSelectable: | (BOOL) | setting |
| - (void) setSingleLineMode: | (BOOL) | singleLineMode |
-(void*)setSingleLineMode: singleLineMode;
| singleLineMode |
Definition at line 260 of file CGTKLabel.m.
| - (void) setText: | (NSString*) | str |
| - (void) setTextWithMnemonic: | (NSString*) | str |
| - (void) setTrackVisitedLinks: | (BOOL) | trackLinks |
-(void*)setTrackVisitedLinks: trackLinks;
| trackLinks |
Definition at line 275 of file CGTKLabel.m.
| - (void) setUseMarkup: | (BOOL) | setting |
| - (void) setUseUnderline: | (BOOL) | setting |
| - (void) setWidthChars: | (gint) | nchars |
| - (void) setXalign: | (gfloat) | xalign |
| - (void) setYalign: | (gfloat) | yalign |