~nmu-sscheel/gtg/rework-task-editor

« back to all changes in this revision

Viewing changes to GTG/gtk/browser/modifytags_dialog.glade

  • Committer: Bertrand Rousseau
  • Date: 2012-05-09 22:33:25 UTC
  • mfrom: (1178 trunk)
  • mto: This revision was merged to the branch mainline in revision 1179.
  • Revision ID: bertrand.rousseau@gmail.com-20120509223325-a53d8nwo0x9g93bc
Merge nimit branch and trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <object class="GtkDialog" id="modifytags_dialog">
 
5
    <property name="can_focus">False</property>
 
6
    <property name="border_width">5</property>
 
7
    <property name="title" translatable="yes">Modify Tags</property>
 
8
    <property name="window_position">center-on-parent</property>
 
9
    <property name="type_hint">dialog</property>
 
10
    <child internal-child="vbox">
 
11
      <object class="GtkBox" id="modifytags_dialog_vbox">
 
12
        <property name="visible">True</property>
 
13
        <property name="can_focus">False</property>
 
14
        <property name="spacing">2</property>
 
15
        <child internal-child="action_area">
 
16
          <object class="GtkButtonBox" id="dialog-action_area3">
 
17
            <property name="visible">True</property>
 
18
            <property name="can_focus">False</property>
 
19
            <property name="layout_style">end</property>
 
20
            <child>
 
21
              <object class="GtkButton" id="modifytags_ok">
 
22
                <property name="label" translatable="yes">Add/Remove Tags</property>
 
23
                <property name="visible">True</property>
 
24
                <property name="can_focus">True</property>
 
25
                <property name="can_default">True</property>
 
26
                <property name="has_default">True</property>
 
27
                <property name="receives_default">False</property>
 
28
                <property name="use_action_appearance">False</property>
 
29
                <signal name="activate" handler="on_modifytags_confirm" swapped="no"/>
 
30
                <signal name="clicked" handler="on_modifytags_confirm" swapped="no"/>
 
31
              </object>
 
32
              <packing>
 
33
                <property name="expand">False</property>
 
34
                <property name="fill">False</property>
 
35
                <property name="position">0</property>
 
36
              </packing>
 
37
            </child>
 
38
            <child>
 
39
              <object class="GtkButton" id="modifytags_cancel">
 
40
                <property name="label" translatable="yes">Cancel</property>
 
41
                <property name="visible">True</property>
 
42
                <property name="can_focus">True</property>
 
43
                <property name="receives_default">False</property>
 
44
                <property name="use_action_appearance">False</property>
 
45
              </object>
 
46
              <packing>
 
47
                <property name="expand">False</property>
 
48
                <property name="fill">False</property>
 
49
                <property name="position">1</property>
 
50
              </packing>
 
51
            </child>
 
52
          </object>
 
53
          <packing>
 
54
            <property name="expand">False</property>
 
55
            <property name="fill">True</property>
 
56
            <property name="pack_type">end</property>
 
57
            <property name="position">0</property>
 
58
          </packing>
 
59
        </child>
 
60
        <child>
 
61
          <object class="GtkLabel" id="modifytags_label">
 
62
            <property name="visible">True</property>
 
63
            <property name="can_focus">False</property>
 
64
            <property name="label" translatable="yes">Enter the name of the tag(s) you wish to add or remove:</property>
 
65
          </object>
 
66
          <packing>
 
67
            <property name="expand">False</property>
 
68
            <property name="fill">True</property>
 
69
            <property name="position">1</property>
 
70
          </packing>
 
71
        </child>
 
72
        <child>
 
73
          <object class="GtkEntry" id="tag_entry">
 
74
            <property name="visible">True</property>
 
75
            <property name="can_focus">True</property>
 
76
            <property name="is_focus">True</property>
 
77
            <property name="invisible_char">●</property>
 
78
            <property name="activates_default">True</property>
 
79
            <property name="text" translatable="yes">TagName</property>
 
80
            <property name="shadow_type">none</property>
 
81
          </object>
 
82
          <packing>
 
83
            <property name="expand">False</property>
 
84
            <property name="fill">True</property>
 
85
            <property name="position">2</property>
 
86
          </packing>
 
87
        </child>
 
88
        <child>
 
89
          <object class="GtkLabel" id="hint_label">
 
90
            <property name="visible">True</property>
 
91
            <property name="can_focus">False</property>
 
92
            <property name="label" translatable="yes">Hint: you can add several tags by separating them with
 
93
space. Place '!' before tags you want to remove.</property>
 
94
            <attributes>
 
95
              <attribute name="foreground" value="#77bd77bd77bd"/>
 
96
            </attributes>
 
97
          </object>
 
98
          <packing>
 
99
            <property name="expand">False</property>
 
100
            <property name="fill">True</property>
 
101
            <property name="position">3</property>
 
102
          </packing>
 
103
        </child>
 
104
        <child>
 
105
          <object class="GtkCheckButton" id="apply_to_subtasks">
 
106
            <property name="label" translatable="yes">Apply to subtasks</property>
 
107
            <property name="visible">True</property>
 
108
            <property name="can_focus">True</property>
 
109
            <property name="receives_default">False</property>
 
110
            <property name="use_action_appearance">False</property>
 
111
            <property name="draw_indicator">True</property>
 
112
          </object>
 
113
          <packing>
 
114
            <property name="expand">False</property>
 
115
            <property name="fill">True</property>
 
116
            <property name="position">4</property>
 
117
          </packing>
 
118
        </child>
 
119
      </object>
 
120
    </child>
 
121
    <action-widgets>
 
122
      <action-widget response="0">modifytags_ok</action-widget>
 
123
      <action-widget response="0">modifytags_cancel</action-widget>
 
124
    </action-widgets>
 
125
  </object>
 
126
</interface>