#include <popup.h>
Inheritance diagram for Popup:

Public Member Functions | |
| Popup (char *ident) | |
| virtual int | getvalue () |
| virtual void | enable () |
| void | set_trigger (ButtonBase *button, bool disable_othermenu=true, int dx=0, int dy=0, bool place_relative2mouse=true, bool place_relative2window=false) |
Classes | |
| class | TriggerMechanism |
There's a method which allows the popup to return an integer value to the main program.
|
|
constructor |
|
|
changes the "disabled" flag Reimplemented from TWindow. |
|
|
this allows you to acces the return value, but you can use this only once (after the submenu was closed); otherwise it returns -1. |
|
||||||||||||||||||||||||||||
|
creates a trigger |
1.4.6-NO