Public Member Functions | |
dialog_box (const std::string &message, const std::string &title="Information", panel *parent=0) | |
dialog_box (const std::string &title, panel *parent) | |
Protected Member Functions | |
void | quit () |
Protected Attributes | |
button_bar | bar_ |
Main | main_ |
Private Member Functions | |
virtual void | draw () |
Private Attributes | |
std::string | title_ |
|
version of constructor with setting text to the top widget, usefull to the information widgets like MessageBox, YesNoBox etc. |
|
version of constructor without setting text to the top widget, usefull for the widgets like file selection |
|
draw frame on the panel Reimplemented from ndk::frame. |
|
|
|
|
|
|
|
title of the dialog |