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-23 15:41:07 +00:00
|
|
|
<template class="GtkColorChooserDialog" parent="GtkDialog">
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="title" translatable="yes">Select a Color</property>
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="resizable">0</property>
|
2018-12-26 08:00:08 +00:00
|
|
|
<child internal-child="content_area">
|
2013-03-23 15:41:07 +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-23 15:41:07 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkColorChooserWidget" id="chooser">
|
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-23 15:41:07 +00:00
|
|
|
<property name="rgba">rgb(255,255,255)</property>
|
2020-02-25 23:25:52 +00:00
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="vexpand">1</property>
|
2013-03-23 15:41:07 +00:00
|
|
|
<signal name="color-activated" handler="color_activated_cb" swapped="no"/>
|
|
|
|
<signal name="notify::rgba" handler="propagate_notify" swapped="no"/>
|
|
|
|
<signal name="notify::show-editor" handler="propagate_notify" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-07-09 23:39:19 +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:39:19 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="action">
|
|
|
|
<object class="GtkButton" id="ok_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:39:19 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<action-widgets>
|
|
|
|
<action-widget response="cancel">cancel_button</action-widget>
|
|
|
|
<action-widget response="ok" default="true">ok_button</action-widget>
|
|
|
|
</action-widgets>
|
2013-03-23 15:41:07 +00:00
|
|
|
</template>
|
|
|
|
</interface>
|