Project

General

Profile

Builder included objects » History » Revision 6

Revision 5 (iri, 02/22/2011 01:53 PM) → Revision 6/7 (iri, 02/22/2011 01:54 PM)

h1. Builder included objects 

 * _gtkBuilderWidgetGet 

 Create and return a Scol GtkWidget object from its GTK+ 's name. 
 A new Scol object will be created if no previous call to +this+ GTK+ object. Otherwise, the previous Scol object will be returned. So, there is not doublon. 
 If no GTK+ object is not found, the function returns nil. Verify the name or the object may be in another builder. 

 If you want have an object included in a builder, you must call this function. 

 h3. Prototype : 

 fun [ObjGtkWidget S] ObjGtkWidget 

 > * Builder : ObjGtkWidget : a builder already created 

 > * Name : S : the name of the searched object 

 > * *Return* : ObjGtkWidget : the Scol searched object or nil if not found or error 


 Return [[Builder]]