Skip to content

@gtkx/react / AdwApplicationWindow

Variable: AdwApplicationWindow

const AdwApplicationWindow: (props) => ReactNode

Defined in: packages/react/src/generated/compounds.ts:220

A freeform application window.

application-window

AdwApplicationWindow is a Gtk.ApplicationWindow subclass providing the same features as Window.

See Window for details.

Example of an AdwApplicationWindow UI definition:

xml
<object class="AdwApplicationWindow">
  <property name="content">
    <object class="AdwToolbarView">
      <child type="top">
        <object class="AdwHeaderBar"/>
      </child>
      <property name="content">
        <!-- ... -->
      </property>
    </object>
  </property>
</object>

Using Gtk.Application.menubar is not supported and may result in visual glitches.

Parameters

ParameterType
propsAdwApplicationWindowProps

Returns

ReactNode