Function Platform.createWindow
create window
Prototype
abstract Window createWindow( dstring windowCaption, Window parent, uint flags = 1u );
Args
windowCaption
= window caption text
parent
= parent
Window
, or null if no parent
flags
= WindowFlag
bit set, combination of Resizable, Modal, Fullscreen
Window
w/o Resizable nor Fullscreen will be created with size based on measurement of its content widget
Authors
Vadim Lopatin, coolreader.org@gmail.com
Copyright
Vadim Lopatin, 2014
License
Boost License 1.0