Pokey interface definition
authorIvo Timmermans <ivo@lychnis.net>
Thu, 11 Apr 2002 14:27:35 +0000 (14:27 +0000)
committerIvo Timmermans <ivo@lychnis.net>
Thu, 11 Apr 2002 14:27:35 +0000 (14:27 +0000)
src/pokey/pokey.glade [new file with mode: 0644]

diff --git a/src/pokey/pokey.glade b/src/pokey/pokey.glade
new file mode 100644 (file)
index 0000000..5d70a85
--- /dev/null
@@ -0,0 +1,372 @@
+<?xml version="1.0"?>
+<GTK-Interface>
+
+<project>
+  <name>Tincctl</name>
+  <program_name>tincctl</program_name>
+  <directory></directory>
+  <source_directory>src</source_directory>
+  <pixmaps_directory>pixmaps</pixmaps_directory>
+  <language>C</language>
+  <gnome_support>True</gnome_support>
+  <gettext_support>True</gettext_support>
+  <use_widget_names>True</use_widget_names>
+</project>
+
+<widget>
+  <class>GtkWindow</class>
+  <name>MainWindow</name>
+  <title>window1</title>
+  <type>GTK_WINDOW_TOPLEVEL</type>
+  <position>GTK_WIN_POS_NONE</position>
+  <modal>False</modal>
+  <allow_shrink>False</allow_shrink>
+  <allow_grow>True</allow_grow>
+  <auto_shrink>False</auto_shrink>
+
+  <widget>
+    <class>GtkVBox</class>
+    <name>vbox1</name>
+    <homogeneous>False</homogeneous>
+    <spacing>0</spacing>
+
+    <widget>
+      <class>GtkMenuBar</class>
+      <name>menubar1</name>
+      <shadow_type>GTK_SHADOW_OUT</shadow_type>
+      <child>
+       <padding>0</padding>
+       <expand>False</expand>
+       <fill>False</fill>
+      </child>
+
+      <widget>
+       <class>GtkMenuItem</class>
+       <name>file1</name>
+       <label>_File</label>
+       <right_justify>False</right_justify>
+
+       <widget>
+         <class>GtkMenu</class>
+         <name>file1_menu</name>
+
+         <widget>
+           <class>GtkMenuItem</class>
+           <name>close1</name>
+           <signal>
+             <name>activate</name>
+             <handler>on_close1_activate</handler>
+             <last_modification_time>Sun, 24 Mar 2002 20:42:33 GMT</last_modification_time>
+           </signal>
+           <label>_Close</label>
+           <right_justify>False</right_justify>
+         </widget>
+
+         <widget>
+           <class>GtkMenuItem</class>
+           <name>exit1</name>
+           <signal>
+             <name>activate</name>
+             <handler>on_exit1_activate</handler>
+             <last_modification_time>Sun, 24 Mar 2002 20:42:33 GMT</last_modification_time>
+           </signal>
+           <label>_Exit</label>
+           <right_justify>False</right_justify>
+         </widget>
+       </widget>
+      </widget>
+
+      <widget>
+       <class>GtkMenuItem</class>
+       <name>network1</name>
+       <label>_Network</label>
+       <right_justify>False</right_justify>
+
+       <widget>
+         <class>GtkMenu</class>
+         <name>network1_menu</name>
+
+         <widget>
+           <class>GtkMenuItem</class>
+           <name>new_network1</name>
+           <signal>
+             <name>activate</name>
+             <handler>on_new_network1_activate</handler>
+             <last_modification_time>Sun, 24 Mar 2002 16:44:38 GMT</last_modification_time>
+           </signal>
+           <label>_New network</label>
+           <right_justify>False</right_justify>
+         </widget>
+       </widget>
+      </widget>
+
+      <widget>
+       <class>GtkMenuItem</class>
+       <name>settings1</name>
+       <label>_Settings</label>
+       <right_justify>False</right_justify>
+
+       <widget>
+         <class>GtkMenu</class>
+         <name>settings1_menu</name>
+
+         <widget>
+           <class>GtkMenuItem</class>
+           <name>settings1</name>
+           <signal>
+             <name>activate</name>
+             <handler>on_settings1_activate</handler>
+             <last_modification_time>Sun, 24 Mar 2002 20:42:33 GMT</last_modification_time>
+           </signal>
+           <label>_Settings</label>
+           <right_justify>False</right_justify>
+         </widget>
+       </widget>
+      </widget>
+
+      <widget>
+       <class>GtkMenuItem</class>
+       <name>windows2</name>
+       <label>_Windows</label>
+       <right_justify>False</right_justify>
+
+       <widget>
+         <class>GtkMenu</class>
+         <name>windows2_menu</name>
+
+         <widget>
+           <class>GtkMenuItem</class>
+           <name>new_window1</name>
+           <signal>
+             <name>activate</name>
+             <handler>on_new_window1_activate</handler>
+             <last_modification_time>Sun, 24 Mar 2002 20:42:33 GMT</last_modification_time>
+           </signal>
+           <label>_New window</label>
+           <right_justify>False</right_justify>
+         </widget>
+
+         <widget>
+           <class>GtkMenuItem</class>
+           <name>close_window1</name>
+           <signal>
+             <name>activate</name>
+             <handler>on_close_window1_activate</handler>
+             <last_modification_time>Sun, 24 Mar 2002 20:42:33 GMT</last_modification_time>
+           </signal>
+           <label>_Close window</label>
+           <right_justify>False</right_justify>
+         </widget>
+       </widget>
+      </widget>
+
+      <widget>
+       <class>GtkMenuItem</class>
+       <name>help1</name>
+       <label>_Help</label>
+       <right_justify>False</right_justify>
+
+       <widget>
+         <class>GtkMenu</class>
+         <name>help1_menu</name>
+
+         <widget>
+           <class>GtkMenuItem</class>
+           <name>info1</name>
+           <signal>
+             <name>activate</name>
+             <handler>on_info1_activate</handler>
+             <last_modification_time>Sun, 24 Mar 2002 16:41:32 GMT</last_modification_time>
+           </signal>
+           <label>_Info</label>
+           <right_justify>False</right_justify>
+         </widget>
+       </widget>
+      </widget>
+    </widget>
+
+    <widget>
+      <class>GtkHPaned</class>
+      <name>hpaned1</name>
+      <handle_size>10</handle_size>
+      <gutter_size>10</gutter_size>
+      <child>
+       <padding>0</padding>
+       <expand>True</expand>
+       <fill>True</fill>
+      </child>
+
+      <widget>
+       <class>GtkScrolledWindow</class>
+       <name>scrolledwindow1</name>
+       <width>250</width>
+       <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
+       <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
+       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
+       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
+       <child>
+         <shrink>False</shrink>
+         <resize>True</resize>
+       </child>
+
+       <widget>
+         <class>GtkCTree</class>
+         <name>NodeTree</name>
+         <can_focus>True</can_focus>
+         <columns>1</columns>
+         <column_widths>80</column_widths>
+         <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
+         <show_titles>False</show_titles>
+         <shadow_type>GTK_SHADOW_IN</shadow_type>
+
+         <widget>
+           <class>GtkLabel</class>
+           <child_name>CTree:title</child_name>
+           <name>label1</name>
+           <label>label1</label>
+           <justify>GTK_JUSTIFY_CENTER</justify>
+           <wrap>False</wrap>
+           <xalign>0.5</xalign>
+           <yalign>0.5</yalign>
+           <xpad>0</xpad>
+           <ypad>0</ypad>
+         </widget>
+       </widget>
+      </widget>
+
+      <widget>
+       <class>GtkVPaned</class>
+       <name>vpaned1</name>
+       <handle_size>10</handle_size>
+       <gutter_size>10</gutter_size>
+       <child>
+         <shrink>True</shrink>
+         <resize>True</resize>
+       </child>
+
+       <widget>
+         <class>GtkScrolledWindow</class>
+         <name>scrolledwindow3</name>
+         <width>500</width>
+         <height>300</height>
+         <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
+         <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
+         <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
+         <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
+         <child>
+           <shrink>True</shrink>
+           <resize>True</resize>
+         </child>
+       </widget>
+
+       <widget>
+         <class>GtkScrolledWindow</class>
+         <name>scrolledwindow2</name>
+         <width>500</width>
+         <height>200</height>
+         <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
+         <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
+         <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
+         <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
+         <child>
+           <shrink>True</shrink>
+           <resize>True</resize>
+         </child>
+
+         <widget>
+           <class>GtkText</class>
+           <name>Messages</name>
+           <width>500</width>
+           <height>300</height>
+           <editable>False</editable>
+           <text></text>
+         </widget>
+       </widget>
+      </widget>
+    </widget>
+
+    <widget>
+      <class>GtkStatusbar</class>
+      <name>statusbar1</name>
+      <child>
+       <padding>0</padding>
+       <expand>False</expand>
+       <fill>False</fill>
+      </child>
+    </widget>
+  </widget>
+</widget>
+
+<widget>
+  <class>GnomeDialog</class>
+  <name>dialog1</name>
+  <type>GTK_WINDOW_TOPLEVEL</type>
+  <position>GTK_WIN_POS_NONE</position>
+  <modal>False</modal>
+  <allow_shrink>False</allow_shrink>
+  <allow_grow>False</allow_grow>
+  <auto_shrink>False</auto_shrink>
+  <auto_close>False</auto_close>
+  <hide_on_close>False</hide_on_close>
+
+  <widget>
+    <class>GtkVBox</class>
+    <child_name>GnomeDialog:vbox</child_name>
+    <name>dialog-vbox1</name>
+    <homogeneous>False</homogeneous>
+    <spacing>8</spacing>
+    <child>
+      <padding>4</padding>
+      <expand>True</expand>
+      <fill>True</fill>
+    </child>
+
+    <widget>
+      <class>GtkHButtonBox</class>
+      <child_name>GnomeDialog:action_area</child_name>
+      <name>dialog-action_area1</name>
+      <layout_style>GTK_BUTTONBOX_END</layout_style>
+      <spacing>8</spacing>
+      <child_min_width>85</child_min_width>
+      <child_min_height>27</child_min_height>
+      <child_ipad_x>7</child_ipad_x>
+      <child_ipad_y>0</child_ipad_y>
+      <child>
+       <padding>0</padding>
+       <expand>False</expand>
+       <fill>True</fill>
+       <pack>GTK_PACK_END</pack>
+      </child>
+
+      <widget>
+       <class>GtkButton</class>
+       <name>button6</name>
+       <can_default>True</can_default>
+       <can_focus>True</can_focus>
+       <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
+      </widget>
+
+      <widget>
+       <class>GtkButton</class>
+       <name>button7</name>
+       <can_default>True</can_default>
+       <can_focus>True</can_focus>
+       <stock_button>GNOME_STOCK_BUTTON_APPLY</stock_button>
+      </widget>
+
+      <widget>
+       <class>GtkButton</class>
+       <name>button8</name>
+       <can_default>True</can_default>
+       <can_focus>True</can_focus>
+       <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
+      </widget>
+    </widget>
+
+    <widget>
+      <class>Placeholder</class>
+    </widget>
+  </widget>
+</widget>
+
+</GTK-Interface>