Resources

Constructors

this
this(HINSTANCE inst, WORD language, bool owned)
this(Dstring libName, WORD language)

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

loadBitmap
deprecated alias loadBitmap = getBitmap
Undocumented in source.
loadCursor
deprecated alias loadCursor = getCursor
Undocumented in source.
loadIcon
deprecated alias loadIcon = getIcon
Undocumented in source.
loadString
deprecated alias loadString = getString
Undocumented in source.

Functions

_getData
void[] _getData(LPCWSTR type, LPCWSTR name)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
getBitmap
Bitmap getBitmap(int id)
Bitmap getBitmap(Dstring name)
getCursor
Cursor getCursor(int id)
Cursor getCursor(Dstring name)
getData
void[] getData(int type, int id)
void[] getData(Dstring type, int id)
void[] getData(int type, Dstring name)
void[] getData(Dstring type, Dstring name)
getIcon
Icon getIcon(int id, bool defaultSize)
Icon getIcon(Dstring name, bool defaultSize)
Icon getIcon(int id, int width, int height)
Icon getIcon(Dstring name, int width, int height)
getString
Dstring getString(int id)

Properties

language
WORD language [@property getter]

Meta