Home | History | Annotate | Download | only in libgtk2ui

Lines Matching refs:Destroy

24 // until the call to Destroy().
46 // gtk_destroy_widget(widget); // Ask all code to destroy their references.
47 // g_object_unref(widget); // Destroy the initial reference we had claimed.
74 // been added. It is valid to never call Own(), in which case Destroy() will
75 // do nothing. If Own() has been called, you must explicitly call Destroy().
78 // You may call Destroy() after you have called Own(). Calling Destroy()
80 // Destroy() is also called in this object's destructor.
81 // After a call to Destroy(), you may call Own() again. NOTE: It is expected
84 void Destroy();