wxMaxima
|
A minimalistic Tip of the day dialogue. More...
#include <TipOfTheDay.h>
Public Member Functions | |
TipOfTheDay (wxWindow *parent) | |
Protected Member Functions | |
void | OnNextButton (wxCommandEvent &dummy) |
void | OnPreviousButton (wxCommandEvent &dummy) |
void | OnOkButton (wxCommandEvent &dummy) |
A minimalistic Tip of the day dialogue.
We roll our own dialogue here as the one from wxWidgets is modal (which means it blocks the application until it is closed) and Ubuntu's Focus Stealing Prevention makes it pop up below wxMaxima (which means the user has no means of finding out it needs closing).
For details see https://trac.wxwidgets.org/ticket/17974.