Module dlangui.platforms.windows.winapp
This module contains implementation of Win32 platform support
Provides Win32Window
and Win32Platform
classes.
Usually you don't need to use this module directly.
Synopsis
import dlangui.platforms.windows.winapp;
Functions
Name | Description |
---|---|
DLANGUIWinMain
|
|
myWinMain
|
|
splitCmdLine
|
|
UIAppMain
|
this function should be defined in user application! |
WndProc
|
Classes
Name | Description |
---|---|
Win32Platform
|
|
Win32Window
|
Global variables
Name | Type | Description |
---|---|---|
CUSTOM_MESSAGE_ID
|
const(uint)
|
|
WIN_CLASS_NAME
|
immutable(char[])
|
|
_cmdShow
|
int
|
|
_hInstance
|
void*
|
Authors
Vadim Lopatin, coolreader.org@gmail.com
Copyright
Vadim Lopatin, 2014
License
Boost License 1.0