346 lines
14 KiB
Plaintext
346 lines
14 KiB
Plaintext
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<!-- interface-requires gtk+ 3.10 -->
|
||
|
<!-- interface-requires gtksourceview 3.0 -->
|
||
|
<object class="GtkImage" id="image1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="icon_name">go-up</property>
|
||
|
<property name="icon_size">1</property>
|
||
|
</object>
|
||
|
<object class="GtkImage" id="image2">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="icon_name">go-down</property>
|
||
|
<property name="icon_size">1</property>
|
||
|
</object>
|
||
|
<object class="GtkImage" id="image3">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="icon_name">edit-find-replace</property>
|
||
|
<property name="icon_size">1</property>
|
||
|
</object>
|
||
|
<object class="GtkImage" id="image4">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="icon_name">edit-find-replace</property>
|
||
|
<property name="icon_size">1</property>
|
||
|
</object>
|
||
|
<template class="TestSearch" parent="GtkGrid">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="border_width">6</property>
|
||
|
<property name="row_spacing">6</property>
|
||
|
<child>
|
||
|
<object class="GtkScrolledWindow" id="scrolledwindow1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="shadow_type">in</property>
|
||
|
<child>
|
||
|
<object class="GtkSourceView" id="source_view">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="has_tooltip">True</property>
|
||
|
<property name="hexpand">True</property>
|
||
|
<property name="vexpand">True</property>
|
||
|
<property name="left_margin">2</property>
|
||
|
<property name="right_margin">2</property>
|
||
|
<property name="monospace">True</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</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="GtkGrid" id="grid2">
|
||
|
<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="label1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="halign">start</property>
|
||
|
<property name="label">Search:</property>
|
||
|
<attributes>
|
||
|
<attribute name="weight" value="bold"/>
|
||
|
</attributes>
|
||
|
</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="GtkSearchEntry" id="search_entry">
|
||
|
<property name="width_request">300</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="halign">start</property>
|
||
|
<property name="primary_icon_name">edit-find-symbolic</property>
|
||
|
<property name="primary_icon_activatable">False</property>
|
||
|
<property name="primary_icon_sensitive">False</property>
|
||
|
<signal name="changed" handler="search_entry_changed_cb" object="TestSearch" swapped="yes"/>
|
||
|
</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="label_occurrences">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="halign">start</property>
|
||
|
<property name="label">0 occurrences</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="GtkButton" id="button_previous">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">True</property>
|
||
|
<property name="halign">start</property>
|
||
|
<property name="image">image1</property>
|
||
|
<signal name="clicked" handler="button_previous_clicked_cb" object="TestSearch" swapped="yes"/>
|
||
|
</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="GtkButton" id="button_next">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">True</property>
|
||
|
<property name="halign">start</property>
|
||
|
<property name="image">image2</property>
|
||
|
<signal name="clicked" handler="button_next_clicked_cb" object="TestSearch" swapped="yes"/>
|
||
|
</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="label_regex_error">
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="halign">start</property>
|
||
|
<property name="label">Regex search error</property>
|
||
|
<property name="wrap">True</property>
|
||
|
<property name="selectable">True</property>
|
||
|
<property name="max_width_chars">72</property>
|
||
|
<attributes>
|
||
|
<attribute name="foreground" value="#cccc00000000"/>
|
||
|
</attributes>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">1</property>
|
||
|
<property name="top_attach">0</property>
|
||
|
<property name="width">4</property>
|
||
|
<property name="height">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<placeholder/>
|
||
|
</child>
|
||
|
</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="GtkGrid" id="grid3">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<child>
|
||
|
<object class="GtkCheckButton" id="checkbutton_match_case">
|
||
|
<property name="label">Match case</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">False</property>
|
||
|
<property name="draw_indicator">True</property>
|
||
|
<signal name="toggled" handler="match_case_toggled_cb" object="TestSearch" swapped="yes"/>
|
||
|
</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="GtkCheckButton" id="checkbutton_at_word_boundaries">
|
||
|
<property name="label">At word boundaries</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">False</property>
|
||
|
<property name="draw_indicator">True</property>
|
||
|
<signal name="toggled" handler="at_word_boundaries_toggled_cb" object="TestSearch" swapped="yes"/>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">0</property>
|
||
|
<property name="top_attach">2</property>
|
||
|
<property name="width">1</property>
|
||
|
<property name="height">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkCheckButton" id="checkbutton_wrap_around">
|
||
|
<property name="label">Wrap around</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">False</property>
|
||
|
<property name="draw_indicator">True</property>
|
||
|
<signal name="toggled" handler="wrap_around_toggled_cb" object="TestSearch" swapped="yes"/>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">0</property>
|
||
|
<property name="top_attach">3</property>
|
||
|
<property name="width">1</property>
|
||
|
<property name="height">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkCheckButton" id="checkbutton_highlight">
|
||
|
<property name="label">Highlight search occurrences</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">False</property>
|
||
|
<property name="active">True</property>
|
||
|
<property name="draw_indicator">True</property>
|
||
|
<signal name="toggled" handler="highlight_toggled_cb" object="TestSearch" swapped="yes"/>
|
||
|
</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="GtkCheckButton" id="checkbutton_regex">
|
||
|
<property name="label">Regex</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">False</property>
|
||
|
<property name="draw_indicator">True</property>
|
||
|
<signal name="toggled" handler="regex_toggled_cb" object="TestSearch" swapped="yes"/>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">0</property>
|
||
|
<property name="top_attach">4</property>
|
||
|
<property name="width">1</property>
|
||
|
<property name="height">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">0</property>
|
||
|
<property name="top_attach">2</property>
|
||
|
<property name="width">1</property>
|
||
|
<property name="height">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkGrid" id="grid4">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="column_spacing">6</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="label2">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="halign">start</property>
|
||
|
<property name="label">Replace:</property>
|
||
|
<attributes>
|
||
|
<attribute name="weight" value="bold"/>
|
||
|
</attributes>
|
||
|
</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="GtkEntry" id="replace_entry">
|
||
|
<property name="width_request">300</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">1</property>
|
||
|
<property name="top_attach">0</property>
|
||
|
<property name="width">1</property>
|
||
|
<property name="height">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="button_replace">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">True</property>
|
||
|
<property name="image">image3</property>
|
||
|
<signal name="clicked" handler="button_replace_clicked_cb" object="TestSearch" swapped="yes"/>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">2</property>
|
||
|
<property name="top_attach">0</property>
|
||
|
<property name="width">1</property>
|
||
|
<property name="height">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="button_replace_all">
|
||
|
<property name="label">All</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">True</property>
|
||
|
<property name="image">image4</property>
|
||
|
<property name="always_show_image">True</property>
|
||
|
<signal name="clicked" handler="button_replace_all_clicked_cb" object="TestSearch" swapped="yes"/>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">3</property>
|
||
|
<property name="top_attach">0</property>
|
||
|
<property name="width">1</property>
|
||
|
<property name="height">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">0</property>
|
||
|
<property name="top_attach">3</property>
|
||
|
<property name="width">1</property>
|
||
|
<property name="height">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</template>
|
||
|
</interface>
|