mintmenu/usr/lib/linuxmint/mintMenu/mintMenu.glade

29 lines
1.1 KiB
Plaintext
Raw Normal View History

2010-09-13 12:10:43 +01:00
<?xml version="1.0"?>
2013-05-21 03:07:56 +01:00
<interface>
2010-09-13 12:10:43 +01:00
<!-- interface-requires gtk+ 2.10 -->
<!-- interface-naming-policy toplevel-contextual -->
2013-05-21 03:07:56 +01:00
<object class="GtkWindow" id="mainWindow">
2009-07-27 11:45:34 +01:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK</property>
2010-09-13 12:10:43 +01:00
<property name="type">popup</property>
2009-07-27 11:45:34 +01:00
<property name="resizable">False</property>
2010-09-13 12:10:43 +01:00
<property name="type_hint">menu</property>
2009-07-27 11:45:34 +01:00
<property name="skip_taskbar_hint">True</property>
<property name="skip_pager_hint">True</property>
<property name="decorated">False</property>
<property name="deletable">False</property>
<child>
2013-05-21 03:07:56 +01:00
<object class="GtkAlignment" id="border">
2009-07-27 11:45:34 +01:00
<property name="visible">True</property>
<child>
2013-05-21 03:07:56 +01:00
<object class="GtkHBox" id="paneholder">
2009-07-27 11:45:34 +01:00
<property name="visible">True</property>
<child>
<placeholder/>
</child>
2013-05-21 03:07:56 +01:00
</object>
2009-07-27 11:45:34 +01:00
</child>
2013-05-21 03:07:56 +01:00
</object>
2009-07-27 11:45:34 +01:00
</child>
2013-05-21 03:07:56 +01:00
</object>
</interface>