-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathssh-session-manager.glade
More file actions
75 lines (75 loc) · 3.02 KB
/
ssh-session-manager.glade
File metadata and controls
75 lines (75 loc) · 3.02 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.4 -->
<interface>
<requires lib="gtk+" version="3.20"/>
<object class="GtkTreeStore" id="server_store">
<columns>
<!-- column-name server_alias -->
<column type="gchararray"/>
<!-- column-name server_name -->
<column type="gchararray"/>
<!-- column-name username -->
<column type="gchararray"/>
</columns>
</object>
<object class="GtkWindow" id="main_window">
<property name="can_focus">False</property>
<property name="default_width">350</property>
<property name="default_height">700</property>
<signal name="destroy" handler="onDestroy" swapped="no"/>
<child>
<object class="GtkScrolledWindow">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="shadow_type">in</property>
<child>
<object class="GtkViewport">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<object class="GtkTreeView" id="server_tree_view">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="model">server_store</property>
<property name="search_column">0</property>
<signal name="row-activated" handler="on_row_activated" swapped="no"/>
<child internal-child="selection">
<object class="GtkTreeSelection">
<signal name="changed" handler="on_tree_selection_changed" swapped="no"/>
</object>
</child>
<child>
<object class="GtkTreeViewColumn" id="server_alias_column">
<property name="resizable">True</property>
<property name="title" translatable="yes">Server Alias</property>
<child>
<object class="GtkCellRendererText" id="server_alias_cell_renderer"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn" id="server_name_column">
<property name="resizable">True</property>
<property name="title" translatable="yes">Server Hostname</property>
<child>
<object class="GtkCellRendererText" id="server_name_cell_renderer"/>
<attributes>
<attribute name="text">1</attribute>
</attributes>
</child>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</child>
<child type="titlebar">
<placeholder/>
</child>
</object>
</interface>