-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathim.glade
37 lines (37 loc) · 1.36 KB
/
im.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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
<interface>
<requires lib="gtk+" version="3.12"/>
<object class="GtkApplicationWindow" id="window">
<property name="can_focus">False</property>
<property name="halign">baseline</property>
<property name="title" translatable="yes">Image Viewer</property>
<property name="window_position">center</property>
<property name="default_width">475</property>
<property name="default_height">640</property>
<property name="type_hint">dialog</property>
<child>
<object class="GtkScrolledWindow" id="scrolledwindow">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="shadow_type">in</property>
<child>
<object class="GtkViewport" id="viewport">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<object class="GtkImage" id="image">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="stock">gtk-missing-image</property>
</object>
</child>
</object>
</child>
</object>
</child>
<style>
<class name="main"/>
</style>
</object>
</interface>