WindowAccessible

Undocumented in source.

Constructors

this
this(GtkWindowAccessible* gtkWindowAccessible, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

getStruct
void* getStruct()

the main Gtk struct as a void*

getWindowAccessibleStruct
GtkWindowAccessible* getWindowAccessibleStruct()

Get the main Gtk struct

setStruct
void setStruct(GObject* obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin WindowT!(GtkWindowAccessible)
Undocumented in source.

Static functions

getType
GType getType()

Variables

gtkWindowAccessible
GtkWindowAccessible* gtkWindowAccessible;

the main Gtk struct

Inherited Members

From ContainerAccessible

gtkContainerAccessible
GtkContainerAccessible* gtkContainerAccessible;

the main Gtk struct

getContainerAccessibleStruct
GtkContainerAccessible* getContainerAccessibleStruct()

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

setStruct
void setStruct(GObject* obj)
Undocumented in source. Be warned that the author may not have intended to support it.
getType
GType getType()

From WindowIF

getWindowStruct
AtkWindow* getWindowStruct()

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

onActivateListeners
void delegate(WindowIF)[] onActivateListeners [@property getter]
addOnActivate
void addOnActivate(void delegate(WindowIF) dlg, ConnectFlags connectFlags)

The signal #AtkWindow::activate is emitted when a window becomes the active window of the application or session.

onCreateListeners
void delegate(WindowIF)[] onCreateListeners [@property getter]
Undocumented in source.
addOnCreate
void addOnCreate(void delegate(WindowIF) dlg, ConnectFlags connectFlags)

The signal #AtkWindow::create is emitted when a new window is created.

onDeactivateListeners
void delegate(WindowIF)[] onDeactivateListeners [@property getter]
Undocumented in source.
addOnDeactivate
void addOnDeactivate(void delegate(WindowIF) dlg, ConnectFlags connectFlags)

The signal #AtkWindow::deactivate is emitted when a window is no longer the active window of the application or session.

onDestroyListeners
void delegate(WindowIF)[] onDestroyListeners [@property getter]
Undocumented in source.
addOnDestroy
void addOnDestroy(void delegate(WindowIF) dlg, ConnectFlags connectFlags)

The signal #AtkWindow::destroy is emitted when a window is destroyed.

onMaximizeListeners
void delegate(WindowIF)[] onMaximizeListeners [@property getter]
Undocumented in source.
addOnMaximize
void addOnMaximize(void delegate(WindowIF) dlg, ConnectFlags connectFlags)

The signal #AtkWindow::maximize is emitted when a window is maximized.

onMinimizeListeners
void delegate(WindowIF)[] onMinimizeListeners [@property getter]
Undocumented in source.
addOnMinimize
void addOnMinimize(void delegate(WindowIF) dlg, ConnectFlags connectFlags)

The signal #AtkWindow::minimize is emitted when a window is minimized.

onMoveListeners
void delegate(WindowIF)[] onMoveListeners [@property getter]
Undocumented in source.
addOnMove
void addOnMove(void delegate(WindowIF) dlg, ConnectFlags connectFlags)

The signal #AtkWindow::move is emitted when a window is moved.

onResizeListeners
void delegate(WindowIF)[] onResizeListeners [@property getter]
Undocumented in source.
addOnResize
void addOnResize(void delegate(WindowIF) dlg, ConnectFlags connectFlags)

The signal #AtkWindow::resize is emitted when a window is resized.

onRestoreListeners
void delegate(WindowIF)[] onRestoreListeners [@property getter]
Undocumented in source.
addOnRestore
void addOnRestore(void delegate(WindowIF) dlg, ConnectFlags connectFlags)

The signal #AtkWindow::restore is emitted when a window is restored.

Meta