RE: Cache/Save parsed Gtk Builder file?
- From: "Vallone, Anthony" <anthony vallone lmco com>
- To: gtk-list gnome org
- Subject: RE: Cache/Save parsed Gtk Builder file?
- Date: Mon, 04 May 2009 11:29:12 -0400
I'll never understand why Glade removed the code gen capability when it
went from Glade2 to Glade3. Most of the time, the XML UI definition is
best, but not in cases like yours.
If startup performance is vital, I recommend manually coding via the
widget API. However, a good portion of your startup time may be due to
file access. So, you may want to try statically including the glade
file contents in your app so you can use gtk_builder_add_from_string().
-Anthony Vallone
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]