summaryrefslogtreecommitdiff
path: root/gtk/ui/gtkcolorchooserdialog.ui
blob: a3e8f2a0f29fccb45a30b5e87b2a5bed60588b79 (plain)
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
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk40">
  <template class="GtkColorChooserDialog" parent="GtkDialog">
    <property name="title" translatable="yes">Select a Color</property>
    <property name="type-hint">dialog</property>
    <property name="resizable">0</property>
    <child internal-child="content_area">
      <object class="GtkBox" id="dialog-vbox1">
        <property name="orientation">vertical</property>
        <property name="spacing">2</property>
        <property name="margin-start">5</property>
        <property name="margin-end">5</property>
        <property name="margin-top">5</property>
        <property name="margin-bottom">5</property>
        <child>
          <object class="GtkColorChooserWidget" id="chooser">
            <property name="margin-start">5</property>
            <property name="margin-end">5</property>
            <property name="margin-top">5</property>
            <property name="margin-bottom">5</property>
            <property name="rgba">rgb(255,255,255)</property>
            <property name="hexpand">1</property>
            <property name="vexpand">1</property>
            <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>
    <child type="action">
      <object class="GtkButton" id="cancel_button">
        <property name="use-underline">1</property>
        <property name="label" translatable="yes">_Cancel</property>
      </object>
    </child>
    <child type="action">
      <object class="GtkButton" id="ok_button">
        <property name="label" translatable="yes">_Select</property>
        <property name="use-underline">1</property>
      </object>
    </child>
    <action-widgets>
      <action-widget response="cancel">cancel_button</action-widget>
      <action-widget response="ok" default="true">ok_button</action-widget>
    </action-widgets>
  </template>
</interface>