~ubuntu-branches/debian/experimental/synaptic/experimental

« back to all changes in this revision

Viewing changes to gtk/glade/dialog_task_descr.glade

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-18 10:17:31 UTC
  • Revision ID: james.westby@ubuntu.com-20080618101731-fb77n5hy28hcq3g3
Tags: 0.62.1
* po/es.po:
  - updated Spanish translation (thanks to
     Francisco Javier Cuadrado)
* debian/control:
  - added "menu" to the recommends (closes: #478250)
* gtk/glade/window_main.glade:
  - make the main vpane shinkable
* gtk/rgmainwindow.cc:
  - do not loose the keyboard focus after a package 
    action in the listview
* debian/control:
  - switch bzr branch to bzr.debian.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 
2
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
 
3
 
 
4
<glade-interface>
 
5
<requires lib="gnome"/>
 
6
 
 
7
<widget class="GtkDialog" id="dialog_task_descr">
 
8
  <property name="border_width">6</property>
 
9
  <property name="width_request">600</property>
 
10
  <property name="height_request">400</property>
 
11
  <property name="visible">True</property>
 
12
  <property name="title" translatable="yes"></property>
 
13
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
14
  <property name="window_position">GTK_WIN_POS_NONE</property>
 
15
  <property name="modal">True</property>
 
16
  <property name="resizable">True</property>
 
17
  <property name="destroy_with_parent">False</property>
 
18
  <property name="icon">synaptic_mini.xpm</property>
 
19
  <property name="has_separator">False</property>
 
20
 
 
21
  <child internal-child="vbox">
 
22
    <widget class="GtkVBox" id="dialog-vbox1">
 
23
      <property name="visible">True</property>
 
24
      <property name="homogeneous">False</property>
 
25
      <property name="spacing">6</property>
 
26
 
 
27
      <child internal-child="action_area">
 
28
        <widget class="GtkHButtonBox" id="dialog-action_area1">
 
29
          <property name="visible">True</property>
 
30
          <property name="layout_style">GTK_BUTTONBOX_END</property>
 
31
 
 
32
          <child>
 
33
            <widget class="GtkButton" id="closebutton1">
 
34
              <property name="visible">True</property>
 
35
              <property name="can_default">True</property>
 
36
              <property name="can_focus">True</property>
 
37
              <property name="label">gtk-close</property>
 
38
              <property name="use_stock">True</property>
 
39
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
40
              <property name="response_id">-7</property>
 
41
            </widget>
 
42
          </child>
 
43
        </widget>
 
44
        <packing>
 
45
          <property name="padding">0</property>
 
46
          <property name="expand">False</property>
 
47
          <property name="fill">True</property>
 
48
          <property name="pack_type">GTK_PACK_END</property>
 
49
        </packing>
 
50
      </child>
 
51
 
 
52
      <child>
 
53
        <widget class="GtkVBox" id="vbox1">
 
54
          <property name="border_width">6</property>
 
55
          <property name="visible">True</property>
 
56
          <property name="homogeneous">False</property>
 
57
          <property name="spacing">6</property>
 
58
 
 
59
          <child>
 
60
            <widget class="GtkScrolledWindow" id="scrolledwindow1">
 
61
              <property name="visible">True</property>
 
62
              <property name="can_focus">True</property>
 
63
              <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
64
              <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
65
              <property name="shadow_type">GTK_SHADOW_IN</property>
 
66
              <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
67
 
 
68
              <child>
 
69
                <widget class="GtkTextView" id="textview">
 
70
                  <property name="visible">True</property>
 
71
                  <property name="can_focus">True</property>
 
72
                  <property name="editable">False</property>
 
73
                  <property name="justification">GTK_JUSTIFY_LEFT</property>
 
74
                  <property name="wrap_mode">GTK_WRAP_WORD</property>
 
75
                  <property name="cursor_visible">False</property>
 
76
                  <property name="pixels_above_lines">3</property>
 
77
                  <property name="pixels_below_lines">3</property>
 
78
                  <property name="pixels_inside_wrap">0</property>
 
79
                  <property name="left_margin">3</property>
 
80
                  <property name="right_margin">3</property>
 
81
                  <property name="indent">0</property>
 
82
                  <property name="text" translatable="yes"></property>
 
83
                </widget>
 
84
              </child>
 
85
            </widget>
 
86
            <packing>
 
87
              <property name="padding">0</property>
 
88
              <property name="expand">True</property>
 
89
              <property name="fill">True</property>
 
90
            </packing>
 
91
          </child>
 
92
        </widget>
 
93
        <packing>
 
94
          <property name="padding">0</property>
 
95
          <property name="expand">True</property>
 
96
          <property name="fill">True</property>
 
97
        </packing>
 
98
      </child>
 
99
    </widget>
 
100
  </child>
 
101
</widget>
 
102
 
 
103
</glade-interface>