Project

General

Profile

Labels » History » Revision 3

Revision 2 (iri, 03/13/2011 10:33 PM) → Revision 3/4 (iri, 03/31/2011 10:42 PM)

h1. Labels 

 {{toc}} 

 !>http://library.gnome.org/devel/gtk/unstable/label.png! 

 {{toc}} 


 h2. _gtkLabelNew 

 Create a new label object. label. The text should not be too long. Otherwise, create a [[Texts|text]] instead 

 Prototype : *fun [Chn S] ObjGtkWidget* 

 h2. _gtkLabelGet 

 Return the content of a label object. 

 Prototype : *fun [ObjGtkWidget] S* 

 h2. _gtkLabelSet 

 Sets thecurrent content of a label object. 

 Prototype : *fun [ObjGtkWidget S] ObjGtkWidget* 

 Return [[API]]