Added default dir checkbutton

This commit is contained in:
2018-02-27 21:36:47 +01:00
parent a098969f3e
commit 53b6172eb0
3 changed files with 46 additions and 5 deletions

View File

@@ -86,7 +86,7 @@
<property name="can_focus">True</property>
<property name="margin_top">5</property>
<property name="margin_bottom">5</property>
<property name="text" translatable="yes">Select source directory!</property>
<property name="text" translatable="yes">/usr/include</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -142,7 +142,7 @@
<property name="can_focus">True</property>
<property name="margin_top">5</property>
<property name="margin_bottom">5</property>
<property name="text" translatable="yes">Select destination directory!</property>
<property name="text" translatable="yes">~/include</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -185,6 +185,26 @@
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_include_checkbutton_toggled" swapped="no"/>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">3</property>
<property name="width">6</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="default_dir_checkbutton">
<property name="label" translatable="yes">Use default directories!</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="margin_left">5</property>
<property name="margin_right">5</property>
<property name="margin_top">5</property>
<property name="margin_bottom">5</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_default_dir_checkbutton_toggled" swapped="no"/>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">2</property>