8 #ifndef _CREDENTIALS_WINDOW_H_ 9 #define _CREDENTIALS_WINDOW_H_ 11 #include <InterfaceKit.h> BTextControl * fPassword
The text control for password.
char * fUsernamePtr
The username pointer.
virtual void MessageReceived(BMessage *)
The handler to receive messages.
BTextControl * fUsername
The text control for username.
char * fPasswordPtr
The password pointer.
The Credentials Window class.
CredentialsWindow(char *, char *)
Constructor for CredentialsWindow.