gtk.ApplicationWindow

Undocumented in source.

Public Imports

gtk.c.types
public import gtk.c.types;
gtkc.gtktypes
public import gtkc.gtktypes;

Members

Classes

ApplicationWindow
class ApplicationWindow

gtk.ApplicationWindow is a gtk.Window subclass that offers some extra functionality for better integration with gtk.Application features. Notably, it can handle both the application menu as well as the menubar. See Application.setAppMenu and Application.setMenubar.