repo_name
stringclasses
10 values
file_path
stringlengths
29
222
content
stringlengths
24
926k
extention
stringclasses
5 values
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/helpbase.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/helpbase.h // Purpose: Help system base classes // Author: Julian Smart // Modified by: // Created: 04/01/98 // Copyright: (c) Julian Smart // Licence: wxWindows licence //////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/statline.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/statline.h // Purpose: wxStaticLine class interface // Author: Vadim Zeitlin // Created: 28.06.99 // Copyright: (c) 1999 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/persist.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/persist.h // Purpose: common classes for persistence support // Author: Vadim Zeitlin // Created: 2009-01-18 // Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWindows licence ////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/fmappriv.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/fmappriv.h // Purpose: private wxFontMapper stuff, not to be used by the library users // Author: Vadim Zeitlin // Modified by: // Created: 21.06.2003 (extracted from common/fontmap.cpp) // Copyright: (c) 1...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/typeinfo.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/typeinfo.h // Purpose: wxTypeId implementation // Author: Jaakko Salli // Created: 2009-11-19 // Copyright: (c) wxWidgets Team // Licence: wxWindows licence /////////////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/dvrenderers.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/dvrenderers.h // Purpose: Declare all wxDataViewCtrl classes // Author: Robert Roebling, Vadim Zeitlin // Created: 2009-11-08 (extracted from wx/dataview.h) // Copyright: (c) 2006 Robert Roebling // ...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/splash.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/splash.h // Purpose: Base header for wxSplashScreen // Author: Julian Smart // Modified by: // Created: // Copyright: (c) Julian Smart // Licence: wxWindows Licence ///////////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/cmdproc.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/cmdproc.h // Purpose: undo/redo capable command processing framework // Author: Julian Smart (extracted from docview.h by VZ) // Modified by: // Created: 05.11.00 // Copyright: (c) wxWidgets team // Licence...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/string.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/string.h // Purpose: wxString class // Author: Vadim Zeitlin // Modified by: // Created: 29/01/98 // Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> // Licence: wxWindows licence ////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/sashwin.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/sashwin.h // Purpose: Base header for wxSashWindow // Author: Julian Smart // Modified by: // Created: // Copyright: (c) Julian Smart // Licence: wxWindows Licence ////////////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/help.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/help.h // Purpose: wxHelpController base header // Author: wxWidgets Team // Modified by: // Created: // Copyright: (c) Julian Smart // Licence: wxWindows licence /////////////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/archive.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/archive.h // Purpose: Streams for archive formats // Author: Mike Wetherell // Copyright: (c) 2004 Mike Wetherell // Licence: wxWindows licence ////////////////////////////////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/print.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/print.h // Purpose: Base header for printer classes // Author: Julian Smart // Modified by: // Created: // Copyright: (c) Julian Smart // Licence: wxWindows Licence ///////////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/compiler.h
/* * Name: wx/compiler.h * Purpose: Compiler-specific macro definitions. * Author: Vadim Zeitlin * Created: 2013-07-13 (extracted from wx/platform.h) * Copyright: (c) 1997-2013 Vadim Zeitlin <vadim@wxwidgets.org> * Licence: wxWindows licence */ /* THIS IS A C FILE, DON'T USE C++ FEATUR...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/wxchar.h
////////////////////////////////////////////////////////////////////////////// // Name: wx/wxchar.h // Purpose: Declarations common to wx char/wchar_t usage (wide chars) // Author: Joel Farley, Ove Kåven // Modified by: Vadim Zeitlin, Robert Roebling, Ron Lee // Created: 1998/06/12 // Copyright: (...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/ptr_scpd.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/ptr_scpd.h // Purpose: compatibility wrapper for wxScoped{Ptr,Array} // Author: Vadim Zeitlin // Created: 2009-02-03 // Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWindows lice...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/containr.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/containr.h // Purpose: wxControlContainer and wxNavigationEnabled declarations // Author: Vadim Zeitlin // Modified by: // Created: 06.08.01 // Copyright: (c) 2001, 2011 Vadim Zeitlin <zeitlin@dptmaths.ens-...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/datetime.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/datetime.h // Purpose: declarations of time/date related classes (wxDateTime, // wxTimeSpan) // Author: Vadim Zeitlin // Modified by: // Created: 10.02.99 // Copyright: (c) 1998 Vadim Zeitlin <ze...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/itemattr.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/itemattr.h // Purpose: wxItemAttr class declaration // Author: Vadim Zeitlin // Created: 2016-04-16 (extracted from wx/listctrl.h) // Copyright: (c) 2016 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: ...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/fontpicker.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/fontpicker.h // Purpose: wxFontPickerCtrl base header // Author: Francesco Montorsi // Modified by: // Created: 14/4/2006 // Copyright: (c) Francesco Montorsi // Licence: wxWindows Licence ///////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/gbsizer.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/gbsizer.h // Purpose: wxGridBagSizer: A sizer that can lay out items in a grid, // with items at specified cells, and with the option of row // and/or column spanning // // Author: Robin ...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/settings.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/settings.h // Purpose: wxSystemSettings class // Author: Julian Smart // Modified by: // Created: 01/02/97 // Copyright: (c) Julian Smart // Licence: wxWindows licence ////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/frame.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/frame.h // Purpose: wxFrame class interface // Author: Vadim Zeitlin // Modified by: // Created: 15.11.99 // Copyright: (c) wxWidgets team // Licence: wxWindows licence ///////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/animdecod.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/animdecod.h // Purpose: wxAnimationDecoder // Author: Francesco Montorsi // Copyright: (c) 2006 Francesco Montorsi // Licence: wxWindows licence ///////////////////////////////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/encinfo.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/encinfo.h // Purpose: declares wxNativeEncodingInfo struct // Author: Vadim Zeitlin // Modified by: // Created: 19.09.2003 (extracted from wx/fontenc.h) // Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwidgets...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/thrimpl.cpp
///////////////////////////////////////////////////////////////////////////// // Name: wx/thrimpl.cpp // Purpose: common part of wxThread Implementations // Author: Vadim Zeitlin // Modified by: // Created: 04.06.02 (extracted from src/*/thread.cpp files) // Copyright: (c) Vadim Zeitlin (2002) // ...
cpp
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/strconv.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/strconv.h // Purpose: conversion routines for char sets any Unicode // Author: Ove Kaaven, Robert Roebling, Vadim Zeitlin // Modified by: // Created: 29/01/98 // Copyright: (c) 1998 Ove Kaaven, Robert Roebl...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/buffer.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/buffer.h // Purpose: auto buffer classes: buffers which automatically free memory // Author: Vadim Zeitlin // Modified by: // Created: 12.04.99 // Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cac...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/vms_x_fix.h
/*************************************************************************** * * * Author : Jouk Jansen (joukj@hrem.stm.tudelft.nl) * * * * Last revi...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/hashmap.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/hashmap.h // Purpose: wxHashMap class // Author: Mattia Barbon // Modified by: // Created: 29/01/2002 // Copyright: (c) Mattia Barbon // Licence: wxWindows licence ////////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/fontdata.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/fontdata.h // Author: Julian Smart // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_FONTDATA_H_ #define _WX_F...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/peninfobase.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/peninfobase.h // Purpose: Declaration of wxPenInfoBase class and related constants // Author: Adrien Tétar, Vadim Zeitlin // Created: 2017-09-10 // Copyright: (c) 2017 Vadim Zeitlin <vadim@wxwidgets.org> //...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/versioninfo.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/versioninfo.h // Purpose: declaration of wxVersionInfo class // Author: Troels K // Created: 2010-11-22 // Copyright: (c) 2010 wxWidgets team // Licence: wxWindows licence //////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/ptr_shrd.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/ptr_shrd.h // Purpose: compatibility wrapper for wx/sharedptr.h // Author: Vadim Zeitlin // Created: 2009-02-03 // Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWindows licence /...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/log.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/log.h // Purpose: Assorted wxLogXXX functions, and wxLog (sink for logs) // Author: Vadim Zeitlin // Modified by: // Created: 29/01/98 // Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> // ...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/ioswrap.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/ioswrap.h // Purpose: includes the correct iostream headers for current compiler // Author: Vadim Zeitlin // Modified by: // Created: 03.02.99 // Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cach...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/bmpcbox.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/bmpcbox.h // Purpose: wxBitmapComboBox base header // Author: Jaakko Salli // Modified by: // Created: Aug-31-2006 // Copyright: (c) Jaakko Salli // Licence: wxWindows licence ////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/dataobj.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/dataobj.h // Purpose: common data object classes // Author: Vadim Zeitlin, Robert Roebling // Modified by: // Created: 26.05.99 // Copyright: (c) wxWidgets Team // Licence: wxWindows licence ///////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/power.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/power.h // Purpose: functions and classes for system power management // Author: Vadim Zeitlin // Modified by: // Created: 2006-05-27 // Copyright: (c) 2006 Vadim Zeitlin <vadim@wxwindows.org> // Licence: ...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/statbox.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/statbox.h // Purpose: wxStaticBox base header // Author: Julian Smart // Modified by: // Created: // Copyright: (c) Julian Smart // Licence: wxWindows licence /////////////////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/arrimpl.cpp
/////////////////////////////////////////////////////////////////////////////// // Name: wx/arrimpl.cpp // Purpose: helper file for implementation of dynamic lists // Author: Vadim Zeitlin // Modified by: // Created: 16.10.97 // Copyright: (c) 1997 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> //...
cpp
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/utils.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/utils.h // Purpose: Miscellaneous utilities // Author: Julian Smart // Modified by: // Created: 29/01/98 // Copyright: (c) 1998 Julian Smart // Licence: wxWindows licence /////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/testing.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/testing.h // Purpose: helpers for GUI testing // Author: Vaclav Slavik // Created: 2012-08-28 // Copyright: (c) 2012 Vaclav Slavik // Licence: wxWindows Licence ///////////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/richmsgdlg.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/richmsgdlg.h // Purpose: wxRichMessageDialogBase // Author: Rickard Westerlund // Created: 2010-07-03 // Copyright: (c) 2010 wxWidgets team // Licence: wxWindows licence //////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/tbarbase.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/tbarbase.h // Purpose: Base class for toolbar classes // Author: Julian Smart // Modified by: // Created: 01/02/97 // Copyright: (c) Julian Smart // Licence: wxWindows licence ////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/control.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/control.h // Purpose: wxControl common interface // Author: Vadim Zeitlin // Modified by: // Created: 26.07.99 // Copyright: (c) wxWidgets team // Licence: wxWindows licence //////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/time.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/time.h // Purpose: Miscellaneous time-related functions. // Author: Vadim Zeitlin // Created: 2011-11-26 // Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWindows licence ////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/fdrepdlg.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/fdrepdlg.h // Purpose: wxFindReplaceDialog class // Author: Markus Greither and Vadim Zeitlin // Modified by: // Created: 23/03/2001 // Copyright: (c) Markus Greither // Licence: wxWindows licence ///////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/chkconf.h
/* * Name: wx/chkconf.h * Purpose: check the config settings for consistency * Author: Vadim Zeitlin * Modified by: * Created: 09.08.00 * Copyright: (c) 2000 Vadim Zeitlin <vadim@wxwidgets.org> * Licence: wxWindows licence */ /* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR ...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/xtistrm.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/xtistrm.h // Purpose: streaming runtime metadata information (extended class info) // Author: Stefan Csomor // Modified by: // Created: 27/07/03 // Copyright: (c) 2003 Stefan Csomor // Licence: wxWindows ...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/dcprint.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/dcprint.h // Purpose: wxPrinterDC base header // Author: Julian Smart // Modified by: // Created: // Copyright: (c) Julian Smart // Licence: wxWindows Licence /////////////////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/printdlg.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/printdlg.h // Purpose: Base header and class for print dialogs // Author: Julian Smart // Modified by: // Created: // Copyright: (c) Julian Smart // Licence: wxWindows Licence ////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/fs_inet.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/fs_inet.h // Purpose: HTTP and FTP file system // Author: Vaclav Slavik // Copyright: (c) 1999 Vaclav Slavik // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/config.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/config.h // Purpose: wxConfig base header // Author: Julian Smart // Modified by: // Created: // Copyright: (c) Julian Smart // Licence: wxWindows licence /////////////////////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/confbase.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/confbase.h // Purpose: declaration of the base class of all config implementations // (see also: fileconf.h and msw/regconf.h and iniconf.h) // Author: Karsten Ballueder & Vadim Zeitlin // Modified b...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/pickerbase.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/pickerbase.h // Purpose: wxPickerBase definition // Author: Francesco Montorsi (based on Vadim Zeitlin's code) // Modified by: // Created: 14/4/2006 // Copyright: (c) Vadim Zeitlin, Francesco Montorsi // Lice...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/mimetype.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/mimetype.h // Purpose: classes and functions to manage MIME types // Author: Vadim Zeitlin // Modified by: // Chris Elliott (biol75@york.ac.uk) 5 Dec 00: write support for Win32 // Created: 23.09.98 // Copyrig...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/colordlg.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/colordlg.h // Purpose: wxColourDialog // Author: Vadim Zeitlin // Modified by: // Created: 01/02/97 // Copyright: (c) wxWidgets team // Licence: wxWindows licence /////////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/button.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/button.h // Purpose: wxButtonBase class // Author: Vadim Zeitlin // Modified by: // Created: 15.08.00 // Copyright: (c) Vadim Zeitlin // Licence: wxWindows licence ////////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/scopedptr.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/scopedptr.h // Purpose: scoped smart pointer class // Author: Jesse Lovelace <jllovela@eos.ncsu.edu> // Created: 06/01/02 // Copyright: (c) Jesse Lovelace and original Boost authors (see below) // ...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/treectrl.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/treectrl.h // Purpose: wxTreeCtrl base header // Author: Karsten Ballueder // Modified by: // Created: // Copyright: (c) Karsten Ballueder // Licence: wxWindows licence ///////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/textctrl.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/textctrl.h // Purpose: wxTextAttr and wxTextCtrlBase class - the interface of wxTextCtrl // Author: Vadim Zeitlin // Modified by: // Created: 13.07.99 // Copyright: (c) Vadim Zeitlin // Licence: wxWindo...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/rearrangectrl.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/rearrangectrl.h // Purpose: various controls for rearranging the items interactively // Author: Vadim Zeitlin // Created: 2008-12-15 // Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: ...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/bannerwindow.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/bannerwindow.h // Purpose: wxBannerWindow class declaration // Author: Vadim Zeitlin // Created: 2011-08-16 // Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWindows licence /////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/wxprec.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/wxprec.h // Purpose: Includes the appropriate files for precompiled headers // Author: Julian Smart // Modified by: // Created: 01/02/97 // Copyright: (c) Julian Smart // Licence: wxWindows licence //////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/wrapsizer.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/wrapsizer.h // Purpose: provide wrapping sizer for layout (wxWrapSizer) // Author: Arne Steinarson // Created: 2008-05-08 // Copyright: (c) Arne Steinarson // Licence: wxWindows licence //////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/platform.h
/** * Name: wx/platform.h * Purpose: define the OS and compiler identification macros * Author: Vadim Zeitlin * Modified by: * Created: 29.10.01 (extracted from wx/defs.h) * Copyright: (c) 1997-2001 Vadim Zeitlin * Licence: wxWindows licence */ /* THIS IS A C FILE, DON'T USE C++ FEATURES (IN ...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/aboutdlg.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/aboutdlg.h // Purpose: declaration of wxAboutDialog class // Author: Vadim Zeitlin // Created: 2006-10-07 // Copyright: (c) 2006 Vadim Zeitlin <vadim@wxwindows.org> // Licence: wxWindows licence ///////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/checkeddelete.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/checkeddelete.h // Purpose: wxCHECKED_DELETE() macro // Author: Vadim Zeitlin // Created: 2009-02-03 // Copyright: (c) 2002-2009 wxWidgets dev team // Licence: wxWindows licence ////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/ownerdrw.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/ownerdrw.h // Purpose: interface for owner-drawn GUI elements // Author: Vadim Zeitlin // Modified by: Marcin Malich // Created: 11.11.97 // Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/textbuf.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/textbuf.h // Purpose: class wxTextBuffer to work with text buffers of _small_ size // (buffer is fully loaded in memory) and which understands CR/LF // differences between platforms. // Creat...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/fontenum.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/fontenum.h // Purpose: wxFontEnumerator class for getting available fonts // Author: Julian Smart, Vadim Zeitlin // Modified by: extended to enumerate more than just font facenames and works // not onl...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/textwrapper.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/textwrapper.h // Purpose: declaration of wxTextWrapper class // Author: Vadim Zeitlin // Created: 2009-05-31 (extracted from dlgcmn.cpp via wx/private/stattext.h) // Copyright: (c) 1999, 2009 Vadim Zeitlin ...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/headercol.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/headercol.h // Purpose: declaration of wxHeaderColumn class // Author: Vadim Zeitlin // Created: 2008-12-02 // Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWindows licence /////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/prntbase.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/prntbase.h // Purpose: Base classes for printing framework // Author: Julian Smart // Modified by: // Created: 01/02/97 // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/validate.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/validate.h // Purpose: wxValidator class // Author: Julian Smart // Modified by: // Created: 29/01/98 // Copyright: (c) 1998 Julian Smart // Licence: wxWindows licence ////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/wupdlock.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/wupdlock.h // Purpose: wxWindowUpdateLocker prevents window redrawing // Author: Vadim Zeitlin // Created: 2006-03-06 // Copyright: (c) 2006 Vadim Zeitlin <vadim@wxwindows.org> // Licence: wxWindows lic...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/fswatcher.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/fswatcher.h // Purpose: wxFileSystemWatcherBase // Author: Bartosz Bekier // Created: 2009-05-23 // Copyright: (c) 2009 Bartosz Bekier <bartosz.bekier@gmail.com> // Licence: wxWindows licence ////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/anystr.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/anystr.h // Purpose: wxAnyStrPtr class declaration // Author: Vadim Zeitlin // Created: 2009-03-23 // Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWindows licence //////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/dir.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/dir.h // Purpose: wxDir is a class for enumerating the files in a directory // Author: Vadim Zeitlin // Modified by: // Created: 08.12.99 // Copyright: (c) 1999 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> ...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/paper.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/paper.h // Purpose: Paper database types and classes // Author: Julian Smart // Modified by: // Created: 01/02/97 // Copyright: (c) Julian Smart // Licence: wxWindows licence /////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/zipstrm.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/zipstrm.h // Purpose: Streams for Zip files // Author: Mike Wetherell // Copyright: (c) Mike Wetherell // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/xrc/xh_grid.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/xrc/xh_grid.h // Purpose: XML resource handler for wxGrid // Author: Agron Selimaj // Created: 2005/08/11 // Copyright: (c) 2005 Agron Selimaj, Freepour Controls Inc. // Licence: wxWindows licence ///////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/xrc/xh_stlin.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/xrc/xh_stlin.h // Purpose: XML resource handler for wxStaticLine // Author: Vaclav Slavik // Created: 2000/09/00 // Copyright: (c) 2000 Vaclav Slavik // Licence: wxWindows licence ////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/xrc/xh_stbmp.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/xrc/xh_stbmp.h // Purpose: XML resource handler for wxStaticBitmap // Author: Vaclav Slavik // Created: 2000/04/22 // Copyright: (c) 2000 Vaclav Slavik // Licence: wxWindows licence //////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/xrc/xh_bmpbt.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/xrc/xh_bmpbt.h // Purpose: XML resource handler for bitmap buttons // Author: Brian Gavin // Created: 2000/03/05 // Copyright: (c) 2000 Brian Gavin // Licence: wxWindows licence //////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/xrc/xh_bannerwindow.h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/xrc/xh_bannerwindow.h // Purpose: Declaration of wxBannerWindow XRC handler. // Author: Vadim Zeitlin // Created: 2011-08-16 // Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWind...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/xrc/xh_notbk.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/xrc/xh_notbk.h // Purpose: XML resource handler for wxNotebook // Author: Vaclav Slavik // Copyright: (c) 2000 Vaclav Slavik // Licence: wxWindows licence /////////////////////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/xrc/xh_panel.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/xrc/xh_panel.h // Purpose: XML resource handler for wxPanel // Author: Vaclav Slavik // Created: 2000/03/05 // Copyright: (c) 2000 Vaclav Slavik // Licence: wxWindows licence /////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/xrc/xh_cald.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/xrc/xh_cald.h // Purpose: XML resource handler for wxCalendarCtrl // Author: Brian Gavin // Created: 2000/09/09 // Copyright: (c) 2000 Brian Gavin // Licence: wxWindows licence ///////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/xrc/xh_text.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/xrc/xh_text.h // Purpose: XML resource handler for wxTextCtrl // Author: Aleksandras Gluchovas // Created: 2000/03/21 // Copyright: (c) 2000 Aleksandras Gluchovas // Licence: wxWindows licence ///////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/xrc/xh_datectrl.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/xrc/xh_datectrl.h // Purpose: XML resource handler for wxDatePickerCtrl // Author: Vaclav Slavik // Created: 2005-02-07 // Copyright: (c) 2005 Vaclav Slavik // Licence: wxWindows licence /////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/xrc/xh_dirpicker.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/xrc/xh_dirpicker.h // Purpose: XML resource handler for wxDirPickerCtrl // Author: Francesco Montorsi // Created: 2006-04-17 // Copyright: (c) 2006 Francesco Montorsi // Licence: wxWindows licence ///////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/xrc/xh_combo.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/xrc/xh_combo.h // Purpose: XML resource handler for wxComboBox // Author: Bob Mitchell // Created: 2000/03/21 // Copyright: (c) 2000 Bob Mitchell and Verant Interactive // Licence: wxWindows licence /////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/xrc/xh_dlg.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/xrc/xh_dlg.h // Purpose: XML resource handler for dialogs // Author: Vaclav Slavik // Created: 2000/03/05 // Copyright: (c) 2000 Vaclav Slavik // Licence: wxWindows licence ///////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/xrc/xh_scwin.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/xrc/xh_scwin.h // Purpose: XML resource handler for wxScrolledWindow // Author: Vaclav Slavik // Created: 2002/10/18 // Copyright: (c) 2002 Vaclav Slavik // Licence: wxWindows licence ////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/xrc/xh_slidr.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/xrc/xh_slidr.h // Purpose: XML resource handler for wxSlider // Author: Bob Mitchell // Created: 2000/03/21 // Copyright: (c) 2000 Bob Mitchell and Verant Interactive // Licence: wxWindows licence ///////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/xrc/xh_tree.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/xrc/xh_tree.h // Purpose: XML resource handler for wxTreeCtrl // Author: Brian Gavin // Created: 2000/09/09 // Copyright: (c) 2000 Brian Gavin // Licence: wxWindows licence ///////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/xrc/xmlres.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/xrc/xmlres.h // Purpose: XML resources // Author: Vaclav Slavik // Created: 2000/03/05 // Copyright: (c) 2000 Vaclav Slavik // Licence: wxWindows licence //////////////////////////////////////////////////...
h
rticonnextdds-usecases
data/projects/rticonnextdds-usecases/VehicleTracking/ExampleCode/thirdparty/wxWidgets-3.1.2/Linux/include/wx/xrc/xh_treebk.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/xrc/xh_treebk.h // Purpose: XML resource handler for wxTreebook // Author: Evgeniy Tarassov // Created: 2005/09/28 // Copyright: (c) 2005 TT-Solutions <vadim@tt-solutions.com> // Licence: wxWindows licenc...
h