Project

General

Profile

New builder » History » Version 5

iri, 02/22/2011 02:00 PM

1 1 iri
h1. New builder
2
3 3 iri
*  _gtkBuilderNewFromFile
4 1 iri
5 3 iri
*  _gtkBuilderNewFromString
6 1 iri
7
Add a .glade file or any valid contains.
8 4 iri
Return a Scol object : it is the GtkBuilder object.
9 5 iri
To have any Scol object included in the builder, use [[Builder_included_objects]] __gtkBuilderWidgetGet_ function.
10 1 iri
11
> h3. Prototype :
12
13
> fun [Chn P] ObjGtkWidget
14
15
> fun [Chn S] ObjGtkWidget
16
17 3 iri
>> * Channel : Chn : anychannel
18 1 iri
19
>> * datas : P or S :
20
21 2 iri
>> * *Return* : ObjGtkWidget : a global Scol object (-> GtkBuilder)
22 1 iri
23
Return [[Builder]]