Module dlangui.platforms.common.platform
This module contains common Plaform definitions.
Platform
is abstraction layer for application.
Synopsis
import dlangui.platforms.common.platform;
Functions
Name | Description |
---|---|
DLANGUIWinMain
|
|
platform
|
get current platform object instance
|
Classes
Name | Description |
---|---|
EventList
|
protected event list |
Platform
|
Platform abstraction layer.
|
Window
|
Window abstraction layer. Widgets can be shown only inside window.
|
Enums
Name | Description |
---|---|
WindowFlag
|
window creation flags |
Templates
Name | Description |
---|---|
APP_ENTRY_POINT
|
put "mixin APP_ENTRY_POINT ;" to main module of your dlangui based app
|
Authors
Vadim Lopatin, coolreader.org@gmail.com
Copyright
Vadim Lopatin, 2014
License
Boost License 1.0