Project

General

Profile

New builder » History » Revision 6

Revision 5 (iri, 02/22/2011 02:00 PM) → Revision 6/8 (iri, 02/22/2011 02:01 PM)

h1. New builder 

 *    _gtkBuilderNewFromFile 

 *    _gtkBuilderNewFromString 

 Add a .glade file or any valid contains. 
 Return a Scol object : it is the GtkBuilder object. 
 To have any Scol object included in the builder, use [[__gtkBuilderWidgetGet_]] [[Builder_included_objects]] __gtkBuilderWidgetGet_ function. 

 > h3. Prototype : 

 > fun [Chn P] ObjGtkWidget 

 > fun [Chn S] ObjGtkWidget 

 >> * Channel : Chn : anychannel 

 >> * datas : P or S : 

 >> * *Return* : ObjGtkWidget : a global Scol object (-> GtkBuilder) 

 Return [[Builder]]