summaryrefslogtreecommitdiff
path: root/portato/gui/templates/SplashScreen.ui
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-02-20 01:03:21 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-02-20 01:03:21 +0100
commit2455dc6f3ac1b4187d33173eb3d5f061a53aac9f (patch)
treea417fbbc2861be171d7843311a2fa3b435e7db95 /portato/gui/templates/SplashScreen.ui
parent0235295d89cf6f8f1a9e9c4005505d41690f97cb (diff)
parent9756f5649fc17b4be9b8f3f9a537ee027faabca2 (diff)
downloadportato-2455dc6f3ac1b4187d33173eb3d5f061a53aac9f.tar.gz
portato-2455dc6f3ac1b4187d33173eb3d5f061a53aac9f.tar.bz2
portato-2455dc6f3ac1b4187d33173eb3d5f061a53aac9f.zip
Moved from libglade to GtkBuilder.
Overhauled the preference dialog. - Still no user-configs though :(
Diffstat (limited to '')
-rw-r--r--portato/gui/templates/SplashScreen.ui (renamed from portato/gui/templates/SplashScreen.glade)31
1 files changed, 15 insertions, 16 deletions
diff --git a/portato/gui/templates/SplashScreen.glade b/portato/gui/templates/SplashScreen.ui
index 79e27bf..4529fcc 100644
--- a/portato/gui/templates/SplashScreen.glade
+++ b/portato/gui/templates/SplashScreen.ui
@@ -1,8 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
+<?xml version="1.0"?>
<!--Generated with glade3 3.4.1 on Fri Feb 29 00:02:46 2008 -->
-<glade-interface>
- <widget class="GtkWindow" id="SplashScreen">
+<interface>
+ <object class="GtkWindow" id="SplashScreen">
<property name="width_request">300</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="resizable">False</property>
@@ -13,7 +12,7 @@
<property name="decorated">False</property>
<property name="deletable">False</property>
<child>
- <widget class="GtkAlignment" id="alignment7">
+ <object class="GtkAlignment" id="alignment7">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="top_padding">20</property>
@@ -21,41 +20,41 @@
<property name="left_padding">20</property>
<property name="right_padding">20</property>
<child>
- <widget class="GtkVBox" id="vbox3">
+ <object class="GtkVBox" id="vbox3">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<child>
- <widget class="GtkImage" id="image">
+ <object class="GtkImage" id="image">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="stock">gtk-missing-image</property>
- </widget>
+ </object>
</child>
<child>
- <widget class="GtkLabel" id="generalLabel">
+ <object class="GtkLabel" id="generalLabel">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label">label</property>
<property name="use_markup">True</property>
- </widget>
+ </object>
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
- <widget class="GtkLabel" id="descrLabel">
+ <object class="GtkLabel" id="descrLabel">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label">label</property>
<property name="use_markup">True</property>
- </widget>
+ </object>
<packing>
<property name="position">2</property>
</packing>
</child>
- </widget>
+ </object>
</child>
- </widget>
+ </object>
</child>
- </widget>
-</glade-interface>
+ </object>
+</interface>