57     void show(
const bool allow_interaction = 
false,
 
   58               const unsigned auto_close_time = 0);
 
The popup class shows windows that are shown non-modal.
 
modeless_dialog(const std::string &window_id)
 
friend std::string get_modeless_dialog_id(const modeless_dialog &dialog)
Special helper function to get the id of the window.
 
void show(const bool allow_interaction=false, const unsigned auto_close_time=0)
Shows the window.
 
virtual const std::string & window_id() const
The ID of the window to build.
 
virtual ~modeless_dialog()
 
base class of top level items, the only item which needs to store the final canvases to draw on.