~ubuntu-core-dev/synaptic/ubuntu

« back to all changes in this revision

Viewing changes to gtk/gtkbuilder/window_iconlegend.ui

  • Committer: Michael Terry
  • Date: 2011-09-26 16:30:35 UTC
  • Revision ID: michael.terry@canonical.com-20110926163035-bck8ol261ksu1gmi
move to lp:ubuntu/synaptic

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!--*- mode: xml -*-->
3
 
<interface>
4
 
  <object class="GtkDialog" id="window_iconlegend">
5
 
    <property name="border_width">6</property>
6
 
    <property name="visible">False</property>
7
 
    <property name="title" translatable="yes">Icon Legend</property>
8
 
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
9
 
    <property name="window_position">GTK_WIN_POS_NONE</property>
10
 
    <property name="modal">False</property>
11
 
    <property name="resizable">False</property>
12
 
    <property name="destroy_with_parent">False</property>
13
 
    <property name="icon">synaptic_mini.xpm</property>
14
 
    <property name="has_separator">False</property>
15
 
    <child internal-child="vbox">
16
 
      <object class="GtkVBox" id="dialog-vbox1">
17
 
        <property name="visible">True</property>
18
 
        <property name="homogeneous">False</property>
19
 
        <property name="spacing">6</property>
20
 
        <child internal-child="action_area">
21
 
          <object class="GtkHButtonBox" id="dialog-action_area1">
22
 
            <property name="visible">True</property>
23
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
24
 
            <child>
25
 
              <object class="GtkButton" id="button_close">
26
 
                <property name="visible">True</property>
27
 
                <property name="can_default">True</property>
28
 
                <property name="can_focus">True</property>
29
 
                <property name="label">gtk-close</property>
30
 
                <property name="use_stock">True</property>
31
 
                <property name="relief">GTK_RELIEF_NORMAL</property>
32
 
                <signal handler="on_button_close_clicked" last_modification_time="Sun, 11 Jan 2004 10:54:33 GMT" name="clicked"/>
33
 
              </object>
34
 
            </child>
35
 
          </object>
36
 
          <packing>
37
 
            <property name="padding">0</property>
38
 
            <property name="expand">False</property>
39
 
            <property name="fill">True</property>
40
 
            <property name="pack_type">GTK_PACK_END</property>
41
 
          </packing>
42
 
        </child>
43
 
        <child>
44
 
          <object class="GtkVBox" id="vbox_main">
45
 
            <property name="border_width">6</property>
46
 
            <property name="visible">True</property>
47
 
            <property name="homogeneous">False</property>
48
 
            <property name="spacing">6</property>
49
 
            <child>
50
 
              <object class="GtkLabel" id="label1">
51
 
                <property name="visible">True</property>
52
 
                <property name="label" translatable="yes">&lt;b&gt;The following icons are used to indicate the current status of a package:&lt;/b&gt;</property>
53
 
                <property name="use_underline">False</property>
54
 
                <property name="use_markup">True</property>
55
 
                <property name="justify">GTK_JUSTIFY_LEFT</property>
56
 
                <property name="wrap">True</property>
57
 
                <property name="selectable">False</property>
58
 
                <property name="xalign">0</property>
59
 
                <property name="yalign">0.5</property>
60
 
                <property name="xpad">0</property>
61
 
                <property name="ypad">0</property>
62
 
              </object>
63
 
              <packing>
64
 
                <property name="padding">0</property>
65
 
                <property name="expand">False</property>
66
 
                <property name="fill">False</property>
67
 
              </packing>
68
 
            </child>
69
 
          </object>
70
 
          <packing>
71
 
            <property name="padding">0</property>
72
 
            <property name="expand">True</property>
73
 
            <property name="fill">True</property>
74
 
          </packing>
75
 
        </child>
76
 
      </object>
77
 
    </child>
78
 
    <action-widgets>
79
 
      <action-widget response="-7">button_close</action-widget>
80
 
    </action-widgets>
81
 
  </object>
82
 
</interface>