|
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 CGTKTextView.h.
| - (void) addChildAtAnchorWithChild: | (CGTKWidget*) | child | |
| andAnchor: | (GtkTextChildAnchor*) | anchor | |
-(void*)addChildAtAnchorWithChild:(CGTKWidget*) child andAnchor:(GtkTextChildAnchor*) anchor;
| child | |
| anchor |
Definition at line 65 of file CGTKTextView.m.
| - (void) addChildInWindowWithChild: | (CGTKWidget*) | child | |
| andWhichWindow: | (GtkTextWindowType) | whichWindow | |
| andXpos: | (gint) | xpos | |
| andYpos: | (gint) | ypos | |
-(void*)addChildInWindowWithChild:(CGTKWidget*) child andWhichWindow:(GtkTextWindowType) whichWindow andXpos:(gint) xpos andYpos:(gint) ypos;
| child | |
| whichWindow | |
| xpos | |
| ypos |
Definition at line 70 of file CGTKTextView.m.
| - (BOOL) backwardDisplayLine: | (GtkTextIter*) | iter |
-(BOOL*)backwardDisplayLine: iter;
| iter |
Definition at line 75 of file CGTKTextView.m.
| - (BOOL) backwardDisplayLineStart: | (GtkTextIter*) | iter |
-(BOOL*)backwardDisplayLineStart: iter;
| iter |
Definition at line 80 of file CGTKTextView.m.
| - (void) bufferToWindowCoordsWithWin: | (GtkTextWindowType) | win | |
| andBufferX: | (gint) | bufferX | |
| andBufferY: | (gint) | bufferY | |
| andWindowX: | (gint*) | windowX | |
| andWindowY: | (gint*) | windowY | |
-(void*)bufferToWindowCoordsWithWin:(GtkTextWindowType) win andBufferX:(gint) bufferX andBufferY:(gint) bufferY andWindowX:(gint*) windowX andWindowY:(gint*) windowY;
| win | |
| bufferX | |
| bufferY | |
| windowX | |
| windowY |
Definition at line 85 of file CGTKTextView.m.
| - (BOOL) forwardDisplayLine: | (GtkTextIter*) | iter |
-(BOOL*)forwardDisplayLine: iter;
| iter |
Definition at line 90 of file CGTKTextView.m.
| - (BOOL) forwardDisplayLineEnd: | (GtkTextIter*) | iter |
-(BOOL*)forwardDisplayLineEnd: iter;
| iter |
Definition at line 95 of file CGTKTextView.m.
| - (BOOL) getAcceptsTab |
| - (gint) getBorderWindowSize: | (GtkTextWindowType) | type |
-(gint*)getBorderWindowSize: type;
| type |
Definition at line 105 of file CGTKTextView.m.
| - (gint) getBottomMargin |
| - (GtkTextBuffer *) getBuffer |
| - (void) getCursorLocationsWithIter: | (const GtkTextIter*) | iter | |
| andStrong: | (GdkRectangle*) | strong | |
| andWeak: | (GdkRectangle*) | weak | |
-(void*)getCursorLocationsWithIter:(const GtkTextIter*) iter andStrong:(GdkRectangle*) strong andWeak:(GdkRectangle*) weak;
| iter | |
| strong | |
| weak |
Definition at line 120 of file CGTKTextView.m.
| - (BOOL) getCursorVisible |
| - (GtkTextAttributes *) getDefaultAttributes |
-(GtkTextAttributes**)getDefaultAttributes;
Definition at line 130 of file CGTKTextView.m.
| - (BOOL) getEditable |
| - (GtkAdjustment *) getHadjustment |
-(GtkAdjustment**)getHadjustment;
Definition at line 140 of file CGTKTextView.m.
| - (gint) getIndent |
| - (GtkInputHints) getInputHints |
| - (GtkInputPurpose) getInputPurpose |
-(GtkInputPurpose*)getInputPurpose;
Definition at line 155 of file CGTKTextView.m.
| - (BOOL) getIterAtLocationWithIter: | (GtkTextIter*) | iter | |
| andX: | (gint) | x | |
| andY: | (gint) | y | |
-(BOOL*)getIterAtLocationWithIter:(GtkTextIter*) iter andX:(gint) x andY:(gint) y;
| iter | |
| x | |
| y |
Definition at line 160 of file CGTKTextView.m.
| - (BOOL) getIterAtPositionWithIter: | (GtkTextIter*) | iter | |
| andTrailing: | (gint*) | trailing | |
| andX: | (gint) | x | |
| andY: | (gint) | y | |
-(BOOL*)getIterAtPositionWithIter:(GtkTextIter*) iter andTrailing:(gint*) trailing andX:(gint) x andY:(gint) y;
| iter | |
| trailing | |
| x | |
| y |
Definition at line 165 of file CGTKTextView.m.
| - (void) getIterLocationWithIter: | (const GtkTextIter*) | iter | |
| andLocation: | (GdkRectangle*) | location | |
-(void*)getIterLocationWithIter:(const GtkTextIter*) iter andLocation:(GdkRectangle*) location;
| iter | |
| location |
Definition at line 170 of file CGTKTextView.m.
| - (GtkJustification) getJustification |
-(GtkJustification*)getJustification;
Definition at line 175 of file CGTKTextView.m.
| - (gint) getLeftMargin |
| - (void) getLineAtYWithTargetIter: | (GtkTextIter*) | targetIter | |
| andY: | (gint) | y | |
| andLineTop: | (gint*) | lineTop | |
-(void*)getLineAtYWithTargetIter:(GtkTextIter*) targetIter andY:(gint) y andLineTop:(gint*) lineTop;
| targetIter | |
| y | |
| lineTop |
Definition at line 185 of file CGTKTextView.m.
| - (void) getLineYrangeWithIter: | (const GtkTextIter*) | iter | |
| andY: | (gint*) | y | |
| andHeight: | (gint*) | height | |
-(void*)getLineYrangeWithIter:(const GtkTextIter*) iter andY:(gint*) y andHeight:(gint*) height;
| iter | |
| y | |
| height |
Definition at line 190 of file CGTKTextView.m.
| - (BOOL) getMonospace |
| - (BOOL) getOverwrite |
| - (gint) getPixelsAboveLines |
| - (gint) getPixelsBelowLines |
| - (gint) getPixelsInsideWrap |
| - (gint) getRightMargin |
| - (PangoTabArray *) getTabs |
| - (gint) getTopMargin |
| - (GtkAdjustment *) getVadjustment |
-(GtkAdjustment**)getVadjustment;
Definition at line 235 of file CGTKTextView.m.
| - (void) getVisibleRect: | (GdkRectangle*) | visibleRect |
-(void*)getVisibleRect: visibleRect;
| visibleRect |
Definition at line 240 of file CGTKTextView.m.
| - (GdkWindow *) getWindow: | (GtkTextWindowType) | win |
-(GdkWindow**)getWindow: win;
| win |
Definition at line 245 of file CGTKTextView.m.
| - (GtkTextWindowType) getWindowType: | (GdkWindow*) | window |
-(GtkTextWindowType*)getWindowType: window;
| window |
Definition at line 250 of file CGTKTextView.m.
| - (GtkWrapMode) getWrapMode |
| - (BOOL) imContextFilterKeypress: | (GdkEventKey*) | event |
-(BOOL*)imContextFilterKeypress: event;
| event |
Definition at line 260 of file CGTKTextView.m.
| - (id) init |
Constructors
Definition at line 36 of file CGTKTextView.m.
| - (void) moveChildWithChild: | (CGTKWidget*) | child | |
| andXpos: | (gint) | xpos | |
| andYpos: | (gint) | ypos | |
-(void*)moveChildWithChild:(CGTKWidget*) child andXpos:(gint) xpos andYpos:(gint) ypos;
| child | |
| xpos | |
| ypos |
Definition at line 265 of file CGTKTextView.m.
| - (BOOL) moveMarkOnscreen: | (GtkTextMark*) | mark |
-(BOOL*)moveMarkOnscreen: mark;
| mark |
Definition at line 270 of file CGTKTextView.m.
| - (BOOL) moveVisuallyWithIter: | (GtkTextIter*) | iter | |
| andCount: | (gint) | count | |
-(BOOL*)moveVisuallyWithIter:(GtkTextIter*) iter andCount:(gint) count;
| iter | |
| count |
Definition at line 275 of file CGTKTextView.m.
| - (BOOL) placeCursorOnscreen |
| - (void) resetCursorBlink |
-(void*)resetCursorBlink;
Definition at line 285 of file CGTKTextView.m.
| - (void) resetImContext |
-(void*)resetImContext;
Definition at line 290 of file CGTKTextView.m.
| - (void) scrollMarkOnscreen: | (GtkTextMark*) | mark |
| - (BOOL) scrollToIterWithIter: | (GtkTextIter*) | iter | |
| andWithinMargin: | (gdouble) | withinMargin | |
| andUseAlign: | (BOOL) | useAlign | |
| andXalign: | (gdouble) | xalign | |
| andYalign: | (gdouble) | yalign | |
-(BOOL*)scrollToIterWithIter:(GtkTextIter*) iter andWithinMargin:(gdouble) withinMargin andUseAlign:(BOOL) useAlign andXalign:(gdouble) xalign andYalign:(gdouble) yalign;
| iter | |
| withinMargin | |
| useAlign | |
| xalign | |
| yalign |
Definition at line 300 of file CGTKTextView.m.
| - (void) scrollToMarkWithMark: | (GtkTextMark*) | mark | |
| andWithinMargin: | (gdouble) | withinMargin | |
| andUseAlign: | (BOOL) | useAlign | |
| andXalign: | (gdouble) | xalign | |
| andYalign: | (gdouble) | yalign | |
-(void*)scrollToMarkWithMark:(GtkTextMark*) mark andWithinMargin:(gdouble) withinMargin andUseAlign:(BOOL) useAlign andXalign:(gdouble) xalign andYalign:(gdouble) yalign;
| mark | |
| withinMargin | |
| useAlign | |
| xalign | |
| yalign |
Definition at line 305 of file CGTKTextView.m.
| - (void) setAcceptsTab: | (BOOL) | acceptsTab |
-(void*)setAcceptsTab: acceptsTab;
| acceptsTab |
Definition at line 310 of file CGTKTextView.m.
| - (void) setBorderWindowSizeWithType: | (GtkTextWindowType) | type | |
| andSize: | (gint) | size | |
-(void*)setBorderWindowSizeWithType:(GtkTextWindowType) type andSize:(gint) size;
| type | |
| size |
Definition at line 315 of file CGTKTextView.m.
| - (void) setBottomMargin: | (gint) | bottomMargin |
-(void*)setBottomMargin: bottomMargin;
| bottomMargin |
Definition at line 320 of file CGTKTextView.m.
| - (void) setBuffer: | (GtkTextBuffer*) | buffer |
| - (void) setCursorVisible: | (BOOL) | setting |
-(void*)setCursorVisible: setting;
| setting |
Definition at line 330 of file CGTKTextView.m.
| - (void) setEditable: | (BOOL) | setting |
| - (void) setIndent: | (gint) | indent |
| - (void) setInputHints: | (GtkInputHints) | hints |
| - (void) setInputPurpose: | (GtkInputPurpose) | purpose |
| - (void) setJustification: | (GtkJustification) | justification |
-(void*)setJustification: justification;
| justification |
Definition at line 355 of file CGTKTextView.m.
| - (void) setLeftMargin: | (gint) | leftMargin |
-(void*)setLeftMargin: leftMargin;
| leftMargin |
Definition at line 360 of file CGTKTextView.m.
| - (void) setMonospace: | (BOOL) | monospace |
-(void*)setMonospace: monospace;
| monospace |
Definition at line 365 of file CGTKTextView.m.
| - (void) setOverwrite: | (BOOL) | overwrite |
-(void*)setOverwrite: overwrite;
| overwrite |
Definition at line 370 of file CGTKTextView.m.
| - (void) setPixelsAboveLines: | (gint) | pixelsAboveLines |
-(void*)setPixelsAboveLines: pixelsAboveLines;
| pixelsAboveLines |
Definition at line 375 of file CGTKTextView.m.
| - (void) setPixelsBelowLines: | (gint) | pixelsBelowLines |
-(void*)setPixelsBelowLines: pixelsBelowLines;
| pixelsBelowLines |
Definition at line 380 of file CGTKTextView.m.
| - (void) setPixelsInsideWrap: | (gint) | pixelsInsideWrap |
-(void*)setPixelsInsideWrap: pixelsInsideWrap;
| pixelsInsideWrap |
Definition at line 385 of file CGTKTextView.m.
| - (void) setRightMargin: | (gint) | rightMargin |
-(void*)setRightMargin: rightMargin;
| rightMargin |
Definition at line 390 of file CGTKTextView.m.
| - (void) setTabs: | (PangoTabArray*) | tabs |
| - (void) setTopMargin: | (gint) | topMargin |
-(void*)setTopMargin: topMargin;
| topMargin |
Definition at line 400 of file CGTKTextView.m.
| - (void) setWrapMode: | (GtkWrapMode) | wrapMode |
| - (BOOL) startsDisplayLine: | (const GtkTextIter*) | iter |
-(BOOL*)startsDisplayLine: iter;
| iter |
Definition at line 410 of file CGTKTextView.m.
| - (GtkTextView *) TEXTVIEW |
Methods
Definition at line 60 of file CGTKTextView.m.
| - (void) windowToBufferCoordsWithWin: | (GtkTextWindowType) | win | |
| andWindowX: | (gint) | windowX | |
| andWindowY: | (gint) | windowY | |
| andBufferX: | (gint*) | bufferX | |
| andBufferY: | (gint*) | bufferY | |
-(void*)windowToBufferCoordsWithWin:(GtkTextWindowType) win andWindowX:(gint) windowX andWindowY:(gint) windowY andBufferX:(gint*) bufferX andBufferY:(gint*) bufferY;
| win | |
| windowX | |
| windowY | |
| bufferX | |
| bufferY |
Definition at line 415 of file CGTKTextView.m.