summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorFelix Riemann <[email protected]>2014-03-12 21:15:42 +0100
committerVictor Kareh <[email protected]>2018-08-01 15:55:49 -0400
commit068315f61f962088787d2858335cc4f6b5c7d534 (patch)
treef6cae6c94910a76aa5c65c77787146d5c9009592 /data
parent734ad19697a8b0cab3dd4530f4ef31cc9981bed6 (diff)
downloadeom-068315f61f962088787d2858335cc4f6b5c7d534.tar.bz2
eom-068315f61f962088787d2858335cc4f6b5c7d534.tar.xz
EomPropertiesDialog: Convert to GtkBuilder template
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/a8343a6
Diffstat (limited to 'data')
-rw-r--r--data/eom-image-properties-dialog.ui7
1 files changed, 5 insertions, 2 deletions
diff --git a/data/eom-image-properties-dialog.ui b/data/eom-image-properties-dialog.ui
index fc750e0..fb26d85 100644
--- a/data/eom-image-properties-dialog.ui
+++ b/data/eom-image-properties-dialog.ui
@@ -2,7 +2,7 @@
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.22"/>
- <object class="GtkDialog" id="eom_image_properties_dialog">
+ <template class="EomPropertiesDialog" parent="GtkDialog">
<property name="can_focus">False</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Image Properties</property>
@@ -144,6 +144,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="border_width">5</property>
+ <signal name="switch-page" handler="eom_properties_dialog_page_switch" object="EomPropertiesDialog" swapped="no"/>
<child>
<object class="GtkBox" id="general_box">
<property name="visible">True</property>
@@ -390,6 +391,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
+ <signal name="clicked" handler="pd_folder_button_clicked_cb" object="EomPropertiesDialog" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
@@ -940,6 +942,7 @@
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
+ <signal name="notify::expanded" handler="pd_exif_details_activated_cb" object="EomPropertiesDialog" after="yes" swapped="no"/>
</object>
</child>
</object>
@@ -1008,5 +1011,5 @@
<style>
<class name="eom-image-properties-dialog"/>
</style>
- </object>
+ </template>
</interface>