aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-itip-control.glade
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-itip-control.glade')
-rw-r--r--calendar/gui/e-itip-control.glade54
1 files changed, 54 insertions, 0 deletions
diff --git a/calendar/gui/e-itip-control.glade b/calendar/gui/e-itip-control.glade
new file mode 100644
index 0000000000..4f40977c90
--- /dev/null
+++ b/calendar/gui/e-itip-control.glade
@@ -0,0 +1,54 @@
+<?xml version="1.0"?>
+<GTK-Interface>
+
+<project>
+ <name>e-itip-control</name>
+ <program_name>e-itip-control</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>
+</project>
+
+<widget>
+ <class>GtkWindow</class>
+ <name>window1</name>
+ <visible>False</visible>
+ <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>GtkFrame</class>
+ <name>main_frame</name>
+ <border_width>4</border_width>
+ <label>Testing iTip control</label>
+ <label_xalign>0.11</label_xalign>
+ <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
+
+ <widget>
+ <class>GtkScrolledWindow</class>
+ <name>scrolledwindow1</name>
+ <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>
+
+ <widget>
+ <class>GtkText</class>
+ <name>text_box</name>
+ <can_focus>True</can_focus>
+ <editable>False</editable>
+ <text></text>
+ </widget>
+ </widget>
+ </widget>
+</widget>
+
+</GTK-Interface>