~ubuntu-branches/ubuntu/breezy/tiemu/breezy

« back to all changes in this revision

Viewing changes to glade/manpage-2.glade

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2005-06-02 16:50:15 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050602165015-59ab24414tl2wzol
Tags: 1.99+svn1460-1
* New snapshot.
* debian/control:
  + Updated build-depends.

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
 
 
6
<widget class="GtkDialog" id="manpage_dbox">
 
7
  <property name="visible">True</property>
 
8
  <property name="title" translatable="yes">Page of Manual</property>
 
9
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
10
  <property name="window_position">GTK_WIN_POS_NONE</property>
 
11
  <property name="modal">False</property>
 
12
  <property name="default_width">640</property>
 
13
  <property name="default_height">480</property>
 
14
  <property name="resizable">True</property>
 
15
  <property name="destroy_with_parent">False</property>
 
16
  <property name="has_separator">True</property>
 
17
 
 
18
  <child internal-child="vbox">
 
19
    <widget class="GtkVBox" id="dialog-vbox2">
 
20
      <property name="visible">True</property>
 
21
      <property name="homogeneous">False</property>
 
22
      <property name="spacing">0</property>
 
23
 
 
24
      <child internal-child="action_area">
 
25
        <widget class="GtkHButtonBox" id="dialog-action_area2">
 
26
          <property name="visible">True</property>
 
27
          <property name="layout_style">GTK_BUTTONBOX_END</property>
 
28
 
 
29
          <child>
 
30
            <widget class="GtkButton" id="okbutton1">
 
31
              <property name="visible">True</property>
 
32
              <property name="can_default">True</property>
 
33
              <property name="can_focus">True</property>
 
34
              <property name="has_focus">True</property>
 
35
              <property name="label">gtk-ok</property>
 
36
              <property name="use_stock">True</property>
 
37
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
38
              <property name="response_id">-5</property>
 
39
            </widget>
 
40
          </child>
 
41
        </widget>
 
42
        <packing>
 
43
          <property name="padding">0</property>
 
44
          <property name="expand">False</property>
 
45
          <property name="fill">True</property>
 
46
          <property name="pack_type">GTK_PACK_END</property>
 
47
        </packing>
 
48
      </child>
 
49
 
 
50
      <child>
 
51
        <widget class="GtkScrolledWindow" id="scrolledwindow1">
 
52
          <property name="border_width">7</property>
 
53
          <property name="visible">True</property>
 
54
          <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
 
55
          <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
56
          <property name="shadow_type">GTK_SHADOW_IN</property>
 
57
          <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
58
 
 
59
          <child>
 
60
            <widget class="GtkTextView" id="textview1">
 
61
              <property name="visible">True</property>
 
62
              <property name="can_focus">True</property>
 
63
              <property name="editable">False</property>
 
64
              <property name="justification">GTK_JUSTIFY_LEFT</property>
 
65
              <property name="wrap_mode">GTK_WRAP_WORD</property>
 
66
              <property name="cursor_visible">True</property>
 
67
              <property name="pixels_above_lines">0</property>
 
68
              <property name="pixels_below_lines">0</property>
 
69
              <property name="pixels_inside_wrap">0</property>
 
70
              <property name="left_margin">0</property>
 
71
              <property name="right_margin">0</property>
 
72
              <property name="indent">0</property>
 
73
              <property name="text" translatable="yes">Cannot find the manpage file.</property>
 
74
            </widget>
 
75
          </child>
 
76
        </widget>
 
77
        <packing>
 
78
          <property name="padding">0</property>
 
79
          <property name="expand">True</property>
 
80
          <property name="fill">True</property>
 
81
        </packing>
 
82
      </child>
 
83
    </widget>
 
84
  </child>
 
85
</widget>
 
86
 
 
87
</glade-interface>