|
|
|
|
window_resizable.k Functions
Libraries
TechNotes
|
|
With this library, you can easily create a resizable window.
The size, position, and state of the window are saved in the registry database and restored when the application is restarted.
How to use this library
MioScript Sample Code
event.load
app.init()
window.resizable.init()
event.end
event.terminate()
window.resizable.terminate()
event.end |
|
|
|