This is a button for use with QuickLauncher
Create a new QLButton
name |
Text to be displayed on the button |
alwaysOnTop |
Should the created window always be displayed on top of other windows? |
bounds |
Bounds of the window to be created |
showButtonFunc |
A function to create a window. This function should always return a Window object to allow for the rest of the class methods to work. |
Should the created window always be displayed on top of other windows?
A function to create a window. This function should always return a Window object to allow for the rest of the class methods to work.
Bounds of the window to be created
Provides access to the button object
Name to display on the button
Provides access to the window created by the function
Close the window and reset the button state