/ void Close() { IupClose(); } or alias Close = IupClose; / void ImageLibOpen() { IupImageLibOpen(); } / int MainLoop() { return IupMainLoop(); } / int LoopStep() { return IupLoopStep(); } / int LoopStepWait() { return IupLoopStepWait(); } / int MainLoopLevel() { return IupMainLoopLevel(); } / void Flush() { IupFlush(); } / void ExitLoop() { IupExitLoop(); } / int RecordInput(const(char)* filename, int mode) { return IupRecordInput(filename, mode); } / int PlayInput(const(char)* filename) { return IupPlayInput(filename); } / int Help(const(char)* url) { return IupHelp(url); } / void Log(const(char)* type, const(char)* str) { IupLog(type, "%s", str); } / const(char)* Load(const(char)* filename) { return IupLoad(filename); } / const(char)* LoadBuffer(const(char)* buffer) { return IupLoadBuffer(buffer); } / void SetLanguage(const(char)* lng) { IupSetLanguage(lng); } / const(char)* GetLanguage() { return IupGetLanguage(); } / void SetLanguageString(const(char)* name, const(char)* str) { IupSetLanguageString(name, str); } / void StoreLanguageString(const(char)* name, const(char)* str) { IupStoreLanguageString(name, str); } / const(char)* GetLanguageString(const(char)* name) { return IupGetLanguageString(name); } / int GetAllClasses(char** names, int n) { return IupGetAllClasses(names, n); } / int GetClassAttributes(const(char)* classname, char** names, int n) { return IupGetClassAttributes(classname, names, n); } / int GetClassCallbacks(const(char)* classname, char** names, int n) { return IupGetClassCallbacks(classname, names, n); } / void SetClassDefaultAttribute(const(char)* classname, const(char)* name, const(char)* value) { IupSetClassDefaultAttribute(classname, name, value); } / void SetGlobal(const(char)* name, const(char)* value) { IupSetGlobal(name, value); } / void SetStringGlobal(const(char)* name, const(char)* value) { IupSetStrGlobal(name, value); } / char* GetGlobal(const(char)* name) { return IupGetGlobal(name); } / int GetFile(char *arq) { return IupGetFile(arq); } / void Message(const(char)* title, const(char)* msg) { IupMessage(title, msg); } / int Alarm(const(char)* title, const(char)* msg, const(char)* b1, const(char)* b2, const(char)* b3) { return IupAlarm(title, msg, b1, b2, b3); } / int ListDialog(int type, const(char)* title, int size, const(char)** list, int op, int max_col, int max_lin, int* marks) { return IupListDialog(type, title, size, list, op, max_col, max_lin, marks); } / int GetText(const(char)* title, char* text, int maxsize = 10240) { return IupGetText(title, text, maxsize); } / int GetColor(int x, int y, ubyte &r, ubyte &g, ubyte &b) { return IupGetColor(x, y, &r, &g, &b); } / int GetAllNames(char** names, int n) { return IupGetAllNames(names, n); } / int GetAllDialogs(char** names, int n) { return IupGetAllDialogs(names, n); }
See Implementation
/ void Close() { IupClose(); } or alias Close = IupClose; / void ImageLibOpen() { IupImageLibOpen(); } / int MainLoop() { return IupMainLoop(); } / int LoopStep() { return IupLoopStep(); } / int LoopStepWait() { return IupLoopStepWait(); } / int MainLoopLevel() { return IupMainLoopLevel(); } / void Flush() { IupFlush(); } / void ExitLoop() { IupExitLoop(); } / int RecordInput(const(char)* filename, int mode) { return IupRecordInput(filename, mode); } / int PlayInput(const(char)* filename) { return IupPlayInput(filename); } / int Help(const(char)* url) { return IupHelp(url); } / void Log(const(char)* type, const(char)* str) { IupLog(type, "%s", str); } / const(char)* Load(const(char)* filename) { return IupLoad(filename); } / const(char)* LoadBuffer(const(char)* buffer) { return IupLoadBuffer(buffer); } / void SetLanguage(const(char)* lng) { IupSetLanguage(lng); } / const(char)* GetLanguage() { return IupGetLanguage(); } / void SetLanguageString(const(char)* name, const(char)* str) { IupSetLanguageString(name, str); } / void StoreLanguageString(const(char)* name, const(char)* str) { IupStoreLanguageString(name, str); } / const(char)* GetLanguageString(const(char)* name) { return IupGetLanguageString(name); } / int GetAllClasses(char** names, int n) { return IupGetAllClasses(names, n); } / int GetClassAttributes(const(char)* classname, char** names, int n) { return IupGetClassAttributes(classname, names, n); } / int GetClassCallbacks(const(char)* classname, char** names, int n) { return IupGetClassCallbacks(classname, names, n); } / void SetClassDefaultAttribute(const(char)* classname, const(char)* name, const(char)* value) { IupSetClassDefaultAttribute(classname, name, value); } / void SetGlobal(const(char)* name, const(char)* value) { IupSetGlobal(name, value); } / void SetStringGlobal(const(char)* name, const(char)* value) { IupSetStrGlobal(name, value); } / char* GetGlobal(const(char)* name) { return IupGetGlobal(name); } / int GetFile(char *arq) { return IupGetFile(arq); } / void Message(const(char)* title, const(char)* msg) { IupMessage(title, msg); } / int Alarm(const(char)* title, const(char)* msg, const(char)* b1, const(char)* b2, const(char)* b3) { return IupAlarm(title, msg, b1, b2, b3); } / int ListDialog(int type, const(char)* title, int size, const(char)** list, int op, int max_col, int max_lin, int* marks) { return IupListDialog(type, title, size, list, op, max_col, max_lin, marks); } / int GetText(const(char)* title, char* text, int maxsize = 10240) { return IupGetText(title, text, maxsize); } / int GetColor(int x, int y, ubyte &r, ubyte &g, ubyte &b) { return IupGetColor(x, y, &r, &g, &b); } / int GetAllNames(char** names, int n) { return IupGetAllNames(names, n); } / int GetAllDialogs(char** names, int n) { return IupGetAllDialogs(names, n); }