2009-04-14 00:26:50 +05:30
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--*- mode: xml -*-->
|
|
|
|
<interface>
|
|
|
|
<object class="GtkListStore" id="model1">
|
|
|
|
<columns>
|
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
<data>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes"/>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">ToDo</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">NotRelated</col>
|
|
|
|
</row>
|
|
|
|
</data>
|
|
|
|
</object>
|
|
|
|
<object class="GtkDialog" id="top">
|
|
|
|
<property name="title" translatable="yes"/>
|
|
|
|
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
|
|
|
<property name="window_position">GTK_WIN_POS_NONE</property>
|
|
|
|
<property name="modal">False</property>
|
|
|
|
<property name="default_width">450</property>
|
|
|
|
<property name="default_height">400</property>
|
|
|
|
<property name="resizable">True</property>
|
|
|
|
<property name="destroy_with_parent">False</property>
|
|
|
|
<property name="decorated">True</property>
|
|
|
|
<property name="skip_taskbar_hint">False</property>
|
|
|
|
<property name="skip_pager_hint">False</property>
|
|
|
|
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
|
|
|
|
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
|
|
|
|
<property name="focus_on_map">True</property>
|
|
|
|
<property name="urgency_hint">False</property>
|
|
|
|
<property name="has_separator">False</property>
|
|
|
|
<signal handler="on_delete_event" last_modification_time="Thu, 24 Mar 2005 18:53:09 GMT" name="delete_event"/>
|
|
|
|
<child internal-child="vbox">
|
|
|
|
<object class="GtkVBox" id="dialog-vbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
<property name="spacing">0</property>
|
|
|
|
<child internal-child="action_area">
|
|
|
|
<object class="GtkHButtonBox" id="dialog-action_area1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="close">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label">gtk-close</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
|
|
|
<property name="focus_on_click">True</property>
|
|
|
|
<signal handler="destroy_passed_object" name="clicked" object="top"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="help">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label">gtk-help</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
|
|
|
<property name="focus_on_click">True</property>
|
|
|
|
<signal handler="on_help_clicked" last_modification_time="Fri, 25 Mar 2005 02:17:46 GMT" name="clicked"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">0</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack_type">GTK_PACK_END</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkVBox" id="vbox1">
|
|
|
|
<property name="border_width">6</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="title">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes"/>
|
|
|
|
<property name="use_underline">False</property>
|
|
|
|
<property name="use_markup">False</property>
|
|
|
|
<property name="justify">GTK_JUSTIFY_CENTER</property>
|
|
|
|
<property name="wrap">False</property>
|
|
|
|
<property name="selectable">False</property>
|
|
|
|
<property name="xalign">0.5</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<property name="xpad">0</property>
|
|
|
|
<property name="ypad">0</property>
|
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">8</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<property name="shadow_type">GTK_SHADOW_OUT</property>
|
|
|
|
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeView" id="treeview">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="headers_visible">True</property>
|
|
|
|
<property name="rules_hint">False</property>
|
|
|
|
<property name="reorderable">False</property>
|
|
|
|
<property name="enable_search">True</property>
|
|
|
|
<property name="fixed_height_mode">False</property>
|
|
|
|
<property name="hover_selection">False</property>
|
|
|
|
<property name="hover_expand">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">0</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">0</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkFrame" id="frame">
|
|
|
|
<property name="border_width">6</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label_xalign">0</property>
|
|
|
|
<property name="label_yalign">0.5</property>
|
|
|
|
<property name="shadow_type">GTK_SHADOW_IN</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkAlignment" id="alignment">
|
|
|
|
<property name="border_width">6</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0.5</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<property name="xscale">1</property>
|
|
|
|
<property name="yscale">1</property>
|
|
|
|
<property name="top_padding">0</property>
|
|
|
|
<property name="bottom_padding">0</property>
|
|
|
|
<property name="left_padding">12</property>
|
|
|
|
<property name="right_padding">0</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHBox" id="hbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
<property name="spacing">3</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBoxEntry" id="markercombo">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="add_tearoffs">False</property>
|
|
|
|
<property name="has_frame">True</property>
|
|
|
|
<property name="focus_on_click">True</property>
|
|
|
|
<accelerator key="M" modifiers="GDK_MOD1_MASK" signal="grab_focus"/>
|
|
|
|
<property name="model">model1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="renderer1"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">0</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="markerapply">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label">gtk-apply</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
|
|
|
<property name="focus_on_click">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">0</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel" id="marker">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_Marker</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
|
|
|
<property name="wrap">False</property>
|
|
|
|
<property name="selectable">False</property>
|
|
|
|
<property name="xalign">0.5</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<property name="xpad">0</property>
|
|
|
|
<property name="ypad">0</property>
|
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">0</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<action-widgets>
|
|
|
|
<action-widget response="0">close</action-widget>
|
|
|
|
<action-widget response="-11">help</action-widget>
|
|
|
|
</action-widgets>
|
|
|
|
</object>
|
|
|
|
</interface>
|