Resources

Constructors

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

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

dispose
void dispose()
getBitmap
Bitmap getBitmap(int id)
Bitmap getBitmap(Dstring name)
getCursor
Cursor getCursor(int id)
Cursor getCursor(Dstring name)
getData
void[] getData(Dstring type, int id)
void[] getData(int type, Dstring name)
getData
void[] getData(int type, int id)
void[] getData(Dstring type, Dstring name)
getIcon
Icon getIcon(int id, bool defaultSize = true)
Icon getIcon(Dstring name, bool defaultSize = true)
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