~luismmontielg/+junk/godownloader

« back to all changes in this revision

Viewing changes to data/ui/PreferencesGodownloaderDialog.ui

  • Committer: Luis Montiel
  • Date: 2010-01-21 18:23:41 UTC
  • Revision ID: luis@luis-laptop-20100121182341-5ybbqj3n3liw9zvi
Initial project creation with Quickly!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-requires preferences_godownloader_dialog 1.0 -->
 
5
  <!-- interface-naming-policy project-wide -->
 
6
  <object class="PreferencesGodownloaderDialog" id="preferences_godownloader_dialog">
 
7
    <property name="border_width">5</property>
 
8
    <property name="icon">../media/icon.png</property>
 
9
    <property name="type_hint">normal</property>
 
10
    <property name="has_separator">False</property>
 
11
    <child internal-child="vbox">
 
12
      <object class="GtkVBox" id="dialog-vbox1">
 
13
        <property name="visible">True</property>
 
14
        <property name="orientation">vertical</property>
 
15
        <property name="spacing">2</property>
 
16
        <child>
 
17
          <placeholder/>
 
18
        </child>
 
19
        <child internal-child="action_area">
 
20
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
21
            <property name="visible">True</property>
 
22
            <property name="layout_style">end</property>
 
23
            <child>
 
24
              <object class="GtkButton" id="button2">
 
25
                <property name="label" translatable="yes">gtk-cancel</property>
 
26
                <property name="visible">True</property>
 
27
                <property name="can_focus">True</property>
 
28
                <property name="receives_default">True</property>
 
29
                <property name="use_stock">True</property>
 
30
                <signal name="clicked" handler="cancel"/>
 
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="button1">
 
40
                <property name="label" translatable="yes">gtk-ok</property>
 
41
                <property name="visible">True</property>
 
42
                <property name="can_focus">True</property>
 
43
                <property name="receives_default">True</property>
 
44
                <property name="use_stock">True</property>
 
45
                <signal name="clicked" handler="ok"/>
 
46
              </object>
 
47
              <packing>
 
48
                <property name="expand">False</property>
 
49
                <property name="fill">False</property>
 
50
                <property name="position">1</property>
 
51
              </packing>
 
52
            </child>
 
53
          </object>
 
54
          <packing>
 
55
            <property name="expand">False</property>
 
56
            <property name="pack_type">end</property>
 
57
            <property name="position">0</property>
 
58
          </packing>
 
59
        </child>
 
60
      </object>
 
61
    </child>
 
62
    <action-widgets>
 
63
      <action-widget response="-6">button2</action-widget>
 
64
      <action-widget response="-5">button1</action-widget>
 
65
    </action-widgets>
 
66
  </object>
 
67
</interface>