MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / NewUIWindowLoadBackgroundImage

Function NewUIWindowLoadBackgroundImage

Descent3/multi_dll_mgr.cpp:964–966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962}
963void SetOldEditBufferLen(UIEdit *item, int len) { item->SetBufferLen(len); }
964void NewUIWindowLoadBackgroundImage(NewUIWindow *item, const char *image_name) {
965 item->LoadBackgroundImage(image_name);
966}
967void DeleteUIItem(void *delitem) { delete delitem; } // !!! FIXME: this needs to change, but this deletes a lot of different things...
968void GadgetDestroy(UIGadget *item) { item->Destroy(); }
969void *SliderCreate(UIWindow *parent, int id, int x, int y, int flags) {

Callers 1

DoMultiAllowedFunction · 0.85

Calls 1

LoadBackgroundImageMethod · 0.80

Tested by

no test coverage detected