xh_slidrcombo.h

Go to the documentation of this file.
00001 
00002 // Name:        wx/xrc/xh_odcombo.h
00003 // Purpose:     XML resource handler for wxOwnerDrawnComboBox
00004 // Author:      Alex Bligh - based on wx/xrc/xh_combo.h
00005 // Created:     2006/06/19
00006 // RCS-ID:      $Id: xh_odcombo.h,v 1.1 2006/06/20 12:26:05 ABX Exp $
00007 // Copyright:   (c) 2006 Alex Bligh
00008 // Licence:     wxWindows licence
00010 
00011 #ifndef _WX_XH_SLIDERCOMBO_H_
00012 #define _WX_XH_SLIDERCOMBO_H_
00013 
00014 #define wxXTRA_XH_SLIDERCOMBO
00015 
00016 #include <wx/xrc/xmlres.h>
00017 
00018 //#if wxUSE_SLIDERCOMBO
00019 
00020 class WXDLLIMPEXP_XRC wxSliderComboXmlHandler : public wxXmlResourceHandler
00021 {
00022 DECLARE_DYNAMIC_CLASS(wxSliderComboBoxHandler)
00023 public:
00024     wxSliderComboXmlHandler();
00025     virtual wxObject *DoCreateResource();
00026     virtual bool CanHandle(wxXmlNode *node);
00027 };
00028 
00029 //#endif
00030 
00031 #endif // _WX_XH_SLIDERCOMBO_H_

Generated on Sat Nov 10 03:49:02 2007 for Camelot by  doxygen 1.4.4