2010-12-29 03:20:41 -08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2005-06-22 18:20:32 +00:00
|
|
|
<glade-interface>
|
2010-12-29 03:20:41 -08:00
|
|
|
<!-- interface-requires gtk+ 2.6 -->
|
|
|
|
<!-- interface-naming-policy toplevel-contextual -->
|
2010-12-26 21:08:23 -08:00
|
|
|
<widget class="GtkDialog" id="dialog1">
|
|
|
|
<property name="title">Find</property>
|
2010-12-29 03:20:41 -08:00
|
|
|
<property name="window_position">center-on-parent</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="destroy_with_parent">True</property>
|
2010-12-29 03:20:41 -08:00
|
|
|
<property name="type_hint">dialog</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<child internal-child="vbox">
|
|
|
|
<widget class="GtkVBox" id="dialog-vbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkVBox" id="MooFindBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="border_width">3</property>
|
|
|
|
<property name="spacing">3</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkFrame" id="find_frame">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label_xalign">0</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkAlignment" id="alignment1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="top_padding">6</property>
|
|
|
|
<property name="bottom_padding">6</property>
|
|
|
|
<property name="left_padding">6</property>
|
|
|
|
<property name="right_padding">6</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkVBox" id="vbox2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="spacing">3</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2010-12-29 03:20:41 -08:00
|
|
|
<property name="label" translatable="yes">_Text to find:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">search_entry:MooHistoryCombo</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2010-12-29 03:20:41 -08:00
|
|
|
<property name="position">0</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkEntry" id="search_entry:MooHistoryCombo">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="activates_default">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkHBox" id="hbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckButton" id="regex">
|
2010-12-29 03:20:41 -08:00
|
|
|
<property name="label" translatable="yes">Regular e_xpression</property>
|
2010-12-26 22:05:45 -08:00
|
|
|
<property name="visible">True</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="focus_on_click">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2010-12-29 03:20:41 -08:00
|
|
|
<property name="position">0</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Find</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">label_item</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2010-12-29 03:20:41 -08:00
|
|
|
<property name="position">0</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkFrame" id="replace_frame">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label_xalign">0</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkAlignment" id="alignment3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="top_padding">6</property>
|
|
|
|
<property name="bottom_padding">6</property>
|
|
|
|
<property name="left_padding">6</property>
|
|
|
|
<property name="right_padding">6</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkVBox" id="vbox3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="spacing">3</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2010-12-29 03:20:41 -08:00
|
|
|
<property name="label" translatable="yes">_Replacement text:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">replace_entry:MooHistoryCombo</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2010-12-29 03:20:41 -08:00
|
|
|
<property name="position">0</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkEntry" id="replace_entry:MooHistoryCombo">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="activates_default">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkHBox" id="hbox2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckButton" id="repl_literal">
|
2010-12-29 03:20:41 -08:00
|
|
|
<property name="label" translatable="yes">_Literal replacement</property>
|
2010-12-26 22:05:45 -08:00
|
|
|
<property name="visible">True</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="focus_on_click">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</widget>
|
2010-12-29 03:20:41 -08:00
|
|
|
<packing>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
2010-12-26 21:08:23 -08:00
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Replace With</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">label_item</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkFrame" id="options_frame">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label_xalign">0</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkAlignment" id="alignment2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="top_padding">3</property>
|
|
|
|
<property name="bottom_padding">3</property>
|
|
|
|
<property name="left_padding">3</property>
|
|
|
|
<property name="right_padding">3</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkTable" id="table1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="n_rows">3</property>
|
|
|
|
<property name="n_columns">2</property>
|
|
|
|
<property name="column_spacing">3</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckButton" id="dont_prompt">
|
2010-12-29 03:20:41 -08:00
|
|
|
<property name="label" translatable="yes">Don't _prompt on replace</property>
|
2010-12-26 22:05:45 -08:00
|
|
|
<property name="visible">True</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="focus_on_click">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckButton" id="backwards">
|
2010-12-29 03:20:41 -08:00
|
|
|
<property name="label" translatable="yes">Find _backwards</property>
|
2010-12-26 22:05:45 -08:00
|
|
|
<property name="visible">True</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="focus_on_click">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckButton" id="case_sensitive">
|
2010-12-29 03:20:41 -08:00
|
|
|
<property name="label" translatable="yes">Case _sensitive</property>
|
2010-12-26 22:05:45 -08:00
|
|
|
<property name="visible">True</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="focus_on_click">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckButton" id="selected">
|
2010-12-29 03:20:41 -08:00
|
|
|
<property name="label" translatable="yes">S_elected text</property>
|
2010-12-26 22:05:45 -08:00
|
|
|
<property name="visible">True</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="focus_on_click">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckButton" id="from_cursor">
|
2010-12-29 03:20:41 -08:00
|
|
|
<property name="label" translatable="yes">From c_ursor</property>
|
2010-12-26 22:05:45 -08:00
|
|
|
<property name="visible">True</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="focus_on_click">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckButton" id="whole_words">
|
2010-12-29 03:20:41 -08:00
|
|
|
<property name="label" translatable="yes">_Whole words only</property>
|
2010-12-26 22:05:45 -08:00
|
|
|
<property name="visible">True</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="focus_on_click">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Options</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">label_item</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child internal-child="action_area">
|
|
|
|
<widget class="GtkHButtonBox" id="dialog-action_area1">
|
|
|
|
<property name="visible">True</property>
|
2010-12-29 03:20:41 -08:00
|
|
|
<property name="layout_style">end</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="cancel_btn">
|
2010-12-29 03:20:41 -08:00
|
|
|
<property name="label">gtk-cancel</property>
|
|
|
|
<property name="response_id">-6</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="focus_on_click">False</property>
|
|
|
|
</widget>
|
2010-12-29 03:20:41 -08:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
2010-12-26 21:08:23 -08:00
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="ok_btn">
|
2010-12-29 03:20:41 -08:00
|
|
|
<property name="label">gtk-find</property>
|
|
|
|
<property name="response_id">-5</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="has_default">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="focus_on_click">False</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2010-12-29 03:20:41 -08:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2010-12-29 03:20:41 -08:00
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">0</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
2005-06-22 18:20:32 +00:00
|
|
|
</glade-interface>
|