00001 #ifndef __wxContour_MenuBar_h_INCLUDED_H__ 00002 #define __wxContour_MenuBar_h_INCLUDED_H__ 00003 00004 00005 // ----------------------------------------------------------------------------------------------------------- 00006 // WX headers inclusion. 00007 // For compilers that support precompilation, includes <wx/wx.h>. 00008 // ----------------------------------------------------------------------------------------------------------- 00009 00010 #include <wx/wxprec.h> 00011 #ifdef __BORLANDC__ 00012 #pragma hdrstop 00013 #endif 00014 #ifndef WX_PRECOMP 00015 #include <wx/wx.h> 00016 #endif 00017 00018 00019 //------------------------------------------------------------------------------------------------------------ 00020 // Includes 00021 //------------------------------------------------------------------------------------------------------------ 00022 00023 00024 //------------------------------------------------------------------------------------------------------------ 00025 // Events declaration 00026 //------------------------------------------------------------------------------------------------------------ 00027 /*BEGIN_DECLARE_EVENT_TYPES() 00028 DECLARE_EVENT_TYPE( wxEVT_CONCEPT_RELEASE, -1 ) 00029 END_DECLARE_EVENT_TYPES()*/ 00030 00034 //------------------------------------------------------------------------------------------------------------ 00035 // Class definition 00036 //------------------------------------------------------------------------------------------------------------ 00037 class wxContour_MenuBar : public wxScrolledWindow { 00038 00039 public: 00040 00041 //------------------------------------------------------------------------------------------------------------ 00042 // Constructors & Destructors 00043 //------------------------------------------------------------------------------------------------------------ 00044 00045 00046 //------------------------------------------------------------------------------------------------------------ 00047 // Methods for capturing events 00048 //------------------------------------------------------------------------------------------------------------ 00049 00050 00051 //------------------------------------------------------------------------------------------------------------ 00052 // Methods for sending events 00053 //------------------------------------------------------------------------------------------------------------ 00054 void sendEnvent( WXTYPE theEventType ); 00055 00056 00057 //------------------------------------------------------------------------------------------------------------ 00058 // Attributes getters and setters 00059 //------------------------------------------------------------------------------------------------------------ 00060 00061 //------------------------------------------------------------------------------------------------------------ 00062 // Other functional methods 00063 //------------------------------------------------------------------------------------------------------------ 00064 00065 private: 00066 //------------------------------------------------------------------------------------------------------------ 00067 // Private methods 00068 //------------------------------------------------------------------------------------------------------------ 00069 00070 //------------------------------------------------------------------------------------------------------------ 00071 // Creational and initialization methods 00072 //------------------------------------------------------------------------------------------------------------ 00073 00074 00075 //------------------------------------------------------------------------------------------------------------ 00076 // Attributtes 00077 //------------------------------------------------------------------------------------------------------------ 00078 00079 00080 }; 00081 #endif // __wxContour_MenuBar_HEADER_FILE__ 00082 00083