Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

startup_tips Class Reference

Static only class, proving 'Did you know' tips on application startup. More...

#include <startup_tips.h>

List of all members.


Static Public Methods

bool  show_startup_tips (wxWindow *parent, bool is_menu_command=FALSE)
  Shows startup tips.


Detailed Description

Static only class, proving 'Did you know' tips on application startup.

Member Function Documentation

bool startup_tips::show_startup_tips wxWindow *    parent,
bool    is_menu_command = FALSE
[static]
 

Shows startup tips.

Parameters:
parent  Parent window.
style  of the tips (basic, advanced, rubberchicken, etc)
is_menu_command  TRUE if it is being summoned by a menu command (Usually Help > Show Tip...).