Function Platform.createWindow

create window

Prototype

abstract Window createWindow(
  dstring windowCaption,
  Window parent,
  uint flags = 1u,
  uint width = 0u,
  uint height = 0u
);

Args

windowCaption = window caption text parent = parent Window, or null if no parent flags = WindowFlag bit set, combination of Resizable, Modal, Fullscreen width = window width height = window height

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