ShellDelegator

Undocumented in source.

Members

Aliases

DFunc
alias DFunc = void delegate(ShellEvent)
Undocumented in source.

Functions

shellActivated
void shellActivated(ShellEvent e)
Undocumented in source. Be warned that the author may not have intended to support it.
shellClosed
void shellClosed(ShellEvent e)
Undocumented in source. Be warned that the author may not have intended to support it.
shellDeactivated
void shellDeactivated(ShellEvent e)
Undocumented in source. Be warned that the author may not have intended to support it.
shellDeiconified
void shellDeiconified(ShellEvent e)
Undocumented in source. Be warned that the author may not have intended to support it.
shellIconified
void shellIconified(ShellEvent e)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

createShellActivated
ShellDelegator createShellActivated(DFunc del)
Undocumented in source. Be warned that the author may not have intended to support it.
createShellClosed
ShellDelegator createShellClosed(DFunc del)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

delShellActivated
DFunc delShellActivated;
Undocumented in source.
delShellClosed
DFunc delShellClosed;
Undocumented in source.
delShellDeactivated
DFunc delShellDeactivated;
Undocumented in source.
delShellDeiconified
DFunc delShellDeiconified;
Undocumented in source.
delShellIconified
DFunc delShellIconified;
Undocumented in source.

Inherited Members

From ShellAdapter

shellActivated
void shellActivated(ShellEvent e)

Sent when a shell becomes the active window. The default behavior is to do nothing.

shellClosed
void shellClosed(ShellEvent e)

Sent when a shell is closed. The default behavior is to do nothing.

shellDeactivated
void shellDeactivated(ShellEvent e)

Sent when a shell stops being the active window. The default behavior is to do nothing.

shellDeiconified
void shellDeiconified(ShellEvent e)

Sent when a shell is un-minimized. The default behavior is to do nothing.

shellIconified
void shellIconified(ShellEvent e)

Sent when a shell is minimized. The default behavior is to do nothing.

Meta