2019-04-04 23:08:18 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-08-05 22:17:29 +00:00
|
|
|
<interface domain="gtk40">
|
2013-03-26 10:13:12 +00:00
|
|
|
<template class="GtkFontChooserDialog" parent="GtkDialog">
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="title" translatable="yes">Select Font</property>
|
2018-12-26 08:00:08 +00:00
|
|
|
<child internal-child="content_area">
|
2013-03-26 10:13:12 +00:00
|
|
|
<object class="GtkBox" id="dialog-vbox1">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">2</property>
|
2020-02-26 01:57:20 +00:00
|
|
|
<property name="margin-start">5</property>
|
|
|
|
<property name="margin-end">5</property>
|
|
|
|
<property name="margin-top">5</property>
|
|
|
|
<property name="margin-bottom">5</property>
|
2013-03-26 10:13:12 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkFontChooserWidget" id="fontchooser">
|
2017-04-21 16:59:59 +00:00
|
|
|
<property name="vexpand">1</property>
|
2013-03-26 10:13:12 +00:00
|
|
|
<signal name="font-activated" handler="font_activated_cb" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-07-09 23:43:20 +00:00
|
|
|
<child type="action">
|
|
|
|
<object class="GtkButton" id="cancel_button">
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="use-underline">1</property>
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="label" translatable="yes">_Cancel</property>
|
2014-07-09 23:43:20 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="action">
|
2018-01-03 03:52:05 +00:00
|
|
|
<object class="GtkButton" id="select_button">
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="label" translatable="yes">_Select</property>
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="use-underline">1</property>
|
2014-07-09 23:43:20 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2018-06-06 22:49:04 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkEventControllerKey">
|
|
|
|
<signal name="key-pressed" handler="dialog_forward_key" swapped="no"/>
|
|
|
|
<signal name="key-released" handler="dialog_forward_key" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-07-09 23:43:20 +00:00
|
|
|
<action-widgets>
|
|
|
|
<action-widget response="cancel">cancel_button</action-widget>
|
2018-01-03 03:52:05 +00:00
|
|
|
<action-widget response="ok" default="true">select_button</action-widget>
|
2014-07-09 23:43:20 +00:00
|
|
|
</action-widgets>
|
2013-03-26 10:13:12 +00:00
|
|
|
</template>
|
|
|
|
</interface>
|