2000-07-25 Damon Chaplin <damon@helixcode.com> * gui/e-calendar-table.[hc]: new ECalendarTable to show an ETable view for Todo/Event items. * gui/task-assigned-to.xpm: * gui/task-recurring.xpm: * gui/task-assigned.xpm: * gui/task.xpm: new pixmaps (all the same at present) to go in the icon column of the ETable. * gui/event-editor.c: hid the silly 'Calendar' labels on the GnomeDateEdits and hid the times when you select 'All day event'. Also adjusted the time_t's so that when an all day event finishes on say midnight 13th May, we show 12th May in the dialog, since it implicitly includes all of that day up to midnight. * gui/dialogs/task-editor-dialog.glade: * gui/dialogs/task-editor.[hc]: unfinished dialog to edit tasks. * gui/gncal-todo.c: temporary hack so that we can use the simple dialog with our new ETable. svn path=/trunk/; revision=4323
2025 lines
49 KiB
XML
2025 lines
49 KiB
XML
<?xml version="1.0"?>
|
|
<GTK-Interface>
|
|
|
|
<project>
|
|
<name>event-editor-dialog</name>
|
|
<program_name>event-editor-dialog</program_name>
|
|
<directory></directory>
|
|
<source_directory>.</source_directory>
|
|
<pixmaps_directory>pixmaps</pixmaps_directory>
|
|
<language>C</language>
|
|
<gnome_support>True</gnome_support>
|
|
<gettext_support>True</gettext_support>
|
|
<output_main_file>False</output_main_file>
|
|
<output_support_files>False</output_support_files>
|
|
<output_build_files>False</output_build_files>
|
|
<output_translatable_strings>True</output_translatable_strings>
|
|
<translatable_strings_file>event-editor-dialog.glade.h</translatable_strings_file>
|
|
</project>
|
|
|
|
<widget>
|
|
<class>GnomeApp</class>
|
|
<name>event-editor-dialog</name>
|
|
<visible>False</visible>
|
|
<title>event-editor-dialog</title>
|
|
<type>GTK_WINDOW_TOPLEVEL</type>
|
|
<position>GTK_WIN_POS_NONE</position>
|
|
<modal>False</modal>
|
|
<allow_shrink>False</allow_shrink>
|
|
<allow_grow>True</allow_grow>
|
|
<auto_shrink>False</auto_shrink>
|
|
<enable_layout_config>True</enable_layout_config>
|
|
|
|
<widget>
|
|
<class>GnomeDock</class>
|
|
<child_name>GnomeApp:dock</child_name>
|
|
<name>dock2</name>
|
|
<allow_floating>True</allow_floating>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>True</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkNotebook</class>
|
|
<child_name>GnomeDock:contents</child_name>
|
|
<name>dialog-contents</name>
|
|
<border_width>2</border_width>
|
|
<can_focus>True</can_focus>
|
|
<show_tabs>True</show_tabs>
|
|
<show_border>True</show_border>
|
|
<tab_pos>GTK_POS_TOP</tab_pos>
|
|
<scrollable>False</scrollable>
|
|
<tab_hborder>2</tab_hborder>
|
|
<tab_vborder>2</tab_vborder>
|
|
<popup_enable>False</popup_enable>
|
|
|
|
<widget>
|
|
<class>GtkVBox</class>
|
|
<name>vbox2</name>
|
|
<border_width>4</border_width>
|
|
<homogeneous>False</homogeneous>
|
|
<spacing>6</spacing>
|
|
|
|
<widget>
|
|
<class>GtkTable</class>
|
|
<name>table5</name>
|
|
<rows>2</rows>
|
|
<columns>2</columns>
|
|
<homogeneous>False</homogeneous>
|
|
<row_spacing>4</row_spacing>
|
|
<column_spacing>4</column_spacing>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkEntry</class>
|
|
<name>general-owner</name>
|
|
<can_focus>True</can_focus>
|
|
<editable>True</editable>
|
|
<text_visible>True</text_visible>
|
|
<text_max_length>0</text_max_length>
|
|
<text></text>
|
|
<child>
|
|
<left_attach>1</left_attach>
|
|
<right_attach>2</right_attach>
|
|
<top_attach>0</top_attach>
|
|
<bottom_attach>1</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>True</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>True</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkEntry</class>
|
|
<name>general-summary</name>
|
|
<can_focus>True</can_focus>
|
|
<editable>True</editable>
|
|
<text_visible>True</text_visible>
|
|
<text_max_length>0</text_max_length>
|
|
<text></text>
|
|
<child>
|
|
<left_attach>1</left_attach>
|
|
<right_attach>2</right_attach>
|
|
<top_attach>1</top_attach>
|
|
<bottom_attach>2</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>True</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>True</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<name>label41</name>
|
|
<label>_Summary:</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>7.45058e-09</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<focus_target>general-summary</focus_target>
|
|
<child>
|
|
<left_attach>0</left_attach>
|
|
<right_attach>1</right_attach>
|
|
<top_attach>1</top_attach>
|
|
<bottom_attach>2</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>False</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<name>label13</name>
|
|
<label>_Owner:</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>7.45058e-09</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<focus_target>general-owner</focus_target>
|
|
<child>
|
|
<left_attach>0</left_attach>
|
|
<right_attach>1</right_attach>
|
|
<top_attach>0</top_attach>
|
|
<bottom_attach>1</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>True</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkFrame</class>
|
|
<name>frame4</name>
|
|
<label>Time</label>
|
|
<label_xalign>0</label_xalign>
|
|
<shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkTable</class>
|
|
<name>table3</name>
|
|
<border_width>4</border_width>
|
|
<rows>2</rows>
|
|
<columns>3</columns>
|
|
<homogeneous>False</homogeneous>
|
|
<row_spacing>4</row_spacing>
|
|
<column_spacing>4</column_spacing>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<name>label15</name>
|
|
<label>Start time:</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<child>
|
|
<left_attach>0</left_attach>
|
|
<right_attach>1</right_attach>
|
|
<top_attach>0</top_attach>
|
|
<bottom_attach>1</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>False</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<name>label16</name>
|
|
<label>End time:</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<child>
|
|
<left_attach>0</left_attach>
|
|
<right_attach>1</right_attach>
|
|
<top_attach>1</top_attach>
|
|
<bottom_attach>2</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>False</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>Custom</class>
|
|
<name>start-time</name>
|
|
<creation_function>make_date_edit_with_time</creation_function>
|
|
<string1></string1>
|
|
<string2></string2>
|
|
<int1>0</int1>
|
|
<int2>0</int2>
|
|
<last_modification_time>Tue, 16 May 2000 19:11:05 GMT</last_modification_time>
|
|
<child>
|
|
<left_attach>1</left_attach>
|
|
<right_attach>2</right_attach>
|
|
<top_attach>0</top_attach>
|
|
<bottom_attach>1</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>True</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>True</xfill>
|
|
<yfill>True</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>Custom</class>
|
|
<name>end-time</name>
|
|
<creation_function>make_date_edit_with_time</creation_function>
|
|
<int1>0</int1>
|
|
<int2>0</int2>
|
|
<last_modification_time>Tue, 16 May 2000 19:11:10 GMT</last_modification_time>
|
|
<child>
|
|
<left_attach>1</left_attach>
|
|
<right_attach>2</right_attach>
|
|
<top_attach>1</top_attach>
|
|
<bottom_attach>2</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>True</xfill>
|
|
<yfill>True</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkCheckButton</class>
|
|
<name>all-day-event</name>
|
|
<can_focus>True</can_focus>
|
|
<label>A_ll day event</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<child>
|
|
<left_attach>2</left_attach>
|
|
<right_attach>3</right_attach>
|
|
<top_attach>0</top_attach>
|
|
<bottom_attach>1</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>False</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkScrolledWindow</class>
|
|
<name>scrolledwindow3</name>
|
|
<hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
|
|
<vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
|
|
<hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
|
|
<vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>True</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkText</class>
|
|
<name>description</name>
|
|
<can_focus>True</can_focus>
|
|
<editable>True</editable>
|
|
<text></text>
|
|
</widget>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkFrame</class>
|
|
<name>frame5</name>
|
|
<label>Classification</label>
|
|
<label_xalign>0</label_xalign>
|
|
<shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkHBox</class>
|
|
<name>hbox6</name>
|
|
<border_width>4</border_width>
|
|
<homogeneous>False</homogeneous>
|
|
<spacing>4</spacing>
|
|
|
|
<widget>
|
|
<class>GtkRadioButton</class>
|
|
<name>classification-radio</name>
|
|
<can_focus>True</can_focus>
|
|
<label>Pu_blic</label>
|
|
<active>True</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<group>classification_radio_group</group>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkRadioButton</class>
|
|
<name></name>
|
|
<can_focus>True</can_focus>
|
|
<label>Pri_vate</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<group>classification_radio_group</group>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkRadioButton</class>
|
|
<name></name>
|
|
<can_focus>True</can_focus>
|
|
<label>_Confidential</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<group>classification_radio_group</group>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<child_name>Notebook:tab</child_name>
|
|
<name>label11</name>
|
|
<label>General</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkTable</class>
|
|
<name>table4</name>
|
|
<border_width>4</border_width>
|
|
<rows>4</rows>
|
|
<columns>5</columns>
|
|
<homogeneous>False</homogeneous>
|
|
<row_spacing>4</row_spacing>
|
|
<column_spacing>4</column_spacing>
|
|
|
|
<widget>
|
|
<class>GtkSpinButton</class>
|
|
<name>alarm-display-amount</name>
|
|
<can_focus>True</can_focus>
|
|
<climb_rate>1</climb_rate>
|
|
<digits>0</digits>
|
|
<numeric>True</numeric>
|
|
<update_policy>GTK_UPDATE_ALWAYS</update_policy>
|
|
<snap>False</snap>
|
|
<wrap>False</wrap>
|
|
<value>0</value>
|
|
<lower>0</lower>
|
|
<upper>100</upper>
|
|
<step>1</step>
|
|
<page>10</page>
|
|
<page_size>10</page_size>
|
|
<child>
|
|
<left_attach>1</left_attach>
|
|
<right_attach>2</right_attach>
|
|
<top_attach>0</top_attach>
|
|
<bottom_attach>1</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>True</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>True</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkSpinButton</class>
|
|
<name>alarm-audio-amount</name>
|
|
<can_focus>True</can_focus>
|
|
<climb_rate>1</climb_rate>
|
|
<digits>0</digits>
|
|
<numeric>False</numeric>
|
|
<update_policy>GTK_UPDATE_ALWAYS</update_policy>
|
|
<snap>False</snap>
|
|
<wrap>False</wrap>
|
|
<value>0</value>
|
|
<lower>0</lower>
|
|
<upper>100</upper>
|
|
<step>1</step>
|
|
<page>10</page>
|
|
<page_size>10</page_size>
|
|
<child>
|
|
<left_attach>1</left_attach>
|
|
<right_attach>2</right_attach>
|
|
<top_attach>1</top_attach>
|
|
<bottom_attach>2</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>True</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>True</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkSpinButton</class>
|
|
<name>alarm-program-amount</name>
|
|
<can_focus>True</can_focus>
|
|
<climb_rate>1</climb_rate>
|
|
<digits>0</digits>
|
|
<numeric>False</numeric>
|
|
<update_policy>GTK_UPDATE_ALWAYS</update_policy>
|
|
<snap>False</snap>
|
|
<wrap>False</wrap>
|
|
<value>0</value>
|
|
<lower>0</lower>
|
|
<upper>100</upper>
|
|
<step>1</step>
|
|
<page>10</page>
|
|
<page_size>10</page_size>
|
|
<child>
|
|
<left_attach>1</left_attach>
|
|
<right_attach>2</right_attach>
|
|
<top_attach>2</top_attach>
|
|
<bottom_attach>3</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>True</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>True</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkSpinButton</class>
|
|
<name>alarm-mail-amount</name>
|
|
<can_focus>True</can_focus>
|
|
<climb_rate>1</climb_rate>
|
|
<digits>0</digits>
|
|
<numeric>False</numeric>
|
|
<update_policy>GTK_UPDATE_ALWAYS</update_policy>
|
|
<snap>False</snap>
|
|
<wrap>False</wrap>
|
|
<value>0</value>
|
|
<lower>0</lower>
|
|
<upper>100</upper>
|
|
<step>1</step>
|
|
<page>10</page>
|
|
<page_size>10</page_size>
|
|
<child>
|
|
<left_attach>1</left_attach>
|
|
<right_attach>2</right_attach>
|
|
<top_attach>3</top_attach>
|
|
<bottom_attach>4</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>True</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>True</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkOptionMenu</class>
|
|
<name>alarm-display-unit</name>
|
|
<can_focus>True</can_focus>
|
|
<items>Minutes
|
|
Hours
|
|
Days
|
|
</items>
|
|
<initial_choice>0</initial_choice>
|
|
<child>
|
|
<left_attach>2</left_attach>
|
|
<right_attach>3</right_attach>
|
|
<top_attach>0</top_attach>
|
|
<bottom_attach>1</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>False</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkOptionMenu</class>
|
|
<name>alarm-audio-unit</name>
|
|
<can_focus>True</can_focus>
|
|
<items>Minutes
|
|
Hours
|
|
Days
|
|
</items>
|
|
<initial_choice>0</initial_choice>
|
|
<child>
|
|
<left_attach>2</left_attach>
|
|
<right_attach>3</right_attach>
|
|
<top_attach>1</top_attach>
|
|
<bottom_attach>2</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>False</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkOptionMenu</class>
|
|
<name>alarm-program-unit</name>
|
|
<can_focus>True</can_focus>
|
|
<items>Minutes
|
|
Hours
|
|
Days
|
|
</items>
|
|
<initial_choice>0</initial_choice>
|
|
<child>
|
|
<left_attach>2</left_attach>
|
|
<right_attach>3</right_attach>
|
|
<top_attach>2</top_attach>
|
|
<bottom_attach>3</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>False</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkOptionMenu</class>
|
|
<name>alarm-mail-unit</name>
|
|
<can_focus>True</can_focus>
|
|
<items>Minutes
|
|
Hours
|
|
Days
|
|
</items>
|
|
<initial_choice>0</initial_choice>
|
|
<child>
|
|
<left_attach>2</left_attach>
|
|
<right_attach>3</right_attach>
|
|
<top_attach>3</top_attach>
|
|
<bottom_attach>4</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>False</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkEntry</class>
|
|
<name>alarm-mail-mail-to</name>
|
|
<can_focus>True</can_focus>
|
|
<editable>True</editable>
|
|
<text_visible>True</text_visible>
|
|
<text_max_length>0</text_max_length>
|
|
<text></text>
|
|
<child>
|
|
<left_attach>4</left_attach>
|
|
<right_attach>5</right_attach>
|
|
<top_attach>3</top_attach>
|
|
<bottom_attach>4</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>True</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>True</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GnomeFileEntry</class>
|
|
<name>alarm-program-run-program</name>
|
|
<max_saved>10</max_saved>
|
|
<directory>False</directory>
|
|
<modal>False</modal>
|
|
<child>
|
|
<left_attach>4</left_attach>
|
|
<right_attach>5</right_attach>
|
|
<top_attach>2</top_attach>
|
|
<bottom_attach>3</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>True</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>True</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkEntry</class>
|
|
<child_name>GnomeEntry:entry</child_name>
|
|
<name>alarm-program-run-program-entry</name>
|
|
<can_focus>True</can_focus>
|
|
<editable>True</editable>
|
|
<text_visible>True</text_visible>
|
|
<text_max_length>0</text_max_length>
|
|
<text></text>
|
|
</widget>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkCheckButton</class>
|
|
<name>alarm-display</name>
|
|
<can_focus>True</can_focus>
|
|
<label>_Display</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<child>
|
|
<left_attach>0</left_attach>
|
|
<right_attach>1</right_attach>
|
|
<top_attach>0</top_attach>
|
|
<bottom_attach>1</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>True</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkCheckButton</class>
|
|
<name>alarm-audio</name>
|
|
<can_focus>True</can_focus>
|
|
<label>_Audio</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<child>
|
|
<left_attach>0</left_attach>
|
|
<right_attach>1</right_attach>
|
|
<top_attach>1</top_attach>
|
|
<bottom_attach>2</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>True</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkCheckButton</class>
|
|
<name>alarm-program</name>
|
|
<can_focus>True</can_focus>
|
|
<label>_Program</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<child>
|
|
<left_attach>0</left_attach>
|
|
<right_attach>1</right_attach>
|
|
<top_attach>2</top_attach>
|
|
<bottom_attach>3</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>True</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkCheckButton</class>
|
|
<name>alarm-mail</name>
|
|
<can_focus>True</can_focus>
|
|
<label>_Mail</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<child>
|
|
<left_attach>0</left_attach>
|
|
<right_attach>1</right_attach>
|
|
<top_attach>3</top_attach>
|
|
<bottom_attach>4</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>True</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<name>label18</name>
|
|
<label>Mail _to:</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>7.45058e-09</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<focus_target>alarm-mail-mail-to</focus_target>
|
|
<child>
|
|
<left_attach>3</left_attach>
|
|
<right_attach>4</right_attach>
|
|
<top_attach>3</top_attach>
|
|
<bottom_attach>4</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>True</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<name>label17</name>
|
|
<label>_Run program:</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<focus_target>alarm-program-run-program-entry</focus_target>
|
|
<child>
|
|
<left_attach>3</left_attach>
|
|
<right_attach>4</right_attach>
|
|
<top_attach>2</top_attach>
|
|
<bottom_attach>3</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>True</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<child_name>Notebook:tab</child_name>
|
|
<name>label42</name>
|
|
<label>Reminder</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkVBox</class>
|
|
<name>vbox3</name>
|
|
<border_width>6</border_width>
|
|
<homogeneous>False</homogeneous>
|
|
<spacing>6</spacing>
|
|
|
|
<widget>
|
|
<class>GtkFrame</class>
|
|
<name>frame8</name>
|
|
<label>Recurrence rule</label>
|
|
<label_xalign>0</label_xalign>
|
|
<shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkHBox</class>
|
|
<name>hbox7</name>
|
|
<homogeneous>False</homogeneous>
|
|
<spacing>0</spacing>
|
|
|
|
<widget>
|
|
<class>GtkVBox</class>
|
|
<name>vbox4</name>
|
|
<border_width>4</border_width>
|
|
<homogeneous>False</homogeneous>
|
|
<spacing>0</spacing>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkRadioButton</class>
|
|
<name>recurrence-rule-none</name>
|
|
<can_focus>True</can_focus>
|
|
<label>None</label>
|
|
<active>True</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<group>recurrence_rule_group</group>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkRadioButton</class>
|
|
<name>recurrence-rule-daily</name>
|
|
<can_focus>True</can_focus>
|
|
<label>Daily</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<group>recurrence_rule_group</group>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkRadioButton</class>
|
|
<name>recurrence-rule-weekly</name>
|
|
<can_focus>True</can_focus>
|
|
<label>Weekly</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<group>recurrence_rule_group</group>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkRadioButton</class>
|
|
<name>recurrence-rule-monthly</name>
|
|
<can_focus>True</can_focus>
|
|
<label>Monthly</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<group>recurrence_rule_group</group>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkRadioButton</class>
|
|
<name>recurrence-rule-yearly</name>
|
|
<can_focus>True</can_focus>
|
|
<label>Yearly</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<group>recurrence_rule_group</group>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkVSeparator</class>
|
|
<name>vseparator1</name>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkNotebook</class>
|
|
<name>recurrence-rule-notebook</name>
|
|
<show_tabs>False</show_tabs>
|
|
<show_border>False</show_border>
|
|
<tab_pos>GTK_POS_TOP</tab_pos>
|
|
<scrollable>False</scrollable>
|
|
<tab_hborder>2</tab_hborder>
|
|
<tab_vborder>2</tab_vborder>
|
|
<popup_enable>False</popup_enable>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>True</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkTable</class>
|
|
<name>table6</name>
|
|
<rows>3</rows>
|
|
<columns>3</columns>
|
|
<homogeneous>False</homogeneous>
|
|
<row_spacing>0</row_spacing>
|
|
<column_spacing>0</column_spacing>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<child_name>Notebook:tab</child_name>
|
|
<name>label23</name>
|
|
<label>label23</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkAlignment</class>
|
|
<name>alignment1</name>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xscale>1</xscale>
|
|
<yscale>1</yscale>
|
|
|
|
<widget>
|
|
<class>GtkVBox</class>
|
|
<name>vbox7</name>
|
|
<border_width>4</border_width>
|
|
<homogeneous>False</homogeneous>
|
|
<spacing>0</spacing>
|
|
|
|
<widget>
|
|
<class>GtkHBox</class>
|
|
<name>hbox13</name>
|
|
<homogeneous>False</homogeneous>
|
|
<spacing>0</spacing>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<name>label31</name>
|
|
<label>Every </label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkSpinButton</class>
|
|
<name>recurrence-rule-daily-days</name>
|
|
<can_focus>True</can_focus>
|
|
<climb_rate>1</climb_rate>
|
|
<digits>0</digits>
|
|
<numeric>False</numeric>
|
|
<update_policy>GTK_UPDATE_ALWAYS</update_policy>
|
|
<snap>False</snap>
|
|
<wrap>False</wrap>
|
|
<value>1</value>
|
|
<lower>0</lower>
|
|
<upper>100</upper>
|
|
<step>1</step>
|
|
<page>10</page>
|
|
<page_size>10</page_size>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<name>label32</name>
|
|
<label>day(s)</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<child_name>Notebook:tab</child_name>
|
|
<name>label24</name>
|
|
<label>label24</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkVBox</class>
|
|
<name>vbox8</name>
|
|
<border_width>4</border_width>
|
|
<homogeneous>False</homogeneous>
|
|
<spacing>2</spacing>
|
|
|
|
<widget>
|
|
<class>GtkHBox</class>
|
|
<name>hbox14</name>
|
|
<homogeneous>False</homogeneous>
|
|
<spacing>0</spacing>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<name>label33</name>
|
|
<label>Every </label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkSpinButton</class>
|
|
<name>recurrence-rule-weekly-weeks</name>
|
|
<can_focus>True</can_focus>
|
|
<climb_rate>1</climb_rate>
|
|
<digits>0</digits>
|
|
<numeric>False</numeric>
|
|
<update_policy>GTK_UPDATE_ALWAYS</update_policy>
|
|
<snap>False</snap>
|
|
<wrap>False</wrap>
|
|
<value>1</value>
|
|
<lower>0</lower>
|
|
<upper>100</upper>
|
|
<step>1</step>
|
|
<page>10</page>
|
|
<page_size>10</page_size>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<name>label34</name>
|
|
<label>week(s)</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkHBox</class>
|
|
<name>hbox15</name>
|
|
<homogeneous>False</homogeneous>
|
|
<spacing>0</spacing>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkCheckButton</class>
|
|
<name>recurrence-rule-weekly-mon</name>
|
|
<can_focus>True</can_focus>
|
|
<label>Mon</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkCheckButton</class>
|
|
<name>recurrence-rule-weekly-tue</name>
|
|
<can_focus>True</can_focus>
|
|
<label>Tue</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkCheckButton</class>
|
|
<name>recurrence-rule-weekly-wed</name>
|
|
<can_focus>True</can_focus>
|
|
<label>Wed</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkCheckButton</class>
|
|
<name>recurrence-rule-weekly-thu</name>
|
|
<can_focus>True</can_focus>
|
|
<label>Thu</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkCheckButton</class>
|
|
<name>recurrence-rule-weekly-fri</name>
|
|
<can_focus>True</can_focus>
|
|
<label>Fri</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkCheckButton</class>
|
|
<name>recurrence-rule-weekly-sat</name>
|
|
<can_focus>True</can_focus>
|
|
<label>Sat</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkCheckButton</class>
|
|
<name>recurrence-rule-weekly-sun</name>
|
|
<can_focus>True</can_focus>
|
|
<label>Sun</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<child_name>Notebook:tab</child_name>
|
|
<name>label25</name>
|
|
<label>label25</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkTable</class>
|
|
<name>table8</name>
|
|
<rows>2</rows>
|
|
<columns>4</columns>
|
|
<homogeneous>False</homogeneous>
|
|
<row_spacing>2</row_spacing>
|
|
<column_spacing>2</column_spacing>
|
|
|
|
<widget>
|
|
<class>GtkRadioButton</class>
|
|
<name>recurrence-rule-monthly-on-day</name>
|
|
<can_focus>True</can_focus>
|
|
<label>Recur on the</label>
|
|
<active>True</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<group>recurrence_rule_monthly_group</group>
|
|
<child>
|
|
<left_attach>0</left_attach>
|
|
<right_attach>1</right_attach>
|
|
<top_attach>0</top_attach>
|
|
<bottom_attach>1</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>False</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkRadioButton</class>
|
|
<name>recurrence-rule-monthly-weekday</name>
|
|
<can_focus>True</can_focus>
|
|
<label>Recur on the</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<group>recurrence_rule_monthly_group</group>
|
|
<child>
|
|
<left_attach>0</left_attach>
|
|
<right_attach>1</right_attach>
|
|
<top_attach>1</top_attach>
|
|
<bottom_attach>2</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>False</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<name>label35</name>
|
|
<label>th day of the month</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<child>
|
|
<left_attach>2</left_attach>
|
|
<right_attach>3</right_attach>
|
|
<top_attach>0</top_attach>
|
|
<bottom_attach>1</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>False</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkOptionMenu</class>
|
|
<name>recurrence-rule-monthly-week</name>
|
|
<can_focus>True</can_focus>
|
|
<items>1st
|
|
2nd
|
|
3rd
|
|
4th
|
|
5th
|
|
</items>
|
|
<initial_choice>0</initial_choice>
|
|
<child>
|
|
<left_attach>1</left_attach>
|
|
<right_attach>2</right_attach>
|
|
<top_attach>1</top_attach>
|
|
<bottom_attach>2</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>False</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkOptionMenu</class>
|
|
<name>recurrence-rule-monthly-weekpos</name>
|
|
<can_focus>True</can_focus>
|
|
<items>Monday
|
|
Tuesday
|
|
Wednesday
|
|
Thursday
|
|
Friday
|
|
Saturday
|
|
Sunday
|
|
</items>
|
|
<initial_choice>0</initial_choice>
|
|
<child>
|
|
<left_attach>2</left_attach>
|
|
<right_attach>3</right_attach>
|
|
<top_attach>1</top_attach>
|
|
<bottom_attach>2</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>False</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkHBox</class>
|
|
<name>hbox19</name>
|
|
<border_width>3</border_width>
|
|
<homogeneous>False</homogeneous>
|
|
<spacing>3</spacing>
|
|
<child>
|
|
<left_attach>3</left_attach>
|
|
<right_attach>4</right_attach>
|
|
<top_attach>0</top_attach>
|
|
<bottom_attach>2</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>True</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>True</xfill>
|
|
<yfill>True</yfill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<name>label36</name>
|
|
<label>Every</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkSpinButton</class>
|
|
<name>recurrence-rule-monthly-every-n-months</name>
|
|
<can_focus>True</can_focus>
|
|
<climb_rate>1</climb_rate>
|
|
<digits>0</digits>
|
|
<numeric>False</numeric>
|
|
<update_policy>GTK_UPDATE_ALWAYS</update_policy>
|
|
<snap>False</snap>
|
|
<wrap>False</wrap>
|
|
<value>1</value>
|
|
<lower>1</lower>
|
|
<upper>100</upper>
|
|
<step>1</step>
|
|
<page>10</page>
|
|
<page_size>10</page_size>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<name>label37</name>
|
|
<label>month(s)</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkSpinButton</class>
|
|
<name>recurrence-rule-monthly-day-nth</name>
|
|
<can_focus>True</can_focus>
|
|
<climb_rate>1</climb_rate>
|
|
<digits>0</digits>
|
|
<numeric>False</numeric>
|
|
<update_policy>GTK_UPDATE_ALWAYS</update_policy>
|
|
<snap>False</snap>
|
|
<wrap>False</wrap>
|
|
<value>1</value>
|
|
<lower>0</lower>
|
|
<upper>100</upper>
|
|
<step>1</step>
|
|
<page>10</page>
|
|
<page_size>10</page_size>
|
|
<child>
|
|
<left_attach>1</left_attach>
|
|
<right_attach>2</right_attach>
|
|
<top_attach>0</top_attach>
|
|
<bottom_attach>1</bottom_attach>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<xexpand>False</xexpand>
|
|
<yexpand>False</yexpand>
|
|
<xshrink>False</xshrink>
|
|
<yshrink>False</yshrink>
|
|
<xfill>True</xfill>
|
|
<yfill>False</yfill>
|
|
</child>
|
|
</widget>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<child_name>Notebook:tab</child_name>
|
|
<name>label26</name>
|
|
<label>label26</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkVBox</class>
|
|
<name>vbox11</name>
|
|
<border_width>4</border_width>
|
|
<homogeneous>False</homogeneous>
|
|
<spacing>0</spacing>
|
|
|
|
<widget>
|
|
<class>GtkHBox</class>
|
|
<name>hbox20</name>
|
|
<homogeneous>False</homogeneous>
|
|
<spacing>0</spacing>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<name>label38</name>
|
|
<label>Every </label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkSpinButton</class>
|
|
<name>recurrence-rule-yearly-every-n-years</name>
|
|
<can_focus>True</can_focus>
|
|
<climb_rate>1</climb_rate>
|
|
<digits>0</digits>
|
|
<numeric>False</numeric>
|
|
<update_policy>GTK_UPDATE_ALWAYS</update_policy>
|
|
<snap>False</snap>
|
|
<wrap>False</wrap>
|
|
<value>1</value>
|
|
<lower>0</lower>
|
|
<upper>100</upper>
|
|
<step>1</step>
|
|
<page>10</page>
|
|
<page_size>10</page_size>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<name>label39</name>
|
|
<label>year(s)</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<child_name>Notebook:tab</child_name>
|
|
<name>label27</name>
|
|
<label>label27</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkHBox</class>
|
|
<name>hbox8</name>
|
|
<homogeneous>False</homogeneous>
|
|
<spacing>4</spacing>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkFrame</class>
|
|
<name>frame9</name>
|
|
<label>Ending date</label>
|
|
<label_xalign>0</label_xalign>
|
|
<shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkVBox</class>
|
|
<name>vbox5</name>
|
|
<border_width>4</border_width>
|
|
<homogeneous>True</homogeneous>
|
|
<spacing>2</spacing>
|
|
|
|
<widget>
|
|
<class>GtkRadioButton</class>
|
|
<name>recurrence-ending-date-repeat-forever</name>
|
|
<can_focus>True</can_focus>
|
|
<label>Repeat forever</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<group>recurrence_ending_date</group>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkHBox</class>
|
|
<name>hbox12</name>
|
|
<homogeneous>False</homogeneous>
|
|
<spacing>0</spacing>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkRadioButton</class>
|
|
<name>recurrence-ending-date-end-on</name>
|
|
<can_focus>True</can_focus>
|
|
<label>End on </label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<group>recurrence_ending_date</group>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>Custom</class>
|
|
<name>recurrence-ending-date-end-on-date</name>
|
|
<width>100</width>
|
|
<creation_function>make_date_edit</creation_function>
|
|
<int1>0</int1>
|
|
<int2>0</int2>
|
|
<last_modification_time>Sat, 13 May 2000 18:02:55 GMT</last_modification_time>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
</widget>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkHBox</class>
|
|
<name>hbox10</name>
|
|
<homogeneous>False</homogeneous>
|
|
<spacing>0</spacing>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>True</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkRadioButton</class>
|
|
<name>recurrence-ending-date-end-after</name>
|
|
<can_focus>True</can_focus>
|
|
<label>End after</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<group>recurrence_ending_date</group>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkSpinButton</class>
|
|
<name>recurrence-ending-date-end-after-count</name>
|
|
<can_focus>True</can_focus>
|
|
<climb_rate>1</climb_rate>
|
|
<digits>0</digits>
|
|
<numeric>False</numeric>
|
|
<update_policy>GTK_UPDATE_ALWAYS</update_policy>
|
|
<snap>False</snap>
|
|
<wrap>False</wrap>
|
|
<value>2</value>
|
|
<lower>0</lower>
|
|
<upper>100</upper>
|
|
<step>1</step>
|
|
<page>10</page>
|
|
<page_size>10</page_size>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<name>label28</name>
|
|
<label>occurrence(s)</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkFrame</class>
|
|
<name>frame10</name>
|
|
<label>Exceptions</label>
|
|
<label_xalign>0</label_xalign>
|
|
<shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>True</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkVBox</class>
|
|
<name>vbox12</name>
|
|
<border_width>4</border_width>
|
|
<homogeneous>False</homogeneous>
|
|
<spacing>4</spacing>
|
|
|
|
<widget>
|
|
<class>Custom</class>
|
|
<name>recurrence-exceptions-date</name>
|
|
<creation_function>make_date_edit</creation_function>
|
|
<int1>0</int1>
|
|
<int2>0</int2>
|
|
<last_modification_time>Tue, 16 May 2000 01:42:29 GMT</last_modification_time>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>True</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkHBox</class>
|
|
<name>hbox21</name>
|
|
<homogeneous>False</homogeneous>
|
|
<spacing>4</spacing>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>True</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkVBox</class>
|
|
<name>vbox13</name>
|
|
<homogeneous>False</homogeneous>
|
|
<spacing>2</spacing>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkButton</class>
|
|
<name>recurrence-exceptions-add</name>
|
|
<can_focus>True</can_focus>
|
|
<label>Add</label>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkButton</class>
|
|
<name>recurrence-exceptions-change</name>
|
|
<can_focus>True</can_focus>
|
|
<label>Change</label>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkButton</class>
|
|
<name>recurrence-exceptions-delete</name>
|
|
<can_focus>True</can_focus>
|
|
<label>Delete</label>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkScrolledWindow</class>
|
|
<name>scrolledwindow2</name>
|
|
<hscrollbar_policy>GTK_POLICY_ALWAYS</hscrollbar_policy>
|
|
<vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
|
|
<hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
|
|
<vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>True</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>GtkCList</class>
|
|
<name>recurrence-exceptions-list</name>
|
|
<can_focus>True</can_focus>
|
|
<columns>1</columns>
|
|
<column_widths>80</column_widths>
|
|
<selection_mode>GTK_SELECTION_SINGLE</selection_mode>
|
|
<show_titles>False</show_titles>
|
|
<shadow_type>GTK_SHADOW_IN</shadow_type>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<child_name>CList:title</child_name>
|
|
<name>label40</name>
|
|
<label></label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<child_name>Notebook:tab</child_name>
|
|
<name>label12</name>
|
|
<label>Recurrence</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GnomeAppBar</class>
|
|
<child_name>GnomeApp:appbar</child_name>
|
|
<name>appbar2</name>
|
|
<has_progress>True</has_progress>
|
|
<has_status>True</has_status>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>True</expand>
|
|
<fill>True</fill>
|
|
</child>
|
|
</widget>
|
|
</widget>
|
|
|
|
</GTK-Interface>
|