class Fl_Secret_Input : public Fl_Input
A secret input does not let the user see the text, instead it displays
asterisks for each letter. And you cannot copy the text somewhere
else using the X selection mechanism or the cut/paste keys.
Fl_Secret_Input(int x,int y,int w,int h,const char *l =
0);