1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
<glade-interface>
<widget class="GtkWindow" id="window1">
<property name="visible">True</property>
<property name="title" translatable="yes">window1</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
<property name="default_width">200</property>
<property name="default_height">200</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
<child>
<widget class="GtkVBox" id="vbox1">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
<widget class="Custom" id="custom1">
<property name="visible">True</property>
<property name="creation_function">Gtk::HtmlView.new</property>
<property name="int1">0</property>
<property name="int2">0</property>
<property name="last_modification_time">Tue, 24 Feb 2004 14:48:10 GMT</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
<child>
<widget class="Custom" id="custom2">
<property name="visible">True</property>
<property name="creation_function">create_test</property>
<property name="string1"></property>
<property name="string2"></property>
<property name="int1">0</property>
<property name="int2">0</property>
<property name="last_modification_time">Tue, 24 Feb 2004 13:59:02 GMT</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
<child>
<widget class="Custom" id="custom3">
<property name="visible">True</property>
<property name="creation_function">Custom.create_test2("test")</property>
<property name="int1">0</property>
<property name="int2">0</property>
<property name="last_modification_time">Tue, 24 Feb 2004 13:59:45 GMT</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
</child>
</widget>
</glade-interface>
|