dfl.application

Undocumented in source.

Members

Aliases

CustomMsg
alias CustomMsg = CWPRETSTRUCT
Undocumented in source.
DrawThemeParentBackgroundProc
alias DrawThemeParentBackgroundProc = HRESULT function(HWND hwnd, HDC hdc, RECT* prc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetWindowThemeProc
alias GetWindowThemeProc = HTHEME function(HWND)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
InitCommonControlsExProc
alias InitCommonControlsExProc = BOOL function(LPINITCOMMONCONTROLSEX lpInitCtrls)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
IsThemeBackgroundPartiallyTransparentProc
alias IsThemeBackgroundPartiallyTransparentProc = BOOL function(HTHEME hTheme, int iPartId, int iStateId)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetLayeredWindowAttributesProc
alias SetLayeredWindowAttributesProc = BOOL function(HWND, COLORREF, BYTE, DWORD)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetThemeAppPropertiesProc
alias SetThemeAppPropertiesProc = void function(DWORD dwFlags)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
TrackMouseEventProc
alias TrackMouseEventProc = BOOL function(LPTRACKMOUSEEVENT lpEventTrack)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Classes

Application
class Application
Undocumented in source.
ApplicationContext
class ApplicationContext
Undocumented in source.

Enums

DflCompat
enum DflCompat
Undocumented in source.
WPARAM_DFL_INVOKE
anonymousenum WPARAM_DFL_INVOKE
Undocumented in source.

Functions

C_refCountDec
size_t C_refCountDec(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
C_refCountInc
size_t C_refCountInc(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
_gcTimeout
void _gcTimeout(HWND hwnd, UINT uMsg, UINT idEvent, DWORD dwTime)
Undocumented in source. Be warned that the author may not have intended to support it.
_initButton
void _initButton()
Undocumented in source. Be warned that the author may not have intended to support it.
_initCombobox
void _initCombobox()
Undocumented in source. Be warned that the author may not have intended to support it.
_initCommonControls
void _initCommonControls(DWORD dwControls)
Undocumented in source. Be warned that the author may not have intended to support it.
_initInstance
void _initInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
_initInstance
void _initInstance(HINSTANCE inst)
Undocumented in source.
_initListbox
void _initListbox()
Undocumented in source. Be warned that the author may not have intended to support it.
_initListview
void _initListview()
Undocumented in source. Be warned that the author may not have intended to support it.
_initMdiclient
void _initMdiclient()
Undocumented in source. Be warned that the author may not have intended to support it.
_initProgressbar
void _initProgressbar()
Undocumented in source. Be warned that the author may not have intended to support it.
_initRichtextbox
void _initRichtextbox()
Undocumented in source. Be warned that the author may not have intended to support it.
_initStatusbar
void _initStatusbar()
Undocumented in source. Be warned that the author may not have intended to support it.
_initTabcontrol
void _initTabcontrol()
Undocumented in source. Be warned that the author may not have intended to support it.
_initTextBox
void _initTextBox()
Undocumented in source. Be warned that the author may not have intended to support it.
_initTreeview
void _initTreeview()
Undocumented in source. Be warned that the author may not have intended to support it.
_superClass
WNDPROC _superClass(HINSTANCE hinst, Dstring className, Dstring newClassName, WNDCLASSA getInfo)
Undocumented in source. Be warned that the author may not have intended to support it.
_unableToInit
void _unableToInit(Dstring what)
Undocumented in source. Be warned that the author may not have intended to support it.
dflWndProc
LRESULT dflWndProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
Undocumented in source. Be warned that the author may not have intended to support it.
globalMsgHook
LRESULT globalMsgHook(int code, WPARAM wparam, LPARAM lparam)
Undocumented in source. Be warned that the author may not have intended to support it.
showMessageInfo
void showMessageInfo(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.
superClass
deprecated WNDPROC superClass(HINSTANCE hinst, Dstring className, Dstring newClassName, WNDCLASSA getInfo)
Undocumented in source. Be warned that the author may not have intended to support it.
superClass
deprecated WNDPROC superClass(HINSTANCE hinst, Dstring className, Dstring newClassName)
Undocumented in source. Be warned that the author may not have intended to support it.
superClass
WNDPROC superClass(HINSTANCE hinst, Dstring className, Dstring newClassName, dfl.internal.utf.WndClass getInfo)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

BUTTON_CLASSNAME
enum BUTTON_CLASSNAME;
Undocumented in source.
COMBOBOX_CLASSNAME
enum COMBOBOX_CLASSNAME;
Undocumented in source.
CONTROL_CLASSNAME
enum CONTROL_CLASSNAME;
Undocumented in source.
FORM_CLASSNAME
enum FORM_CLASSNAME;
Undocumented in source.
LISTBOX_CLASSNAME
enum LISTBOX_CLASSNAME;
Undocumented in source.
LISTVIEW_CLASSNAME
enum LISTVIEW_CLASSNAME;
Undocumented in source.
MDICLIENT_CLASSNAME
enum MDICLIENT_CLASSNAME;
Undocumented in source.
PROGRESSBAR_CLASSNAME
enum PROGRESSBAR_CLASSNAME;
Undocumented in source.
RICHTEXTBOX_CLASSNAME
enum RICHTEXTBOX_CLASSNAME;
Undocumented in source.
STATUSBAR_CLASSNAME
enum STATUSBAR_CLASSNAME;
Undocumented in source.
TABCONTROL_CLASSNAME
enum TABCONTROL_CLASSNAME;
Undocumented in source.
TEXTBOX_CLASSNAME
enum TEXTBOX_CLASSNAME;
Undocumented in source.
TREEVIEW_CLASSNAME
enum TREEVIEW_CLASSNAME;
Undocumented in source.

Structs

DflInvokeParam
struct DflInvokeParam
Undocumented in source.
InvokeData
struct InvokeData
Undocumented in source.
InvokeSimpleData
struct InvokeSimpleData
Undocumented in source.

Variables

LRESULT_DFL_INVOKE
enum LRESULT LRESULT_DFL_INVOKE;
Undocumented in source.
WNDCLASS_STYLE
enum UINT WNDCLASS_STYLE;
Undocumented in source.
buttonClassStyle
LONG buttonClassStyle;
Undocumented in source.
buttonPrevWndProc
WNDPROC buttonPrevWndProc;
Undocumented in source.
comboboxClassStyle
LONG comboboxClassStyle;
Undocumented in source.
comboboxPrevWndProc
WNDPROC comboboxPrevWndProc;
Undocumented in source.
hmodRichtextbox
HMODULE hmodRichtextbox;
Undocumented in source.
listboxClassStyle
LONG listboxClassStyle;
Undocumented in source.
listboxPrevWndProc
WNDPROC listboxPrevWndProc;
Undocumented in source.
listviewClassStyle
LONG listviewClassStyle;
Undocumented in source.
listviewPrevWndProc
WNDPROC listviewPrevWndProc;
Undocumented in source.
mdiclientClassStyle
LONG mdiclientClassStyle;
Undocumented in source.
mdiclientPrevWndProc
WNDPROC mdiclientPrevWndProc;
Undocumented in source.
progressbarClassStyle
LONG progressbarClassStyle;
Undocumented in source.
progressbarPrevWndProc
WNDPROC progressbarPrevWndProc;
Undocumented in source.
richtextboxClassStyle
LONG richtextboxClassStyle;
Undocumented in source.
richtextboxPrevWndProc
WNDPROC richtextboxPrevWndProc;
Undocumented in source.
setLayeredWindowAttributes
SetLayeredWindowAttributesProc setLayeredWindowAttributes;
Undocumented in source.
statusbarClassStyle
LONG statusbarClassStyle;
Undocumented in source.
statusbarPrevWndProc
WNDPROC statusbarPrevWndProc;
Undocumented in source.
tabcontrolClassStyle
LONG tabcontrolClassStyle;
Undocumented in source.
tabcontrolPrevWndProc
WNDPROC tabcontrolPrevWndProc;
Undocumented in source.
textBoxClassStyle
LONG textBoxClassStyle;
Undocumented in source.
textBoxPrevWndProc
WNDPROC textBoxPrevWndProc;
Undocumented in source.
trackMouseEvent
TrackMouseEventProc trackMouseEvent;
Undocumented in source.
treeviewClassStyle
LONG treeviewClassStyle;
Undocumented in source.
treeviewPrevWndProc
WNDPROC treeviewPrevWndProc;
Undocumented in source.
wmDfl
UINT wmDfl;
Undocumented in source.
wmGetControlName
UINT wmGetControlName;
Undocumented in source.

Meta