32 #ifndef _KMAIL_HTMLSTATUSBAR_H_
33 #define _KMAIL_HTMLSTATUSBAR_H_
65 HtmlStatusBar( TQWidget * parent=0, const char * name=0, WFlags f=0 );
75 Mode mode() const { return mMode ; }
76 bool isHtml() const { return mode() == Html ; }
77 bool isNormal() const { return mode() == Normal ; }
78 bool isNeutral() const { return mode() == Neutral ; }
92 TQString message() const;
93 TQColor bgColor() const;
94 TQColor fgColor() const;
101 #endif // _KMAIL_HTMLSTATUSBAR_H_
|