#include <InfoMsgPopup.h>
Public Methods | |
| InfoMsgPopup (const string &title_, const string &msg_) | |
| void | set_text (const string &title_, const string &msg_) |
Private Attributes | |
| Gtk::Button | m_msg |
|
||||||||||||
|
Definition at line 27 of file InfoMsgPopup.cpp. References m_msg.
|
|
||||||||||||
|
Definition at line 41 of file InfoMsgPopup.cpp. References m_msg.
00042 {
00043 trace ("InfoMsgPopup::set_text");
00044
00045 set_title (title_.c_str ());
00046 m_msg.add_label (msg_);
00047 }
|
|
|
Definition at line 33 of file InfoMsgPopup.h. Referenced by InfoMsgPopup, and set_text. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002