wxMaxima
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions
TipOfTheDay Class Reference

A minimalistic Tip of the day dialogue. More...

#include <TipOfTheDay.h>

Inheritance diagram for TipOfTheDay:
[legend]
Collaboration diagram for TipOfTheDay:
[legend]

Public Member Functions

 TipOfTheDay (wxWindow *parent)
 

Protected Member Functions

void OnNextButton (wxCommandEvent &dummy)
 
void OnPreviousButton (wxCommandEvent &dummy)
 
void OnOkButton (wxCommandEvent &dummy)
 

Detailed Description

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.


The documentation for this class was generated from the following files: