Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorSimon Poirier <simpoir@gmail.com>2009-11-24 00:30:17 (GMT)
committer Simon Poirier <simpoir@gmail.com>2009-11-24 00:30:17 (GMT)
commit825143f4e633c4025ba39307760a3924769f2f02 (patch)
tree725df1f57ab7ac4ef3562f2675a8959bc28b990e /data
parent3c66e5880d84f660979644d2dec51070546f59af (diff)
creator+probes, not entirely working yet
Diffstat (limited to 'data')
-rw-r--r--data/ui/creator.glade50
1 files changed, 27 insertions, 23 deletions
diff --git a/data/ui/creator.glade b/data/ui/creator.glade
index 1c9669d..aeba19c 100644
--- a/data/ui/creator.glade
+++ b/data/ui/creator.glade
@@ -1,16 +1,19 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
+<!--Generated with glade3 3.4.5 on Sun Nov 1 16:39:50 2009 -->
<glade-interface>
- <!-- interface-requires gtk+ 2.16 -->
- <!-- interface-naming-policy project-wide -->
<widget class="GtkWindow" id="mainwindow">
<property name="width_request">300</property>
<property name="height_request">500</property>
+ <property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="title" translatable="yes">Toolbox</property>
<property name="resizable">False</property>
- <property name="window_position">center-on-parent</property>
+ <property name="decorated">False</property>
+ <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="default_width">200</property>
<property name="default_height">500</property>
<property name="destroy_with_parent">True</property>
+ <property name="type_hint">GDK_WINDOW_TYPE_HINT_UTILITY</property>
<property name="skip_taskbar_hint">True</property>
<property name="skip_pager_hint">True</property>
<property name="focus_on_map">False</property>
@@ -19,35 +22,37 @@
<child>
<widget class="GtkVBox" id="vbox1">
<property name="visible">True</property>
- <property name="orientation">vertical</property>
+ <property name="orientation">GTK_ORIENTATION_VERTICAL</property>
<property name="spacing">5</property>
+ <property name="orientation">GTK_ORIENTATION_VERTICAL</property>
<child>
<widget class="GtkHButtonBox" id="hbuttonbox1">
<property name="visible">True</property>
<property name="spacing">5</property>
- <property name="layout_style">start</property>
+ <property name="layout_style">GTK_BUTTONBOX_START</property>
<child>
<widget class="GtkButton" id="button2">
- <property name="label">gtk-save</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
+ <property name="label">gtk-save</property>
<property name="use_stock">True</property>
+ <property name="response_id">0</property>
<signal name="clicked" handler="on_save_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
- <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="button4">
- <property name="label">gtk-quit</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
+ <property name="label">gtk-quit</property>
<property name="use_stock">True</property>
+ <property name="response_id">0</property>
<signal name="clicked" handler="on_quit_clicked"/>
</widget>
<packing>
@@ -60,24 +65,24 @@
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
- <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow1">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="hscrollbar_policy">never</property>
- <property name="vscrollbar_policy">automatic</property>
- <property name="shadow_type">in</property>
+ <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+ <property name="shadow_type">GTK_SHADOW_IN</property>
<child>
<widget class="GtkViewport" id="viewport1">
<property name="visible">True</property>
- <property name="resize_mode">queue</property>
+ <property name="resize_mode">GTK_RESIZE_QUEUE</property>
<child>
<widget class="GtkVBox" id="vbox2">
<property name="visible">True</property>
- <property name="orientation">vertical</property>
+ <property name="orientation">GTK_ORIENTATION_VERTICAL</property>
+ <property name="orientation">GTK_ORIENTATION_VERTICAL</property>
<child>
<widget class="GtkExpander" id="expander1">
<property name="visible">True</property>
@@ -90,7 +95,6 @@
<property name="columns">2</property>
<property name="row_spacing">0</property>
<property name="column_spacing">0</property>
- <property name="item_padding">0</property>
<signal name="item_activated" handler="on_action_activate"/>
</widget>
</child>
@@ -106,7 +110,6 @@
</widget>
<packing>
<property name="expand">False</property>
- <property name="position">0</property>
</packing>
</child>
<child>
@@ -121,7 +124,6 @@
<property name="columns">2</property>
<property name="row_spacing">0</property>
<property name="column_spacing">0</property>
- <property name="item_padding">0</property>
<signal name="item_activated" handler="on_event_activate"/>
</widget>
</child>
@@ -153,8 +155,9 @@
<child>
<widget class="GtkVBox" id="propbox">
<property name="visible">True</property>
- <property name="orientation">vertical</property>
+ <property name="orientation">GTK_ORIENTATION_VERTICAL</property>
<property name="spacing">10</property>
+ <property name="orientation">GTK_ORIENTATION_VERTICAL</property>
<child>
<placeholder/>
</child>
@@ -169,26 +172,27 @@
<widget class="GtkHButtonBox" id="hbuttonbox2">
<property name="visible">True</property>
<property name="spacing">5</property>
- <property name="layout_style">start</property>
+ <property name="layout_style">GTK_BUTTONBOX_START</property>
<child>
<widget class="GtkButton" id="button1">
- <property name="label">gtk-media-record</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
+ <property name="label">gtk-media-record</property>
<property name="use_stock">True</property>
+ <property name="response_id">0</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
- <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="button3">
- <property name="label">gtk-media-stop</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
+ <property name="label">gtk-media-stop</property>
<property name="use_stock">True</property>
+ <property name="response_id">0</property>
</widget>
<packing>
<property name="expand">False</property>