JSWindows (a JavaScript Inheritance Demo) Minbox
Class
© 15 Feb., 2013, Martin Rinehart
Overview
The Minbox
class provides the window for the box that holds minimized windows, such as for the Window_M_BS
class. It is a two-button window: "min" and "1" (restore, size 1). When minimized, there is no visible list of minimized windows. When restored, the minimized windows are visible and their size buttons may be clicked.
The Minbox
Constructor
There should be no need to create a minbox in your own code. It is created automatically when the first window within a Wobj
is minimized.
Feedback: MartinRinehart at gmail dot com
# # #