This repository was archived by the owner on Feb 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtwitter-plugin-pin.glade
100 lines (100 loc) · 5.53 KB
/
twitter-plugin-pin.glade
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
<!DOCTYPE glade-interface SYSTEM "http://gazpacho.sicem.biz/gazpacho-0.1.dtd">
<glade-interface>
<widget class="GtkDialog" id="pin_dialog">
<property name="destroy_with_parent">True</property>
<property name="mnemonics_visible">False</property>
<property name="modal">True</property>
<property name="title" context="yes" translatable="yes">Twitter Account</property>
<property name="type_hint">normal</property>
<property name="visible">True</property>
<property name="window_position">none</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox1">
<property name="border_width">2</property>
<property name="visible">True</property>
<child>
<widget class="GtkVBox" id="pin_vbox">
<property name="border_width">5</property>
<property name="spacing">18</property>
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="label58">
<property name="justify">center</property>
<property name="label" context="yes" translatable="yes"><b>Please Input PIN</b></property>
<property name="use_markup">True</property>
<property name="visible">True</property>
<property name="xalign">0.0</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox21">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="pin_label">
<property name="label" context="yes" translatable="yes">PIN:</property>
<property name="mnemonic_widget">pin_entry</property>
<property name="use_underline">True</property>
<property name="visible">True</property>
<property name="xpad">8</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="pin_entry">
<property name="invisible_char_set">True</property>
<property name="is_focus">True</property>
<property name="max_length">7</property>
<property name="visible">True</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="position">2</property>
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area1">
<property name="border_width">5</property>
<property name="layout_style">end</property>
<property name="spacing">6</property>
<property name="visible">True</property>
<child>
<widget class="GtkButton" id="closebutton1">
<property name="can_default">True</property>
<property name="label">gtk-ok</property>
<property name="use_stock">True</property>
<property name="visible">True</property>
</widget>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="pack_type">end</property>
</packing>
</child>
</widget>
</child>
</widget>
</glade-interface>