diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2018-08-20 21:12:06 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2018-08-20 21:12:06 -0400 |
commit | 63e87c2d0c9d263f14c77b68f85c67d46ece82a9 (patch) | |
tree | 6260365cbf7d24f37d27669e8538227fcb72e243 /gtk+-mingw/share/gtk-3.0/demo/application.ui | |
parent | a4460f6d9453bbd7e584937686449cef3e19f052 (diff) |
Diffstat (limited to 'gtk+-mingw/share/gtk-3.0/demo/application.ui')
-rw-r--r-- | gtk+-mingw/share/gtk-3.0/demo/application.ui | 104 |
1 files changed, 0 insertions, 104 deletions
diff --git a/gtk+-mingw/share/gtk-3.0/demo/application.ui b/gtk+-mingw/share/gtk-3.0/demo/application.ui deleted file mode 100644 index 7085134..0000000 --- a/gtk+-mingw/share/gtk-3.0/demo/application.ui +++ /dev/null @@ -1,104 +0,0 @@ -<?xml version="1.0"?> -<interface> - <object class="GtkGrid" id="grid"> - <child> - <object class="GtkToolbar" id="toolbar"> - <property name="orientation">horizontal</property> - <property name="halign">fill</property> - <property name="hexpand">True</property> - <child> - <object class="GtkMenuToolButton" id="menutool"> - <property name="stock-id">gtk-open</property> - </object> - </child> - <child> - <object class="GtkToolButton" id="quit"> - <property name="stock-id">gtk-quit</property> - <property name="action-name">app.quit</property> - </object> - </child> - <child> - <object class="GtkSeparatorToolItem" id="sep"/> - </child> - <child> - <object class="GtkToolButton" id="logo"> - <property name="stock-id">demo-gtk-logo</property> - <property name="action-name">win.logo</property> - </object> - </child> - </object> - <packing> - <property name="left-attach">0</property> - <property name="top-attach">0</property> - </packing> - </child> - <child> - <object class="GtkInfoBar" id="infobar"> - <property name="no-show-all">True</property> - <property name="halign">fill</property> - <property name="hexpand">True</property> - <child internal-child="content_area"> - <object class="GtkBox" id="content_area"> - <child> - <object class="GtkLabel" id="message"> - <property name="visible">True</property> - <property name="hexpand">True</property> - <property name="halign">fill</property> - </object> - </child> - </object> - </child> - <child internal-child="action_area"> - <object class="GtkBox" id="action_area"> - <child> - <object class="GtkButton" id="button"> - <property name="visible">True</property> - <property name="valign">center</property> - <property name="label">gtk-ok</property> - <property name="use-stock">True</property> - </object> - </child> - </object> - </child> - </object> - <packing> - <property name="left-attach">0</property> - <property name="top-attach">1</property> - </packing> - </child> - <child> - <object class="GtkScrolledWindow" id="sw"> - <property name="shadow-type">in</property> - <child> - <object class="GtkTextView" id="contents"> - <property name="halign">fill</property> - <property name="valign">fill</property> - <property name="hexpand">True</property> - <property name="vexpand">True</property> - </object> - </child> - </object> - <packing> - <property name="left-attach">0</property> - <property name="top-attach">2</property> - </packing> - </child> - <child> - <object class="GtkStatusbar" id="status"> - <property name="halign">fill</property> - <property name="hexpand">True</property> - <property name="visible">True</property> - </object> - <packing> - <property name="left-attach">0</property> - <property name="top-attach">3</property> - </packing> - </child> - </object> - <menu id="toolmenu"> - <item> - <attribute name="label">File1</attribute> - <attribute name="action">win.file1</attribute> - </item> - </menu> -</interface> |