- _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.