| 1 |
<?xml version="1.0" standalone="no"?> |
|---|
| 2 |
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> |
|---|
| 3 |
|
|---|
| 4 |
<glade-interface> |
|---|
| 5 |
|
|---|
| 6 |
<widget class="GtkWindow" id="MainWindow"> |
|---|
| 7 |
<property name="visible">True</property> |
|---|
| 8 |
<property name="title" translatable="yes">Morphix Control Panel</property> |
|---|
| 9 |
<property name="type">GTK_WINDOW_TOPLEVEL</property> |
|---|
| 10 |
<property name="window_position">GTK_WIN_POS_NONE</property> |
|---|
| 11 |
<property name="modal">False</property> |
|---|
| 12 |
<property name="default_width">650</property> |
|---|
| 13 |
<property name="default_height">400</property> |
|---|
| 14 |
<property name="resizable">True</property> |
|---|
| 15 |
<property name="destroy_with_parent">True</property> |
|---|
| 16 |
<signal name="destroy" handler="gtk_main_quit" last_modification_time="Sun, 29 Jun 2003 22:05:39 GMT"/> |
|---|
| 17 |
<signal name="show" handler="on_MainWindow_show" last_modification_time="Tue, 17 Feb 2004 16:48:37 GMT"/> |
|---|
| 18 |
<signal name="configure_event" handler="on_MainWindow_configure_event" last_modification_time="Fri, 27 Feb 2004 17:02:53 GMT"/> |
|---|
| 19 |
|
|---|
| 20 |
<child> |
|---|
| 21 |
<widget class="GtkVBox" id="vbox1"> |
|---|
| 22 |
<property name="visible">True</property> |
|---|
| 23 |
<property name="homogeneous">False</property> |
|---|
| 24 |
<property name="spacing">0</property> |
|---|
| 25 |
|
|---|
| 26 |
<child> |
|---|
| 27 |
<widget class="GtkHPaned" id="hpaned1"> |
|---|
| 28 |
<property name="visible">True</property> |
|---|
| 29 |
<property name="can_focus">True</property> |
|---|
| 30 |
<property name="position">1</property> |
|---|
| 31 |
|
|---|
| 32 |
<child> |
|---|
| 33 |
<widget class="GtkScrolledWindow" id="scrolledwindow3"> |
|---|
| 34 |
<property name="visible">True</property> |
|---|
| 35 |
<property name="can_focus">True</property> |
|---|
| 36 |
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 37 |
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 38 |
<property name="shadow_type">GTK_SHADOW_NONE</property> |
|---|
| 39 |
<property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 40 |
|
|---|
| 41 |
<child> |
|---|
| 42 |
<widget class="GtkTreeView" id="treeview1"> |
|---|
| 43 |
<property name="width_request">100</property> |
|---|
| 44 |
<property name="visible">True</property> |
|---|
| 45 |
<property name="can_focus">True</property> |
|---|
| 46 |
<property name="headers_visible">False</property> |
|---|
| 47 |
<property name="rules_hint">False</property> |
|---|
| 48 |
<property name="reorderable">False</property> |
|---|
| 49 |
<property name="enable_search">True</property> |
|---|
| 50 |
<signal name="row_activated" handler="on_treeview1_row_activated" last_modification_time="Mon, 08 Mar 2004 00:17:59 GMT"/> |
|---|
| 51 |
</widget> |
|---|
| 52 |
</child> |
|---|
| 53 |
</widget> |
|---|
| 54 |
<packing> |
|---|
| 55 |
<property name="shrink">True</property> |
|---|
| 56 |
<property name="resize">True</property> |
|---|
| 57 |
</packing> |
|---|
| 58 |
</child> |
|---|
| 59 |
|
|---|
| 60 |
<child> |
|---|
| 61 |
<widget class="GtkScrolledWindow" id="scrolledwindow2"> |
|---|
| 62 |
<property name="visible">True</property> |
|---|
| 63 |
<property name="can_focus">True</property> |
|---|
| 64 |
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 65 |
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 66 |
<property name="shadow_type">GTK_SHADOW_NONE</property> |
|---|
| 67 |
<property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 68 |
|
|---|
| 69 |
<child> |
|---|
| 70 |
<placeholder/> |
|---|
| 71 |
</child> |
|---|
| 72 |
</widget> |
|---|
| 73 |
<packing> |
|---|
| 74 |
<property name="shrink">True</property> |
|---|
| 75 |
<property name="resize">True</property> |
|---|
| 76 |
</packing> |
|---|
| 77 |
</child> |
|---|
| 78 |
</widget> |
|---|
| 79 |
<packing> |
|---|
| 80 |
<property name="padding">0</property> |
|---|
| 81 |
<property name="expand">True</property> |
|---|
| 82 |
<property name="fill">True</property> |
|---|
| 83 |
</packing> |
|---|
| 84 |
</child> |
|---|
| 85 |
|
|---|
| 86 |
<child> |
|---|
| 87 |
<widget class="GtkStatusbar" id="statusbar1"> |
|---|
| 88 |
<property name="visible">True</property> |
|---|
| 89 |
<property name="has_resize_grip">True</property> |
|---|
| 90 |
</widget> |
|---|
| 91 |
<packing> |
|---|
| 92 |
<property name="padding">0</property> |
|---|
| 93 |
<property name="expand">False</property> |
|---|
| 94 |
<property name="fill">False</property> |
|---|
| 95 |
</packing> |
|---|
| 96 |
</child> |
|---|
| 97 |
</widget> |
|---|
| 98 |
</child> |
|---|
| 99 |
</widget> |
|---|
| 100 |
|
|---|
| 101 |
</glade-interface> |
|---|