~alexeftimie/jockey/fix-gobject

« back to all changes in this revision

Viewing changes to gtk/main.glade

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2008-01-17 15:02:40 UTC
  • Revision ID: james.westby@ubuntu.com-20080117150240-djmsi8giu255vzzn
Tags: 0.1~r118
* Initial release, result of completely rewriting restricted-manager to be
  maintainable, robust, and suitable for other distributions. Some features
  and the KDE UI still need to be ported.
* See restricted-manager-rewrite specification for details.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
 
3
<!--Generated with glade3 3.4.0 on Sat Dec 15 15:30:30 2007 -->
 
4
<glade-interface>
 
5
  <widget class="GtkDialog" id="dialog_manager">
 
6
    <property name="border_width">6</property>
 
7
    <property name="window_position">GTK_WIN_POS_CENTER</property>
 
8
    <property name="default_height">420</property>
 
9
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
10
    <property name="has_separator">False</property>
 
11
    <signal name="delete_event" handler="on_quit"/>
 
12
    <child internal-child="vbox">
 
13
      <widget class="GtkVBox" id="dialog-vbox1">
 
14
        <property name="visible">True</property>
 
15
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
 
16
        <property name="spacing">2</property>
 
17
        <child>
 
18
          <widget class="GtkVBox" id="vbox1">
 
19
            <property name="visible">True</property>
 
20
            <property name="border_width">6</property>
 
21
            <property name="spacing">12</property>
 
22
            <child>
 
23
              <widget class="GtkHBox" id="hbox1">
 
24
                <property name="visible">True</property>
 
25
                <property name="spacing">12</property>
 
26
                <child>
 
27
                  <widget class="GtkImage" id="image1">
 
28
                    <property name="visible">True</property>
 
29
                    <property name="yalign">0</property>
 
30
                    <property name="icon_size">6</property>
 
31
                    <property name="icon_name">jockey</property>
 
32
                  </widget>
 
33
                  <packing>
 
34
                    <property name="expand">False</property>
 
35
                  </packing>
 
36
                </child>
 
37
                <child>
 
38
                  <widget class="GtkLabel" id="label_heading">
 
39
                    <property name="visible">True</property>
 
40
                    <property name="xalign">0</property>
 
41
                    <property name="yalign">0</property>
 
42
                    <property name="label">(filled by app)</property>
 
43
                    <property name="use_markup">True</property>
 
44
                    <property name="wrap">True</property>
 
45
                  </widget>
 
46
                  <packing>
 
47
                    <property name="position">1</property>
 
48
                  </packing>
 
49
                </child>
 
50
              </widget>
 
51
              <packing>
 
52
                <property name="expand">False</property>
 
53
              </packing>
 
54
            </child>
 
55
            <child>
 
56
              <widget class="GtkScrolledWindow" id="scrolledwindow1">
 
57
                <property name="visible">True</property>
 
58
                <property name="can_focus">False</property>
 
59
                <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
 
60
                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
61
                <property name="shadow_type">GTK_SHADOW_IN</property>
 
62
                <child>
 
63
                  <widget class="GtkTreeView" id="treeview_drivers">
 
64
                    <property name="visible">True</property>
 
65
                    <property name="has_tooltip">True</property>
 
66
                    <property name="hover_selection">True</property>
 
67
                    <signal name="query_tooltip" handler="gtk_true"/>
 
68
                    <signal name="cursor_changed" handler="on_treeview_drivers_cursor_changed"/>
 
69
                  </widget>
 
70
                </child>
 
71
              </widget>
 
72
              <packing>
 
73
                <property name="position">1</property>
 
74
              </packing>
 
75
            </child>
 
76
          </widget>
 
77
          <packing>
 
78
            <property name="position">1</property>
 
79
          </packing>
 
80
        </child>
 
81
        <child internal-child="action_area">
 
82
          <widget class="GtkHButtonBox" id="dialog-action_area1">
 
83
            <property name="visible">True</property>
 
84
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
 
85
            <property name="layout_style">GTK_BUTTONBOX_EDGE</property>
 
86
            <child>
 
87
              <widget class="GtkButton" id="button_help">
 
88
                <property name="visible">True</property>
 
89
                <property name="can_focus">True</property>
 
90
                <property name="receives_default">True</property>
 
91
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
92
                <property name="label" translatable="yes">gtk-help</property>
 
93
                <property name="use_stock">True</property>
 
94
                <property name="response_id">0</property>
 
95
                <signal name="clicked" handler="on_button_help_clicked"/>
 
96
              </widget>
 
97
            </child>
 
98
            <child>
 
99
              <widget class="GtkButton" id="button_close">
 
100
                <property name="visible">True</property>
 
101
                <property name="label">gtk-close</property>
 
102
                <property name="use_stock">True</property>
 
103
                <property name="response_id">0</property>
 
104
                <signal name="clicked" handler="on_quit"/>
 
105
              </widget>
 
106
              <packing>
 
107
                <property name="position">1</property>
 
108
              </packing>
 
109
            </child>
 
110
          </widget>
 
111
          <packing>
 
112
            <property name="expand">False</property>
 
113
            <property name="pack_type">GTK_PACK_END</property>
 
114
          </packing>
 
115
        </child>
 
116
      </widget>
 
117
    </child>
 
118
  </widget>
 
119
</glade-interface>