Resources

Undocumented in source.

Constructors

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

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)
Undocumented in source. Be warned that the author may not have intended to support it.
getCursor
Cursor getCursor(int id)
Undocumented in source.
getCursor
Cursor getCursor(Dstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
getData
void[] getData(int type, int id)
Undocumented in source.
getData
void[] getData(Dstring type, int id)
Undocumented in source.
getData
void[] getData(int type, Dstring name)
Undocumented in source.
getData
void[] getData(Dstring type, Dstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
getIcon
Icon getIcon(int id, bool defaultSize)
Undocumented in source.
getIcon
Icon getIcon(Dstring name, bool defaultSize)
Undocumented in source. Be warned that the author may not have intended to support it.
getIcon
Icon getIcon(int id, int width, int height)
Undocumented in source.
getIcon
Icon getIcon(Dstring name, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
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