~jwiltshire/pogo/debian

« back to all changes in this revision

Viewing changes to res/HelpDlg.glade

  • Committer: Jonathan Wiltshire
  • Date: 2010-12-20 23:52:57 UTC
  • Revision ID: git-v1:e24ab7d692aa9fecd89514fbd769b83b9db2dd55
Tags: upstream/0.3
ImportedĀ UpstreamĀ versionĀ 0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<glade-interface>
 
3
<widget class="GtkDialog" id="dlg-main">
 
4
<property name="width_request">425</property>
 
5
<property name="height_request">350</property>
 
6
<property name="border_width">5</property>
 
7
<property name="window_position">center-on-parent</property>
 
8
<property name="type_hint">dialog</property>
 
9
<property name="has_separator">False</property>
 
10
<child internal-child="vbox">
 
11
<widget class="GtkVBox" id="dialog-vbox1">
 
12
<property name="spacing">2</property>
 
13
<child>
 
14
<widget class="GtkScrolledWindow" id="scrolledwindow1">
 
15
<property name="can_focus">True</property>
 
16
<property name="hscrollbar_policy">automatic</property>
 
17
<property name="vscrollbar_policy">automatic</property>
 
18
<property name="shadow_type">in</property>
 
19
<child>
 
20
<widget class="GtkTextView" id="txt-help">
 
21
<property name="can_focus">True</property>
 
22
<property name="editable">False</property>
 
23
<property name="wrap_mode">word</property>
 
24
<property name="cursor_visible">False</property>
 
25
</widget>
 
26
</child>
 
27
</widget>
 
28
<packing>
 
29
<property name="position">1</property>
 
30
</packing>
 
31
</child>
 
32
<child internal-child="action_area">
 
33
<widget class="GtkHButtonBox" id="dlg-action_area">
 
34
<property name="layout_style">end</property>
 
35
<child>
 
36
<widget class="GtkButton" id="btn-ok">
 
37
<property name="label">gtk-ok</property>
 
38
<property name="response_id">-5</property>
 
39
<property name="can_focus">True</property>
 
40
<property name="receives_default">True</property>
 
41
<property name="use_stock">True</property>
 
42
</widget>
 
43
<packing>
 
44
<property name="expand">False</property>
 
45
<property name="fill">False</property>
 
46
<property name="position">0</property>
 
47
</packing>
 
48
</child>
 
49
</widget>
 
50
<packing>
 
51
<property name="expand">False</property>
 
52
<property name="pack_type">end</property>
 
53
<property name="position">0</property>
 
54
</packing>
 
55
</child>
 
56
</widget>
 
57
</child>
 
58
</widget>
 
59
</glade-interface>