diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-18 22:01:40 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-18 22:01:40 +0100 |
commit | 812dbac4e61849a1206544121a95b1a98a300d34 (patch) | |
tree | 017e9a6df4296ea52e4fab49f2169c641fe795d9 /portato/gui/templates/SplashScreen.ui | |
parent | edffa4112136c525e5db84ec1b1a59ebd7a4a5c8 (diff) | |
download | portato-812dbac4e61849a1206544121a95b1a98a300d34.tar.gz portato-812dbac4e61849a1206544121a95b1a98a300d34.tar.bz2 portato-812dbac4e61849a1206544121a95b1a98a300d34.zip |
Converted glade files
Diffstat (limited to 'portato/gui/templates/SplashScreen.ui')
-rw-r--r-- | portato/gui/templates/SplashScreen.ui | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/portato/gui/templates/SplashScreen.ui b/portato/gui/templates/SplashScreen.ui new file mode 100644 index 0000000..4529fcc --- /dev/null +++ b/portato/gui/templates/SplashScreen.ui @@ -0,0 +1,60 @@ +<?xml version="1.0"?> +<!--Generated with glade3 3.4.1 on Fri Feb 29 00:02:46 2008 --> +<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> + <property name="window_position">GTK_WIN_POS_CENTER_ALWAYS</property> + <property name="type_hint">GDK_WINDOW_TYPE_HINT_SPLASHSCREEN</property> + <property name="urgency_hint">True</property> + <property name="focus_on_map">False</property> + <property name="decorated">False</property> + <property name="deletable">False</property> + <child> + <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> + <property name="bottom_padding">20</property> + <property name="left_padding">20</property> + <property name="right_padding">20</property> + <child> + <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> + <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> + </object> + </child> + <child> + <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> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> + <child> + <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> + </object> + <packing> + <property name="position">2</property> + </packing> + </child> + </object> + </child> + </object> + </child> + </object> +</interface> |