text
stringlengths
1
24.5M
///////////////////////////////////////////////////////////////////////////// // Name: wx/wfstream.h // Purpose: File stream classes // Author: Guilhem Lavaux // Modified by: // Created: 11/07/98 // Copyright: (c) Guilhem Lavaux // Licence: wxWindows licence ///////////////////////////////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/window.h // Purpose: wxWindowBase class - the interface of wxWindow // Author: Vadim Zeitlin // Modified by: Ron Lee // Created: 01/02/97 // Copyright: (c) Vadim Zeitlin // Licence: wxWindows licence //...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/windowid.h // Purpose: wxWindowID class - a class for managing window ids // Author: Brian Vanderburg II // Created: 2007-09-21 // Copyright: (c) 2007 Brian Vanderburg II // Licence: wxWindows licence /...
///////////////////////////////////////////////////////////////////////////// // Name: wx/windowptr.h // Purpose: smart pointer for holding wxWindow instances // Author: Vaclav Slavik // Created: 2013-09-01 // Copyright: (c) 2013 Vaclav Slavik // Licence: wxWindows licence ////////////////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/withimages.h // Purpose: Declaration of a simple wxWithImages class. // Author: Vadim Zeitlin // Created: 2011-08-17 // Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWindows lice...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/wizard.h // Purpose: wxWizard class: a GUI control presenting the user with a // sequence of dialogs which allows to simply perform some task // Author: Vadim Zeitlin (partly based on work by Ron Kur...
///////////////////////////////////////////////////////////////////////////// // 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 //////////////////...
/////////////////////////////////////////////////////////////////////////////// // 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...
///////////////////////////////////////////////////////////////////////////// // Name: wx/wx.h // Purpose: wxWidgets central header including the most often used ones // Author: Julian Smart // Modified by: // Created: 01/02/97 // Copyright: (c) Julian Smart // Licence: wxWindows licence /////...
////////////////////////////////////////////////////////////////////////////// // 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: ...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/wxcrt.h // Purpose: Type-safe ANSI and Unicode builds compatible wrappers for // CRT functions // Author: Joel Farley, Ove Kaaven // Modified by: Vadim Zeitlin, Robert Roebling, Ron Lee, Vaclav Slavi...
/* * Name: wx/wxcrtbase.h * Purpose: Type-safe ANSI and Unicode builds compatible wrappers for * CRT functions * Author: Joel Farley, Ove Kaaven * Modified by: Vadim Zeitlin, Robert Roebling, Ron Lee * Created: 1998/06/12 * Copyright: (c) 1998-2006 wxWidgets dev team * Licence...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/wxcrtvararg.h // Purpose: Type-safe ANSI and Unicode builds compatible wrappers for // printf(), scanf() and related CRT functions // Author: Joel Farley, Ove KÃ¥ven // Modified by: Vadim Zeitlin, Ro...
///////////////////////////////////////////////////////////////////////////// // Name: wx/wxhtml.h // Purpose: wxHTML library for wxWidgets // Author: Vaclav Slavik // Copyright: (c) 1999 Vaclav Slavik // Licence: wxWindows licence //////////////////////////////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // 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 //////...
////////////////////////////////////////////////////////////////////////////// // Name: wx/xlocale.h // Purpose: Header to provide some xlocale wrappers // Author: Brian Vanderburg II, Vadim Zeitlin // Created: 2008-01-07 // Copyright: (c) 2008 Brian Vanderburg II // 2008 Vadim Ze...
///////////////////////////////////////////////////////////////////////////// // Name: wx/xpmdecod.h // Purpose: wxXPMDecoder, XPM reader for wxImage and wxBitmap // Author: Vaclav Slavik // Copyright: (c) 2001 Vaclav Slavik // Licence: wxWindows licence ///////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/xpmhand.h // Purpose: XPM handler base header // Author: Julian Smart // Modified by: // Created: // Copyright: (c) Julian Smart // Licence: wxWindows licence /////////////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/xti.h // Purpose: runtime metadata information (extended class info) // Author: Stefan Csomor // Modified by: Francesco Montorsi // Created: 27/07/03 // Copyright: (c) 1997 Julian Smart // (c) 20...
///////////////////////////////////////////////////////////////////////////// // Name: wx/wxt2.h // Purpose: runtime metadata information (extended class info) // Author: Stefan Csomor // Modified by: Francesco Montorsi // Created: 27/07/03 // Copyright: (c) 1997 Julian Smart // (c) 2...
///////////////////////////////////////////////////////////////////////////// // Name: wx/xtictor.h // Purpose: XTI constructors // Author: Stefan Csomor // Modified by: Francesco Montorsi // Created: 27/07/03 // Copyright: (c) 1997 Julian Smart // (c) 2003 Stefan Csomor // Licence: ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/xtihandler.h // Purpose: XTI handlers // Author: Stefan Csomor // Modified by: Francesco Montorsi // Created: 27/07/03 // Copyright: (c) 1997 Julian Smart // (c) 2003 Stefan Csomor // Licence: ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/xtiprop.h // Purpose: XTI properties // Author: Stefan Csomor // Modified by: Francesco Montorsi // Created: 27/07/03 // Copyright: (c) 1997 Julian Smart // (c) 2003 Stefan Csomor // Licence: ...
///////////////////////////////////////////////////////////////////////////// // 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 ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/xtitypes.h // Purpose: enum, set, basic types support // Author: Stefan Csomor // Modified by: Francesco Montorsi // Created: 27/07/03 // Copyright: (c) 1997 Julian Smart // (c) 2003 Stefan Csomo...
///////////////////////////////////////////////////////////////////////////// // Name: wx/xtixml.h // Purpose: xml streaming runtime metadata information (extended class info) // Author: Stefan Csomor // Modified by: // Created: 27/07/03 // Copyright: (c) 2003 Stefan Csomor // Licence: wxWindo...
///////////////////////////////////////////////////////////////////////////// // Name: wx/zipstrm.h // Purpose: Streams for Zip files // Author: Mike Wetherell // Copyright: (c) Mike Wetherell // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/zstream.h // Purpose: Memory stream classes // Author: Guilhem Lavaux // Modified by: Mike Wetherell // Created: 11/07/98 // Copyright: (c) Guilhem Lavaux // Licence: wxWindows licence ///////////////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/android/chkconf.h // Purpose: Android-specific configuration options checks // Author: Zsolt Bakcsi // Modified by: // Created: 2011-12-08 // RCS-ID: // Copyright: (c) wxWidgets team // Licence: wxWindo...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/android/config_android.h // Purpose: configurations for Android builds // Author: Zsolt Bakcsi // Modified by: // Created: 2011-12-02 // RCS-ID: // Copyright: (c) wxWidgets team // Licence: wxWindows li...
///////////////////////////////////////////////////////////////////////////// // Name: wx/android/setup.h // Purpose: Configuration for the android build of the library // Author: Julian Smart // Created: 01/02/97 // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/aui/aui.h // Purpose: wxaui: wx advanced user interface - docking window manager // Author: Benjamin I. Williams // Modified by: // Created: 2005-05-17 // Copyright: (C) Copyright 2005, Kirix Corporation, A...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/aui/toolbar.h // Purpose: wxaui: wx advanced user interface - docking window manager // Author: Benjamin I. Williams // Modified by: // Created: 2008-08-04 // Copyright: (C) Copyright 2005, Kirix Corporatio...
////////////////////////////////////////////////////////////////////////////// // Name: wx/aui/auibook.h // Purpose: wxaui: wx advanced user interface - notebook // Author: Benjamin I. Williams // Modified by: Jens Lody // Created: 2006-06-28 // Copyright: (C) Copyright 2006, Kirix Corporation, Al...
///////////////////////////////////////////////////////////////////////////// // Name: wx/aui/barartmsw.h // Purpose: Interface of wxAuiMSWToolBarArt // Author: Tobias Taschner // Created: 2015-09-22 // Copyright: (c) 2015 wxWidgets development team // Licence: wxWindows licence //////////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/aui/dockart.h // Purpose: wxaui: wx advanced user interface - docking window manager // Author: Benjamin I. Williams // Modified by: // Created: 2005-05-17 // Copyright: (C) Copyright 2005, Kirix Corporatio...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/aui/floatpane.h // Purpose: wxaui: wx advanced user interface - docking window manager // Author: Benjamin I. Williams // Modified by: // Created: 2005-05-17 // Copyright: (C) Copyright 2005, Kirix Corporat...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/aui/framemanager.h // Purpose: wxaui: wx advanced user interface - docking window manager // Author: Benjamin I. Williams // Modified by: // Created: 2005-05-17 // Copyright: (C) Copyright 2005, Kirix Corpo...
////////////////////////////////////////////////////////////////////////////// // Name: wx/aui/tabart.h // Purpose: wxaui: wx advanced user interface - notebook // Author: Benjamin I. Williams // Modified by: Jens Lody (extracted from wx/aui/auibook.h) // Created: 2012-03-21 // Copyright: (C) Copy...
///////////////////////////////////////////////////////////////////////////// // Name: include/wx/aui/tabartgtk.h // Purpose: declaration of the wxAuiGTKTabArt // Author: Jens Lody and Teodor Petrov // Modified by: // Created: 2012-03-23 // Copyright: (c) 2012 Jens Lody <jens@codeblocks.org> // ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/aui/tabartmsw.h // Purpose: wxAuiMSWTabArt declaration // Author: Tobias Taschner // Created: 2015-09-26 // Copyright: (c) 2015 wxWidgets development team // Licence: wxWindows licence ///////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/aui/tabmdi.h // Purpose: Generic MDI (Multiple Document Interface) classes // Author: Hans Van Leemputten // Modified by: Benjamin I. Williams / Kirix Corporation // Created: 29/07/2002 // Copyright: (c) Hans...
///////////////////////////////////////////////////////////////////////////// // Name: wx/dfb/app.h // Purpose: wxApp class // Author: Vaclav Slavik // Created: 2006-08-10 // Copyright: (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence /////////////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/dfb/bitmap.h // Purpose: wxBitmap class // Author: Vaclav Slavik // Created: 2006-08-04 // Copyright: (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence ///////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/dfb/brush.h // Purpose: wxBrush class declaration // Author: Vaclav Slavik // Created: 2006-08-04 // Copyright: (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence /////////////////////////////////...
/* * Name: wx/dfb/chkconf.h * Author: Vaclav Slavik * Purpose: Compiler-specific configuration checking * Created: 2006-08-10 * Copyright: (c) 2006 REA Elektronik GmbH * Licence: wxWindows licence */ /* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR COMMENTS) IN IT */ #ifndef...
///////////////////////////////////////////////////////////////////////////// // Name: wx/dfb/cursor.h // Purpose: wxCursor declaration // Author: Vaclav Slavik // Created: 2006-08-08 // Copyright: (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence /////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/dfb/dc.h // Purpose: wxDC class // Author: Vaclav Slavik // Created: 2006-08-07 // Copyright: (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence ///////////////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/dfb/dcclient.h // Purpose: wxWindowDCImpl, wxClientDCImpl and wxPaintDCImpl // Author: Vaclav Slavik // Created: 2006-08-10 // Copyright: (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence ///////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/dfb/dcmemory.h // Purpose: wxMemoryDC class declaration // Created: 2006-08-10 // Author: Vaclav Slavik // Copyright: (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence ///////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/dfb/dcscreen.h // Purpose: wxScreenDCImpl declaration // Author: Vaclav Slavik // Created: 2006-08-10 // Copyright: (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence /////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/dfb/dfbptr.h // Purpose: wxDfbPtr<T> for holding objects declared in wrapdfb.h // Author: Vaclav Slavik // Created: 2006-08-09 // Copyright: (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence ////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/dfb/evtloop.h // Purpose: declares wxEventLoop class // Author: Vaclav Slavik // Created: 2006-08-16 // Copyright: (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence ////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/dfb/font.h // Author: Vaclav Slavik // Purpose: wxFont declaration // Created: 2006-08-08 // Copyright: (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence /////////////////////////////////////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/dfb/nonownedwnd.h // Purpose: declares wxNonOwnedWindow class // Author: Vaclav Slavik // Modified by: // Created: 2006-12-24 // Copyright: (c) 2006 TT-Solutions // Licence: wxWindows licence //////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/dfb/pen.h // Purpose: wxPen class declaration // Author: Vaclav Slavik // Created: 2006-08-04 // Copyright: (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence /////////////////////////////////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/dfb/popupwin.h // Purpose: wxPopupWindow class for wxDFB // Author: Vaclav Slavik // Created: 2006-12-24 // Copyright: (c) 2006 TT-Solutions // Licence: wxWindows licence ///////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/dfb/private.h // Purpose: private helpers for wxDFB implementation // Author: Vaclav Slavik // Created: 2006-08-09 // Copyright: (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence ////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/dfb/region.h // Purpose: wxRegion class // Author: Vaclav Slavik // Created: 2006-08-08 // Copyright: (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence ///////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/dfb/toplevel.h // Purpose: Top level window, abstraction of wxFrame and wxDialog // Author: Vaclav Slavik // Created: 2006-08-10 // Copyright: (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence //...
///////////////////////////////////////////////////////////////////////////// // Name: wx/dfb/window.h // Purpose: wxWindow class // Author: Vaclav Slavik // Created: 2006-08-10 // Copyright: (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence ///////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/dfb/wrapdfb.h // Purpose: wx wrappers for DirectFB interfaces // Author: Vaclav Slavik // Created: 2006-08-23 // Copyright: (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence /////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/dfb/private/fontmgr.h // Purpose: font management for wxDFB // Author: Vaclav Slavik // Created: 2006-11-18 // Copyright: (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com) // (c) 2006 RE...
///////////////////////////////////////////////////////////////////////////// // Name: wx/dfb/private/overlay.h // Purpose: wxOverlayImpl declaration // Author: Vaclav Slavik // Created: 2006-10-20 // Copyright: (c) wxWidgets team // Licence: wxWindows licence /////////////////////////////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/generic/aboutdlgg.h // Purpose: generic wxAboutBox() implementation // Author: Vadim Zeitlin // Created: 2006-10-07 // Copyright: (c) 2006 Vadim Zeitlin <vadim@wxwindows.org> // Licence: wxWindows licen...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/accel.h // Purpose: wxAcceleratorTable class // Author: Robert Roebling // Copyright: (c) Robert Roebling // Licence: wxWindows licence ////////////////////////////////////////////////////////////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/generic/activityindicator.h // Purpose: Declaration of wxActivityIndicatorGeneric. // Author: Vadim Zeitlin // Created: 2015-03-06 // Copyright: (c) 2015 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/animate.h // Purpose: wxAnimation and wxAnimationCtrl // Author: Julian Smart and Guillermo Rodriguez Garcia // Modified by: Francesco Montorsi // Created: 13/8/99 // Copyright: (c) Julian Smart and G...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/bmpcbox.h // Purpose: wxBitmapComboBox // Author: Jaakko Salli // Modified by: // Created: Aug-30-2006 // Copyright: (c) Jaakko Salli // Licence: wxWindows licence ////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/busyinfo.h // Purpose: Information window (when app is busy) // Author: Vaclav Slavik // Copyright: (c) 1999 Vaclav Slavik // Licence: wxWindows licence ///////////////////////////////////////////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/generic/buttonbar.h // Purpose: wxButtonToolBar declaration // Author: Julian Smart, after Robert Roebling, Vadim Zeitlin, SciTech // Modified by: // Created: 2006-04-13 // Copyright: (c) Julian Smart, Robe...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/generic/calctrlg.h // Purpose: generic implementation of date-picker control // Author: Vadim Zeitlin // Modified by: // Created: 29.12.99 // Copyright: (c) 1999 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.f...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/generic/caret.h // Purpose: generic wxCaret class // Author: Vadim Zeitlin (original code by Robert Roebling) // Modified by: // Created: 25.05.99 // Copyright: (c) wxWidgets team // Licence: wxWindows ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/choicdgg.h // Purpose: Generic choice dialogs // Author: Julian Smart // Modified by: 03.11.00: VZ to add wxArrayString and multiple sel functions // Created: 01/02/97 // Copyright: (c) wxWidgets team...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/clrpickerg.h // Purpose: wxGenericColourButton header // Author: Francesco Montorsi (based on Vadim Zeitlin's code) // Modified by: // Created: 14/4/2006 // Copyright: (c) Vadim Zeitlin, Francesco Mon...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/collheaderctrl.h // Purpose: wxGenericCollapsibleHeaderCtrl // Author: Tobias Taschner // Created: 2015-09-19 // Copyright: (c) 2015 wxWidgets development team // Licence: wxWindows licence //////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/collpaneg.h // Purpose: wxGenericCollapsiblePane // Author: Francesco Montorsi // Modified by: // Created: 8/10/2006 // Copyright: (c) Francesco Montorsi // Licence: wxWindows Licence ////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/colour.h // Purpose: wxColour class // Author: Julian Smart // Modified by: // Created: 01/02/97 // Copyright: (c) Julian Smart // Licence: wxWindows licence //////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/colrdlgg.h // Purpose: wxGenericColourDialog // Author: Julian Smart // Modified by: // Created: 01/02/97 // Copyright: (c) Julian Smart // Licence: wxWindows licence /////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/combo.h // Purpose: Generic wxComboCtrl // Author: Jaakko Salli // Modified by: // Created: Apr-30-2006 // Copyright: (c) Jaakko Salli // Licence: wxWindows licence ///////////////////////////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/generic/ctrlsub.h // Purpose: common functionality of wxItemContainer-derived controls // Author: Vadim Zeitlin // Created: 2007-07-25 // Copyright: (c) 2007 Vadim Zeitlin <vadim@wxwindows.org> // Licence: ...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/generic/custombgwin.h // Purpose: Generic implementation of wxCustomBackgroundWindow. // Author: Vadim Zeitlin // Created: 2011-10-10 // Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/dataview.h // Purpose: wxDataViewCtrl generic implementation header // Author: Robert Roebling // Modified By: Bo Yang // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/datectrl.h // Purpose: generic wxDatePickerCtrl implementation // Author: Andreas Pflug // Modified by: // Created: 2005-01-19 // Copyright: (c) 2005 Andreas Pflug <pgadmin@pse-consulting.de> // Licen...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/dcpsg.h // Purpose: wxPostScriptDC class // Author: Julian Smart and others // Modified by: // Copyright: (c) Julian Smart and Robert Roebling // Licence: wxWindows licence ///////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/dirctrlg.h // Purpose: wxGenericDirCtrl class // Builds on wxDirCtrl class written by Robert Roebling for the // wxFile application, modified by Harm van der Heijden. // Fu...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/dirdlgg.h // Purpose: wxGenericDirCtrl class // Builds on wxDirCtrl class written by Robert Roebling for the // wxFile application, modified by Harm van der Heijden. // Fur...
////////////////////////////////////////////////////////////////////////////// // Name: wx/generic/dragimgg.h // Purpose: wxDragImage class: a kind of a cursor, that can cope // with more sophisticated images // Author: Julian Smart // Modified by: // Created: 29/2/2000 // Copyright: ...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/generic/dvrenderer.h // Purpose: wxDataViewRenderer for generic wxDataViewCtrl implementation // Author: Robert Roebling, Vadim Zeitlin // Created: 2009-11-07 (extracted from wx/generic/dataview.h) // Copyrig...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/generic/dvrenderers.h // Purpose: All generic wxDataViewCtrl renderer classes // Author: Robert Roebling, Vadim Zeitlin // Created: 2009-11-07 (extracted from wx/generic/dataview.h) // Copyright: (c) 2006 R...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/fdrepdlg.h // Purpose: wxGenericFindReplaceDialog class // Author: Markus Greither // Modified by: // Created: 25/05/2001 // Copyright: (c) wxWidgets team // Licence: wxWindows licence ///////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/generic/filectrlg.h // Purpose: wxGenericFileCtrl Header // Author: Diaa M. Sami // Modified by: // Created: Jul-07-2007 // Copyright: (c) Diaa M. Sami // Licence: wxWindows licence ////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/filedlgg.h // Purpose: wxGenericFileDialog // Author: Robert Roebling // Modified by: // Created: 8/17/99 // Copyright: (c) Robert Roebling // Licence: wxWindows licence //////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/filepickerg.h // Purpose: wxGenericFileDirButton, wxGenericFileButton, wxGenericDirButton // Author: Francesco Montorsi // Modified by: // Created: 14/4/2006 // Copyright: (c) Francesco Montorsi // Li...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/fontdlgg.h // Purpose: wxGenericFontDialog // Author: Julian Smart // Modified by: // Created: 01/02/97 // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/fontpickerg.h // Purpose: wxGenericFontButton header // Author: Francesco Montorsi // Modified by: // Created: 14/4/2006 // Copyright: (c) Francesco Montorsi // Licence: wxWindows Licence ////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/fswatcher.h // Purpose: wxPollingFileSystemWatcher // Author: Bartosz Bekier // Created: 2009-05-26 // Copyright: (c) 2009 Bartosz Bekier <bartosz.bekier@gmail.com> // Licence: wxWindows licence /...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/grid.h // Purpose: wxGrid and related classes // Author: Michael Bedward (based on code by Julian Smart, Robin Dunn) // Modified by: Santiago Palacios // Created: 1/08/1999 // Copyright: (c) Michael B...
/////////////////////////////////////////////////////////////////////////// // Name: wx/generic/gridctrl.h // Purpose: wxGrid controls // Author: Paul Gammans, Roger Gammans // Modified by: // Created: 11/04/2001 // Copyright: (c) The Computer Surgery (paul@compsurg.co.uk) // Licence: wxWindow...
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/grideditors.h // Purpose: wxGridCellEditorEvtHandler and wxGrid editors // Author: Michael Bedward (based on code by Julian Smart, Robin Dunn) // Modified by: Santiago Palacios // Created: 1/08/1999 // ...