gem-graph-client/libide/editor/ide-editor-search-bar.ui

284 lines
14 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.0 -->
<interface>
<requires lib="gtk+" version="3.22"/>
<template class="IdeEditorSearchBar" parent="DzlBin">
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="spacing">6</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">7</property>
<child>
<object class="GtkGrid">
<property name="visible">True</property>
<property name="row_spacing">8</property>
<property name="column_spacing">8</property>
<child>
<object class="IdeTaggedEntry" id="search_entry">
<property name="visible">True</property>
<property name="hexpand">True</property>
<property name="primary_icon_name">edit-find-symbolic</property>
<property name="primary_icon_activatable">False</property>
<property name="primary_icon_sensitive">False</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">0</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="search_text_error">
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="0.83330000000000004"/>
</attributes>
<style>
<class name="dim-label"/>
</style>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">1</property>
<property name="width">3</property>
</packing>
</child>
<child>
<object class="GtkSearchEntry" id="replace_entry">
<property name="width_chars">20</property>
<property name="max_width_chars">30</property>
<property name="primary_icon_name">edit-find-replace-symbolic</property>
<property name="primary_icon_activatable">False</property>
<property name="primary_icon_sensitive">False</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">2</property>
</packing>
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="valign">center</property>
<property name="homogeneous">True</property>
<child>
<object class="GtkButton">
<property name="visible">True</property>
<property name="receives_default">False</property>
<property name="action_name">editor-search.move-previous</property>
<child>
<object class="GtkImage">
<property name="visible">True</property>
<property name="icon_name">go-up-symbolic</property>
<property name="icon_size">1</property>
</object>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton">
<property name="visible">True</property>
<property name="receives_default">False</property>
<property name="action_name">editor-search.move-next</property>
<child>
<object class="GtkImage">
<property name="visible">True</property>
<property name="icon_name">go-down-symbolic</property>
<property name="icon_size">1</property>
</object>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
<style>
<class name="linked"/>
</style>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">0</property>
</packing>
</child>
<child>
<object class="GtkButton" id="replace_button">
<property name="label" translatable="yes">_Replace</property>
<property name="use-underline">True</property>
<property name="receives_default">False</property>
<property name="action_name">editor-search.replace</property>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">2</property>
</packing>
</child>
<child>
<object class="GtkButton" id="replace_all_button">
<property name="label" translatable="yes">Replace _All</property>
<property name="use-underline">True</property>
<property name="receives_default">False</property>
<property name="action_name">editor-search.replace-all</property>
</object>
<packing>
<property name="left_attach">2</property>
<property name="top_attach">2</property>
</packing>
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="valign">center</property>
<property name="spacing">8</property>
<property name="homogeneous">True</property>
<child>
<object class="GtkToggleButton">
<property name="visible">True</property>
<property name="receives_default">False</property>
<property name="tooltip_text" translatable="yes">Switch between Search and Search-and-Replace</property>
<property name="image_position">right</property>
<property name="active" bind-source="IdeEditorSearchBar" bind-property="replace-mode" bind-flags="bidirectional|sync-create">False</property>
<child>
<object class="GtkImage">
<property name="visible">True</property>
<property name="icon_name">edit-find-replace-symbolic</property>
</object>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkToggleButton" id="show_options">
<property name="visible">True</property>
<property name="focus_on_click">False</property>
<property name="receives_default">False</property>
<property name="tooltip_text" translatable="yes">Show or hide search options such as case sensitivity</property>
<property name="active" bind-source="IdeEditorSearchBar" bind-property="show-options" bind-flags="bidirectional|sync-create">False</property>
<child>
<object class="GtkImage">
<property name="visible">True</property>
<property name="icon_name">emblem-system-symbolic</property>
</object>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="left_attach">2</property>
<property name="top_attach">0</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkGrid" id="search_options">
<property name="column_spacing">8</property>
<child>
<object class="GtkCheckButton" id="use_regex">
<property name="label" translatable="yes">Regular _expressions</property>
<property name="use-underline">True</property>
<property name="visible">True</property>
<property name="focus_on_click">False</property>
<property name="receives_default">False</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">0</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="case_sensitive">
<property name="label" translatable="yes">_Case sensitive</property>
<property name="use-underline">True</property>
<property name="visible">True</property>
<property name="receives_default">False</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">0</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="whole_word">
<property name="label" translatable="yes">_Match whole word only</property>
<property name="use-underline">True</property>
<property name="visible">True</property>
<property name="receives_default">False</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
</object>
<packing>
<property name="left_attach">2</property>
<property name="top_attach">0</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton" id="close_button">
<property name="visible">True</property>
<property name="halign">center</property>
<property name="valign">start</property>
<property name="hexpand">False</property>
<property name="vexpand">False</property>
<child>
<object class="GtkImage">
<property name="visible">True</property>
<property name="icon_name">window-close-symbolic</property>
</object>
</child>
<style>
<class name="flat"/>
<class name="image-button"/>
<class name="small-button"/>
</style>
</object>
</child>
</object>
</child>
<style>
<class name="search-frame"/>
</style>
</template>
</interface>