Actions
Texts » History » Revision 2
« Previous |
Revision 2/31
(diff)
| Next »
iri, 03/13/2011 06:47 PM
Texts¶
Widget that displays a text string, typically on multi lines.
_gtkTextView¶
Create a new text object.
Prototype : fun [Chn ObjGtkWidget S] [ObjGtkWidgetObjGtkWidget]
channel | Chn | a channel. Can not be nil |
buffer | ObjGtkWidget | a text buffer object. It can be nil; in this case, a default buffer will be created |
content | S | an initial content. It can be nil |
Return : [ObjGtkWidget ObjGtkWidget] : the new text object and the buffer text object. If buffer was not nil, this will be the same, otherwise, it will be a new buffer text object too.
Return Api
Updated by iri over 13 years ago · 2 revisions