<?xml version="1.0" encoding="UTF-8"?> <interface> <!-- interface-requires gtk+ 3.0 --> <object class="GtkAdjustment" id="adjustment-days"> <property name="upper">65535</property> <property name="step_increment">1</property> <property name="page_increment">5</property> </object> <object class="GtkAdjustment" id="adjustment-hours"> <property name="upper">65535</property> <property name="step_increment">1</property> <property name="page_increment">5</property> </object> <object class="GtkAdjustment" id="adjustment-minutes"> <property name="upper">65535</property> <property name="value">5</property> <property name="step_increment">1</property> <property name="page_increment">5</property> </object> <object class="GtkDialog" id="alarm-notify"> <property name="can_focus">False</property> <property name="border_width">5</property> <property name="title" translatable="yes">Appointments</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="orientation">vertical</property> <property name="spacing">2</property> <child internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area1"> <property name="can_focus">False</property> <property name="layout_style">end</property> <child> <object class="GtkButton" id="dismiss-all-button"> <property name="label" translatable="yes">Dismiss _All</property> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">True</property> <property name="use_action_appearance">False</property> <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="pack_type">end</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkGrid" id="main-grid"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_left">6</property> <property name="margin_right">6</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="row_spacing">6</property> <property name="column_spacing">6</property> <child> <object class="GtkImage" id="alarm-image"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="valign">start</property> <property name="yalign">0</property> <property name="icon-name">dialog-information</property> <property name="icon-size">6</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> <property name="width">1</property> <property name="height">3</property> </packing> </child> <child> <object class="GtkScrolledWindow" id="appointments-scrolled-window"> <property name="height_request">75</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="shadow_type">in</property> <child> <object class="GtkTreeView" id="appointments-treeview"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="headers_visible">False</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="treeview-selection2"/> </child> </object> </child> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> <property name="width">2</property> <property name="height">1</property> </packing> </child> <child> <object class="GtkScrolledWindow" id="description"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="shadow_type">in</property> <child> <object class="GtkTextView" id="description-label"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">False</property> <property name="wrap_mode">word</property> </object> </child> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> <property name="width">1</property> <property name="height">1</property> </packing> </child> <child> <object class="GtkVButtonBox" id="button-box"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="valign">start</property> <property name="spacing">6</property> <property name="layout_style">start</property> <child> <object class="GtkButton" id="snooze-button"> <property name="label" translatable="yes">_Snooze</property> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">True</property> <property name="use_action_appearance">False</property> <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkButton" id="edit-button"> <property name="label" translatable="yes">_Edit</property> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">True</property> <property name="use_action_appearance">False</property> <property name="use_stock">False</property> <property name="use-underline">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkButton" id="print-button"> <property name="label" translatable="yes">_Print</property> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">True</property> <property name="use_action_appearance">False</property> <property name="use_stock">False</property> <property name="use-underline">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">2</property> </packing> </child> <child> <object class="GtkButton" id="dismiss-button"> <property name="label" translatable="yes">_Dismiss</property> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_action_appearance">False</property> <property name="use-underline">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">3</property> </packing> </child> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">1</property> <property name="width">1</property> <property name="height">1</property> </packing> </child> <child> <object class="GtkGrid" id="bottom-grid"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="row_spacing">6</property> <property name="column_spacing">6</property> <child> <object class="GtkLabel" id="location-labe"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="valign">start</property> <property name="xalign">0</property> <property name="yalign">0</property> <property name="label" translatable="yes">Location:</property> <property name="selectable">True</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> <property name="width">1</property> <property name="height">1</property> </packing> </child> <child> <object class="GtkLabel" id="location-label"> <property name="visible">True</property> <property name="wrap">True</property> <property name="max-width-chars">80</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="xalign">0</property> <property name="label" translatable="yes">location of appointment</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> <property name="width">6</property> <property name="height">1</property> </packing> </child> <child> <object class="GtkLabel" id="snooze-label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="xalign">0</property> <property name="label" translatable="yes">Snooze _time:</property> <property name="use_underline">True</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> <property name="width">1</property> <property name="height">1</property> </packing> </child> <child> <object class="GtkSpinButton" id="snooze-time-days"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="halign">start</property> <property name="invisible_char">●</property> <property name="invisible_char_set">True</property> <property name="adjustment">adjustment-days</property> <property name="climb_rate">1</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> <property name="width">1</property> <property name="height">1</property> </packing> </child> <child> <object class="GtkLabel" id="days-label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="label" translatable="yes">days</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">1</property> <property name="width">1</property> <property name="height">1</property> </packing> </child> <child> <object class="GtkSpinButton" id="snooze-time-hrs"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="halign">start</property> <property name="invisible_char">●</property> <property name="invisible_char_set">True</property> <property name="adjustment">adjustment-hours</property> <property name="climb_rate">1</property> </object> <packing> <property name="left_attach">3</property> <property name="top_attach">1</property> <property name="width">1</property> <property name="height">1</property> </packing> </child> <child> <object class="GtkLabel" id="hrs-label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="label" translatable="yes">hours</property> </object> <packing> <property name="left_attach">4</property> <property name="top_attach">1</property> <property name="width">1</property> <property name="height">1</property> </packing> </child> <child> <object class="GtkSpinButton" id="snooze-time-min"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="halign">start</property> <property name="invisible_char">●</property> <property name="invisible_char_set">True</property> <property name="adjustment">adjustment-minutes</property> <property name="climb_rate">1</property> <property name="snap_to_ticks">True</property> </object> <packing> <property name="left_attach">5</property> <property name="top_attach">1</property> <property name="width">1</property> <property name="height">1</property> </packing> </child> <child> <object class="GtkLabel" id="minutes-label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="xalign">0</property> <property name="label" translatable="yes">minutes</property> </object> <packing> <property name="left_attach">6</property> <property name="top_attach">1</property> <property name="width">1</property> <property name="height">1</property> </packing> </child> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">2</property> <property name="width">2</property> <property name="height">1</property> </packing> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> </child> <action-widgets> <action-widget response="-7">dismiss-all-button</action-widget> </action-widgets> </object> </interface>