Project

General

Profile

Labels » History » Version 3

iri, 03/31/2011 10:42 PM

1 1 iri
h1. Labels
2
3 3 iri
!>http://library.gnome.org/devel/gtk/unstable/label.png!
4
5 1 iri
{{toc}}
6 2 iri
7 1 iri
8
h2. _gtkLabelNew
9 2 iri
10 3 iri
Create a new label object. The text should not be too long. Otherwise, create a [[Texts|text]] instead
11 2 iri
12
Prototype : *fun [Chn S] ObjGtkWidget*
13 1 iri
14 2 iri
h2. _gtkLabelGet
15
16 3 iri
Return the content of a label object.
17 1 iri
18
Prototype : *fun [ObjGtkWidget] S*
19 3 iri
20
h2. _gtkLabelSet
21
22
Sets thecurrent content of a label object.
23
24
Prototype : *fun [ObjGtkWidget S] ObjGtkWidget*
25 1 iri
26
Return [[API]]