~lars-laprican/mintmenu/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
<!--*- mode: xml -*-->
<glade-interface>
  <widget class="GtkWindow" id="mainWindow">
    <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>
    <property name="type">GTK_WINDOW_POPUP</property>
    <property name="resizable">False</property>
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_MENU</property>
    <property name="skip_taskbar_hint">True</property>
    <property name="skip_pager_hint">True</property>
    <property name="decorated">False</property>
    <property name="deletable">False</property>
    <signal name="key_press_event" handler="gtk_widget_hide"/>
    <child>
      <widget class="GtkAlignment" id="border">
        <property name="visible">True</property>
        <child>
          <widget class="GtkHBox" id="paneholder">
            <property name="visible">True</property>
            <child>
              <widget class="GtkEventBox" id="sidepane">
                <property name="width_request">35</property>
                <property name="visible">True</property>
                <child>
                  <widget class="GtkVBox" id="pinholder">
                    <property name="visible">True</property>
                    <property name="border_width">3</property>
                    <property name="spacing">5</property>
                    <child>
                      <widget class="GtkToggleButton" id="pin_button">
                        <property name="width_request">32</property>
                        <property name="height_request">20</property>
                        <property name="visible">True</property>
                        <property name="can_focus">True</property>
                        <property name="response_id">0</property>
                        <signal name="toggled" handler="on_pin_button_toggled"/>
                        <child>
                          <placeholder/>
                        </child>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="fill">False</property>
                      </packing>
                    </child>
                  </widget>
                </child>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="fill">False</property>
              </packing>
            </child>
            <child>
              <placeholder/>
            </child>
          </widget>
        </child>
      </widget>
    </child>
  </widget>
</glade-interface>