FileControl
class FileControl : public BView {
FileControl(const char* name, const char* label,
virtual ~FileControl();
class MailFileConfigView : public FileControl {
FileControl* fFileControl;
fFileControl = new FileControl("arg", NULL,
FileControl::SetText(const char* pathOfFile)
FileControl::Text() const
FileControl::SetEnabled(bool enabled)
FileControl(name, label, defaultPath, flavors),
FileControl::FileControl(const char* name, const char* label,
FileControl::~FileControl()
FileControl::AttachedToWindow()
FileControl::MessageReceived(BMessage* msg)