File: search-bar-inline.ui

package info (click to toggle)
libadwaita-1 1.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 12,272 kB
  • sloc: ansic: 86,112; xml: 189; python: 60; sh: 30; makefile: 21; javascript: 9
file content (24 lines) | stat: -rw-r--r-- 801 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk" version="4.0"/>
  <requires lib="libadwaita" version="1.0"/>
  <object class="GtkSearchBar" id="widget">
    <property name="width-request">600</property>
    <property name="search-mode-enabled">True</property>
    <property name="child">
      <object class="AdwClamp">
        <property name="hexpand">True</property>
        <property name="maximum-size">400</property>
        <property name="child">
          <object class="GtkSearchEntry">
            <property name="placeholder-text">Search Items…</property>
            <property name="can-focus">False</property>
          </object>
        </property>
      </object>
    </property>
    <style>
      <class name="inline"/>
    </style>
  </object>
</interface>