include/uiutils/uicustomization.h

Go to the documentation of this file.
00001 
00002 // Name:        uicustomization.h
00003 // Purpose:     UI customization for communicating between app and dialogs
00004 // Author:      Julian Smart
00005 // Modified by:
00006 // Created:     2008-11-18
00007 // RCS-ID:      $Id$
00008 // Copyright:   (c) Julian Smart
00009 // Licence:     New BSD License
00011 
00012 #ifndef __UICUSTOMIZATION_H__
00013 #define __UICUSTOMIZATION_H__
00014 
00019 class wxUICustomization: public wxObject
00020 {
00021 public:
00022     wxUICustomization() {}
00023 
00024     virtual bool ShowHelp(int WXUNUSED(helpId), wxWindow* WXUNUSED(win)) { return false; }
00025     virtual bool UseToolTips() const { return true; }
00026 };
00027 
00028 #endif
00029     // __UICUSTOMIZATION_H__

Generated on Wed May 6 19:20:19 2009 for AxTk by  doxygen 1.5.1