Up
_gtkLabelGet
_gtkLabelGet
returns the text in a
Label
object.
Prototype : fun [ObjGtkLabel I] S
ObjGtkLabel
: the Label object.
I
: a flag.
1 : the content text only is returned;
2 : the content text with mnemonic and all markups, if any, is returned.
Return
ObjGtkLabel : the same Label object or nil if an error occurs.
See also
_gtkLabelSet
Example