dgui.core.charset

DGui project file.

Public Imports

std.utf
public import std.utf : toUTFz;

Members

Functions

createFontIndirect
HFONT createFontIndirect(LOGFONTW* lf)
Undocumented in source. Be warned that the author may not have intended to support it.
createFontIndirect
HFONT createFontIndirect(string s, LOGFONTW* lf)
Undocumented in source. Be warned that the author may not have intended to support it.
createWindowEx
HWND createWindowEx(DWORD exStyle, string className, string windowName, DWORD style, int x, int y, int nWidth, int nHeight, HWND hWndParent, LPVOID lpParam)

Unicode Wrapper of CreateWindowEx API

drawTextEx
int drawTextEx(HDC hdc, string s, RECT* lprc, UINT dwDTFormat, DRAWTEXTPARAMS* lpDTParams)
Undocumented in source. Be warned that the author may not have intended to support it.
extractAssociatedIcon
HICON extractAssociatedIcon(string s, WORD* pIcon)
Undocumented in source. Be warned that the author may not have intended to support it.
getClassInfoEx
BOOL getClassInfoEx(string className, WNDCLASSEXW* pWndClassEx)
Undocumented in source. Be warned that the author may not have intended to support it.
getClassLong
DWORD getClassLong(HWND hWnd, int nIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
getModuleFileName
string getModuleFileName(HMODULE hModule)
Undocumented in source. Be warned that the author may not have intended to support it.
getModuleHandle
HMODULE getModuleHandle(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
getTempPath
void getTempPath(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
getWindowLong
LONG getWindowLong(HWND hWnd, int nIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
getWindowText
string getWindowText(HWND hWnd)
Undocumented in source. Be warned that the author may not have intended to support it.
getWindowTextLength
int getWindowTextLength(HWND hWnd)
Undocumented in source. Be warned that the author may not have intended to support it.
loadImage
HANDLE loadImage(HINSTANCE hInstance, string s, UINT uType, int cxDesired, int cyDesired, UINT fuLoad)
Undocumented in source. Be warned that the author may not have intended to support it.
loadImage
HANDLE loadImage(HINSTANCE hInstance, wchar* pResID, UINT uType, int cxDesired, int cyDesired, UINT fuLoad)
Undocumented in source. Be warned that the author may not have intended to support it.
loadLibrary
HMODULE loadLibrary(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
registerClassEx
ATOM registerClassEx(string className, HCURSOR hCursor, HBRUSH hBackground, WNDPROC wndProc, uint style)
Undocumented in source. Be warned that the author may not have intended to support it.
registerClassEx
ATOM registerClassEx(WNDCLASSEXW* wc)
Undocumented in source. Be warned that the author may not have intended to support it.
setWindowLong
DWORD setWindowLong(HWND hWnd, int nIndex, LONG dwNewLong)
Undocumented in source. Be warned that the author may not have intended to support it.
setWindowText
BOOL setWindowText(HWND hWnd, string s)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Trogu Antonio Davide