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

startup_tips.h

Go to the documentation of this file.
      00001 //----------------------------------------------------------------------------------------
      00011 // RCS-ID:      $Id: startup_tips.h,v 1.8 2003/03/09 01:35:34 robertoconnor Exp $
      00012 //----------------------------------------------------------------------------------------
      00013 
      00014 //----------------------------------------------------------------------------------------
      00015 // Begin single inclusion of this .h file condition
      00016 //----------------------------------------------------------------------------------------
      00017 
      00018 #ifndef _STARTUP_TIPS_H_
      00019 #define _STARTUP_TIPS_H_
      00020 
      00021 //----------------------------------------------------------------------------------------
      00022 // GCC interface
      00023 //----------------------------------------------------------------------------------------
      00024 
      00025 #if defined(__GNUG__) && ! defined(__APPLE__)
      00026     #pragma interface "startup_tips.h"
      00027 #endif
      00028 
      00029 //----------------------------------------------------------------------------------------
      00030 // Shared defines
      00031 //----------------------------------------------------------------------------------------
      00032 
      00033 #include "plucker_defines.h"
      00034 
      00035 //----------------------------------------------------------------------------------------
      00036 // Begin feature removal condition
      00037 //----------------------------------------------------------------------------------------
      00038 
      00039 #if ( setupUSE_STARTUP_TIPS )
      00040 
      00041 //----------------------------------------------------------------------------------------
      00042 // Headers
      00043 //----------------------------------------------------------------------------------------
      00044 
      00045 #include "wx/tipdlg.h"              // wxTipProvider and related
      00046 
      00047 //----------------------------------------------------------------------------------------
      00048 // Class definition: startup_tips
      00049 //----------------------------------------------------------------------------------------
      00050 
      00052 class startup_tips
      00053 {
      00054 
      00055 public:
      00056 
      00058 
      00064     static bool show_startup_tips( wxWindow* parent, 
      00065                                    bool is_menu_command = FALSE
      00066                                  );
      00067 };
      00068 
      00069 //----------------------------------------------------------------------------------------
      00070 // End feature removal condition
      00071 //----------------------------------------------------------------------------------------
      00072 
      00073 #endif  // setupUSE_STARTUP_TIPS
      00074 
      00075 //----------------------------------------------------------------------------------------
      00076 // End single inclusion of this .h file condition
      00077 //----------------------------------------------------------------------------------------
      00078 
      00079 #endif  //_startup_tips_H_