Package org.gnome.adw

Class ApplicationWindow

java.lang.Object
All Implemented Interfaces:
Proxy, ActionGroup, ActionMap, Accessible, Buildable, ConstraintTarget, Native, Root, ShortcutManager

@Generated("io.github.jwharm.JavaGI") public class ApplicationWindow extends ApplicationWindow implements ActionGroup, ActionMap, Accessible, Buildable, ConstraintTarget, Native, Root, ShortcutManager
A freeform application window.

application-window

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

See Window for details.

Example of an AdwApplicationWindow UI definition:

<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.