14 #include <tdelibs_export.h>
47 KWindowInfo( TQWidget *parent,
const char *name=0 );
69 static void showMessage( TQWidget *window,
const TQString &text,
int timeout = -1 );
75 static void showMessage( TQWidget *window,
const TQString &text,
76 const TQPixmap &pix,
int timeout = -1 );
82 void message(
const TQString &text );
87 void message(
const TQString &text,
const TQPixmap &pix );
92 void message(
const TQString &text,
int timeout );
101 void message(
const TQString &text,
const TQPixmap &pix,
int timeout );
106 void permanent(
const TQString &text );
111 void permanent(
const TQString &text,
const TQPixmap &pix );
117 virtual void display(
const TQString &text,
const TQPixmap &pix );
129 virtual void restore();
134 TQPixmap oldMiniIcon;
Displays messages in the window icon and title.
bool autoDelete() const
Returns true iff the object should delete itself when it resets.
void setAutoDelete(bool enable)
Set to true if you want the object to delete itself when the message timeout occurs.