Resources

Undocumented in source.

Constructors

this
this(HINSTANCE inst, WORD language, bool owned)
Undocumented in source.
this
this(Dstring libName, WORD language)

ditto

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()
Undocumented in source. Be warned that the author may not have intended to support it.
getBitmap
Bitmap getBitmap(int id)
Undocumented in source.
getBitmap
Bitmap getBitmap(Dstring name)

ditto

getCursor
Cursor getCursor(int id)
Undocumented in source.
getCursor
Cursor getCursor(Dstring name)

ditto

getData
void[] getData(int type, int id)
Undocumented in source.
getData
void[] getData(Dstring type, int id)
void[] getData(int type, Dstring name)
void[] getData(Dstring type, Dstring name)

ditto

getIcon
Icon getIcon(int id, bool defaultSize)
Undocumented in source.
getIcon
Icon getIcon(Dstring name, bool defaultSize)
Icon getIcon(int id, int width, int height)
Icon getIcon(Dstring name, int width, int height)

ditto

getString
Dstring getString(int id)
Undocumented in source.

Properties

language
WORD language [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta