66 fDialog->Connect(
"CloseWindow()",
"TGPasswdDialog",
this,
"CloseWindow()");
78 fPasswd->Connect(
"ReturnPressed()",
"TGPasswdDialog",
this,
"ReturnPressed()");
85 fOk->Connect(
"Clicked()",
"TGPasswdDialog",
this,
"ReturnPressed()");
88 fDialog->SetWindowName(
"Password dialog");
89 fDialog->SetIconName(
"Password dialog");
106 (mw - width) >> 1, (mh - height) >> 1, ax, ay, wdum);
108 fDialog->SetWMPosition(ax, ay);
111 fDialog->SetWMSize(width, height);
112 fDialog->SetWMSizeHints(width, height, width, height, 0, 0);
Error("WriteTObject","The current directory (%s) is not associated with a file. The object (%s) has not been written.", GetName(), objname)
TGPasswdDialog(const char *prompt, char *pwdbuf, Int_t pwdlenmax, UInt_t w=400, UInt_t h=400)
Create an editor in a dialog.
A text buffer is used in several widgets, like TGTextEntry, TGFileDialog, etc.
A TGTextEntry is a one line text input widget.