13 #include <sys/types.h> 42 char DefPwdSys[10]=
"nefertari";
50 sprintf(DefPwdSys,
"%s",
"nefertari");
52 DefPwdOk = strcmp( DefPwdSys, text );
70 sprintf(text,
"",
"");
void MObjectSetBackgroundRGB(MOBJECT obj, int r, int g, int b)
gui Gui
Graphic User Interface Structure.
shells Shells
Shells structure.
void MShellRealize(MOBJECT obj)
void MEditSetTextExt(MOBJECT edit, const char *text, int validated, int notify)
MOBJECT MCreateLabel(MOBJECT parent, const char *text, MTFont font)
void MObjectSetResize(MOBJECT obj, int resize_w, int resize_h)
void MShellUnrealize(MOBJECT obj)
void MShellDestroy(MOBJECT obj)
int MDCreateSh_PWD()
Password shell. Procedure that build the shell for the System password in order to access the control...
void MEditSetActCallback(MOBJECT edit, OBJ_STRING_CB cb, void *data)
MOBJECT MCreateHiddenEdit(MOBJECT parent, const char *text, int len, MTFont font, char shown_char)
MOBJECT MCreateShell(const char *title, int flags)
void MShellRaise(MOBJECT obj)
void ActPWDSysCB(MOBJECT edit, char *text, void *ed)
void MEditSetFilter(MOBJECT edit, int filter, const char *extra_chars)
MOBJECT Sh_PWD
Password Shell.
void MLoopWhileFlag(int *pflag, int value)
void MObjectSetForegroundRGB(MOBJECT obj, int r, int g, int b)
MOBJECT MCreateRowForm(MOBJECT parent)