[gtk-list] Gtk builder with a single ui described in multiple files
- From: Fabrizio Pollastri <f pollastri inrim it>
- To: gtk-list gnome org
- Subject: [gtk-list] Gtk builder with a single ui described in multiple files
- Date: Thu, 23 Aug 2012 18:46:59 +0200
Hello,
I have an ui described in my_ui.ui file so I build it with
self.UI = Gtk.Builder()
self.UI.add_from_file('my_ui.ui')
In this ui, there is one widget that is a placeholder for another
complex widget that is described into another file 'widget_for_my_ui.ui'.
How can I tell to Builder to put widget_for_my_ui.ui into the first ui
at the placeholder position?
Thanks in advance for any help,
Fabrizio
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]