Actions
Labels¶
- Table of contents
- Labels
_gtkLabelNew¶
Create a new label object. The text should not be too long. Otherwise, create a text instead
Prototype : fun [Chn S] ObjGtkWidget
_gtkLabelGet¶
Return the content of a label object.
Prototype : fun [ObjGtkWidget] S
_gtkLabelSet¶
Sets the current content of a label object.
Prototype : fun [ObjGtkWidget S] ObjGtkWidget
Return API
Updated by iri over 13 years ago ยท 4 revisions