text
stringlengths
1
24.5M
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/fswatcher_fsevents.h // Purpose: File System watcher that uses the FSEvents API // of OS X to efficiently watch trees // Author: Roberto Perpuly // Created: 2015-04-24 // Copyright: (c) 2015 ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/gauge.h // Purpose: wxGauge class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/glcanvas.h // Purpose: wxGLCanvas, for using OpenGL with wxWidgets under Macintosh // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/icon.h // Purpose: wxIcon class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence //////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/imaglist.h // Purpose: // Author: Robert Roebling, Stefan Csomor // Created: 01/02/97 // Id: // Copyright: (c) 1998 Robert Roebling and Julian Smart // Licence: wxWindows licence /////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/joystick.h // Purpose: wxJoystick class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence //////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/listbox.h // Purpose: wxListBox class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/listctrl.h // Purpose: wxListCtrl class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence //////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/mdi.h // Purpose: MDI (Multiple Document Interface) classes. // Author: Stefan Csomor // Modified by: 2008-10-31 Vadim Zeitlin: derive from the base classes // Created: 1998-01-01 // Copyright: (c) Stefan...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/menu.h // Purpose: wxMenu, wxMenuBar classes // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence /////////////////////////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/osx/menuitem.h // Purpose: wxMenuItem class // Author: Vadim Zeitlin // Modified by: // Created: 11.11.97 // Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> // Licence: wxWindows lice...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/metafile.h // Purpose: wxMetaFile, wxMetaFileDC classes. // This probably should be restricted to Windows platforms, // but if there is an equivalent on your platform, great. // Author: ...
#include "wx/osx/core/mimetype.h"
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/minifram.h // Purpose: wxMiniFrame class. A small frame for e.g. floating toolbars. // If there is no equivalent on your platform, just make it a // normal frame. // Author: Stefan Cso...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/msgdlg.h // Purpose: wxMessageDialog class. Use generic version if no // platform-specific implementation. // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) St...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/osx/nonownedwnd.h // Purpose: declares wxNonOwnedWindow class // Author: Stefan Csomor // Modified by: // Created: 2008-03-24 // Copyright: (c) 2008 Stefan Csomor // Licence: wxWindows licence /////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/notebook.h // Purpose: MSW/GTK compatible notebook (a.k.a. property sheet) // Author: Stefan Csomor // Modified by: // Copyright: (c) Stefan Csomor // Licence: wxWindows licence //////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/palette.h // Purpose: wxPalette class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/pen.h // Purpose: wxPen class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ////////////////////////////////////////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/osx/popupwin.h // Purpose: wxPopupWindow class for wxMac // Author: Stefan Csomor // Modified by: // Created: // Copyright: (c) 2006 Stefan Csomor // Licence: wxWindows licence /////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/printdlg.h // Purpose: wxPrintDialog, wxPageSetupDialog classes. // Use generic, PostScript version if no // platform-specific implementation. // Author: Stefan Csomor // Modified by: ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/printmac.h // Purpose: wxWindowsPrinter, wxWindowsPrintPreview classes // Author: Julian Smart // Modified by: // Created: 01/02/97 // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////...
#ifndef _WX_PRIVATE_OSX_H_ #define _WX_PRIVATE_OSX_H_ #include "wx/osx/core/private.h" #if wxOSX_USE_IPHONE #include "wx/osx/iphone/private.h" #elif wxOSX_USE_COCOA #include "wx/osx/cocoa/private.h" #elif wxUSE_GUI #error "Must include wx/defs.h first" #endif #endif
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/radiobox.h // Purpose: wxRadioBox class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence //////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/radiobut.h // Purpose: wxRadioButton class // Author: Stefan Csomor // Modified by: // Created: 01/02/97 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence /////////////////////////////////...
#if wxOSX_USE_COCOA_OR_CARBON #include "wx/osx/carbon/region.h" #else #define wxRegionGeneric wxRegion #define wxRegionIteratorGeneric wxRegionIterator #include "wx/generic/region.h" #endif
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/scrolbar.h // Purpose: wxScrollBar class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence /////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/setup.h // Purpose: Configuration for the library // Author: Stefan Csomor // Modified by: Stefan Csomor // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence //////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/slider.h // Purpose: wxSlider class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence //////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/sound.h // Purpose: wxSound class (loads and plays short Windows .wav files). // Optional on non-Windows platforms. // Author: Ryan Norton, Stefan Csomor // Modified by: // Created: 1998-01-01 ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/spinbutt.h // Purpose: wxSpinButton class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/srchctrl.h // Purpose: mac carbon wxSearchCtrl class // Author: Vince Harron // Created: 2006-02-19 // Copyright: Vince Harron // Licence: wxWindows licence ///////////////////////////////////////////...
#define wxGenericStaticBitmap wxStaticBitmap #include "wx/generic/statbmpg.h"
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/statbox.h // Purpose: wxStaticBox class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence //////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/statline.h // Purpose: a generic wxStaticLine class used for mac before adaptation // Author: Vadim Zeitlin // Created: 28.06.99 // Copyright: (c) 1998 Vadim Zeitlin // Licence: wxWindows licence ////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/stattext.h // Purpose: wxStaticText class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ////////////////////////////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/osx/statusbr.h // Purpose: native implementation of wxStatusBar. // Optional: can use generic version instead. // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) ...
///////////////////////////////////////////////////////////////////////// // File: wx/mac/taskbarosx.h // Purpose: Defines wxTaskBarIcon class for OSX // Author: Ryan Norton // Modified by: // Created: 04/04/2003 // Copyright: (c) Ryan Norton, 2003 // Licence: wxWindows licence ///////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/textctrl.h // Purpose: wxTextCtrl class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence //////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/textentry.h // Purpose: wxTextEntry class // Author: Stefan Csomor // Modified by: Kevin Ollivier // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence /////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/tglbtn.h // Purpose: Declaration of the wxToggleButton class, which implements a // toggle button under wxMac. // Author: Stefan Csomor // Modified by: // Created: 08.02.01 // Copyright: (c) ...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/osx/timectrl.h // Purpose: Declaration of wxOSX-specific wxTimePickerCtrl class. // Author: Vadim Zeitlin // Created: 2011-12-18 // Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wx...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/toolbar.h // Purpose: wxToolBar class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ////////////////////////////////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/osx/tooltip.h // Purpose: wxToolTip class - tooltip control // Author: Stefan Csomor // Modified by: // Created: 31.01.99 // Copyright: (c) 1999 Robert Roebling, Vadim Zeitlin, Stefan Csomor // Licence: ...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/osx/toplevel.h // Purpose: wxTopLevelWindowMac is the Mac implementation of wxTLW // Author: Stefan Csomor // Modified by: // Created: 20.09.01 // Copyright: (c) 2001 Stefan Csomor // Licence: wxWindows...
///////////////////////////////////////////////////////////////////////////// // Name: include/wx/osx/webviewhistoryitem.h // Purpose: wxWebViewHistoryItem header for OSX // Author: Steven Lamerton // Copyright: (c) 2011 Steven Lamerton // Licence: wxWindows licence ///////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: include/wx/osx/webkit.h // Purpose: wxWebViewWebKit - embeddable web kit control, // OS X implementation of web view component // Author: Jethro Grassie / Kevin Ollivier / Marianne Gagnon /...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/window.h // Purpose: wxWindowMac class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/carbon/region.h // Purpose: wxRegion class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/carbon/private/overlay.h // Purpose: wxOverlayImpl declaration // Author: Stefan Csomor // Modified by: // Created: 2006-10-20 // Copyright: (c) wxWidgets team // Licence: wxWindows licence //////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/carbon/private/print.h // Purpose: private implementation for printing on OS X // Author: Stefan Csomor // Modified by: // Created: 03/02/99 // Copyright: (c) Stefan Csomor // Licence: wxWindows licen...
/* * Name: wx/osx/cocoa/chkconf.h * Purpose: Compiler-specific configuration checking * Author: Stefan Csomor * Modified by: * Created: 2008-07-30 * Copyright: (c) Stefan Csomor * Licence: wxWindows licence */ #ifndef _WX_OSX_COCOA_CHKCONF_H_ #define _WX_OSX_COCOA_CHKCONF_H_ /* Many ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/cocoa/dataview.h // Purpose: wxDataViewCtrl native implementation header for carbon // Author: // Copyright: (c) 2009 // Licence: wxWindows licence /////////////////////////////////////////////////////////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/osx/cocoa/evtloop.h // Purpose: declaration of wxGUIEventLoop for wxOSX/Cocoa // Author: Vadim Zeitlin // Created: 2008-12-28 // Copyright: (c) 2006 Vadim Zeitlin <vadim@wxwindows.org> // Licence: wxWin...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/cocoa/private.h // Purpose: Private declarations: as this header is only included by // wxWidgets itself, it may contain identifiers which don't start // with "wx". // Author: Stefan C...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/cocoa/stdpaths.h // Purpose: wxStandardPaths for Cocoa // Author: Tobias Taschner // Created: 2015-09-09 // Copyright: (c) 2015 wxWidgets development team // Licence: wxWindows licence ///////////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/osx/cocoa/private/date.h // Purpose: NSDate-related helpers // Author: Vadim Zeitlin // Created: 2011-12-19 // Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWindows licence /////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/osx/cocoa/private/markuptoattr.h // Purpose: Class to convert markup to Cocoa attributed strings. // Author: Vadim Zeitlin // Created: 2011-02-22 // Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org> /...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/cocoa/private/overlay.h // Purpose: wxOverlayImpl declaration // Author: Stefan Csomor // Modified by: // Created: 2006-10-20 // Copyright: (c) wxWidgets team // Licence: wxWindows licence ///////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/cocoa/private/textimpl.h // Purpose: textcontrol implementation classes that have to be exposed // Author: Stefan Csomor // Modified by: // Created: 03/02/99 // Copyright: (c) Stefan Csomor // Licence: ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/core/cfdataref.h // Purpose: wxCFDataRef class // Author: Stefan Csomor // Modified by: // Created: 2007/05/10 // Copyright: (c) 2007 Stefan Csomor // Licence: wxWindows licence // Notes: See ht...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/core/cfref.h // Purpose: wxCFRef template class // Author: David Elliott <dfe@cox.net> // Modified by: Stefan Csomor // Created: 2007/05/10 // Copyright: (c) 2007 David Elliott <dfe@cox.net>, Stefan Csomo...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/core/cfstring.h // Purpose: wxCFStringRef and other string functions // Author: Stefan Csomor // Modified by: // Created: 2004-10-29 (from code in wx/mac/carbon/private.h) // Copyright: (c) Stefan Csomor ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/core/colour.h // Purpose: wxColour class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence /////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/core/dataview.h // Purpose: wxDataViewCtrl native implementation header for OSX // Author: // Copyright: (c) 2009 // Licence: wxWindows licence ////////////////////////////////////////////////////////////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/osx/core/evtloop.h // Purpose: CoreFoundation-based event loop // Author: Vadim Zeitlin // Modified by: // Created: 2006-01-12 // Copyright: (c) 2006 Vadim Zeitlin <vadim@wxwindows.org> // Licence: wxWi...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/core/hid.h // Purpose: DARWIN HID layer for WX // Author: Ryan Norton // Modified by: // Created: 11/11/2003 // Copyright: (c) Ryan Norton // Licence: wxWindows licence ///////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/core/joystick.h // Purpose: wxJoystick class // Author: Ryan Norton // Modified by: // Created: 2/13/2005 // Copyright: (c) Ryan Norton // Licence: wxWindows licence //////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/core/mimetype.h // Purpose: Mac implementation for wx mime-related classes // Author: Neil Perkins // Modified by: // Created: 2010-05-15 // Copyright: (C) 2010 Neil Perkins // Licence: wxWindows lice...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/osx/core/objcid.h // Purpose: Define wxObjCID working in both C++ and Objective-C. // Author: Vadim Zeitlin // Created: 2012-05-20 // Copyright: (c) 2012 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/core/private.h // Purpose: Private declarations: as this header is only included by // wxWidgets itself, it may contain identifiers which don't start // with "wx". // Author: Stefan Cs...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/osx/core/private/datetime.h // Purpose: // Author: Vadim Zeitlin // Created: 2011-12-19 // Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWindows licence /////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/core/private/strconv_cf.h // Purpose: Unicode conversion classes // Author: David Elliott, Ryan Norton // Modified by: // Created: 2007-07-06 // Copyright: (c) 2004 Ryan Norton // (c) 2007 Da...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/core/private/timer.h // Purpose: wxTimer class based on core foundation // Author: Stefan Csomor // Created: 2008-07-16 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence //////////////////...
/* * Name: wx/osx/iphone/chkconf.h * Purpose: Compiler-specific configuration checking * Author: Stefan Csomor * Modified by: * Created: 2008-07-30 * Copyright: (c) Stefan Csomor * Licence: wxWindows licence */ #ifndef _WX_OSX_IPHONE_CHKCONF_H_ #define _WX_OSX_IPHONE_CHKCONF_H_ /* *...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/iphone/private.h // Purpose: Private declarations: as this header is only included by // wxWidgets itself, it may contain identifiers which don't start // with "wx". // Author: Stefan ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/iphone/private/textimpl.h // Purpose: textcontrol implementation classes that have to be exposed // Author: Stefan Csomor // Modified by: // Created: 03/02/99 // Copyright: (c) Stefan Csomor // Licence: ...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/osx/private/addremovectrl.h // Purpose: OS X specific wxAddRemoveImpl implementation // Author: Vadim Zeitlin // Created: 2015-02-05 // Copyright: (c) 2015 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: ...
#include "wx/osx/carbon/private/print.h"
#if 1 // revert to wxOSX_USE_COCOA_OR_IPHONE in case of problems #include "wx/osx/core/private/timer.h" #endif
/////////////////////////////////////////////////////////////////////////////// // Name: wx/persist/bookctrl.h // Purpose: persistence support for wxBookCtrl // Author: Vadim Zeitlin // Created: 2009-01-19 // Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWindows licence...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/persist/splitter.h // Purpose: Persistence support for wxSplitterWindow. // Author: Vadim Zeitlin // Created: 2011-08-31 // Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWindows ...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/persist/toplevel.h // Purpose: persistence support for wxTLW // Author: Vadim Zeitlin // Created: 2009-01-19 // Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWindows licence ////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/persist/treebook.h // Purpose: persistence support for wxBookCtrl // Author: Vadim Zeitlin // Created: 2009-01-19 // Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWindows licence...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/persist/window.h // Purpose: wxPersistentWindow declaration // Author: Vadim Zeitlin // Created: 2009-01-23 // Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWindows licence /////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/private/addremovectrl.h // Purpose: wxAddRemoveImpl helper class declaration // Author: Vadim Zeitlin // Created: 2015-02-04 // Copyright: (c) 2015 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWind...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/private/eventloopsourcesmanager.h // Purpose: declares wxEventLoopSourcesManagerBase class // Author: Rob Bresalier // Created: 2013-06-19 // Copyright: (c) 2013 Rob Bresalier // Licence: wxWindows lice...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/private/fd.h // Purpose: private stuff for working with file descriptors // Author: Vadim Zeitlin // Created: 2008-11-23 (moved from wx/unix/private.h) // Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets....
///////////////////////////////////////////////////////////////////////////// // Name: wx/private/fdiodispatcher.h // Purpose: classes for dispatching IO notifications for file descriptors // Authors: Lukasz Michalski // Created: December 2006 // Copyright: (c) Lukasz Michalski // Licence: wxWi...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/private/fdioeventloopsourcehandler.h // Purpose: declares wxFDIOEventLoopSourceHandler class // Author: Rob Bresalier, Vadim Zeitlin // Created: 2013-06-13 (extracted from src/unix/evtloopunix.cpp) // Copyrig...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/private/fdiohandler.h // Purpose: declares wxFDIOHandler class // Author: Vadim Zeitlin // Created: 2009-08-17 // Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWindows licence //...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/private/fdiomanager.h // Purpose: declaration of wxFDIOManager // Author: Vadim Zeitlin // Created: 2009-08-17 // Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWindows licence //...
///////////////////////////////////////////////////////////////////////////// // Name: wx/private/fileback.h // Purpose: Back an input stream with memory or a file // Author: Mike Wetherell // Copyright: (c) 2006 Mike Wetherell // Licence: wxWindows licence ////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/private/filename.h // Purpose: Internal declarations for src/common/filename.cpp // Author: Mike Wetherell // Modified by: // Created: 2006-10-22 // Copyright: (c) 2006 Mike Wetherell // Licence: wxWindow...
///////////////////////////////////////////////////////////////////////////// // Name: wx/private/flagscheck.h // Purpose: helpers for checking that (bit)flags don't overlap // Author: Vaclav Slavik // Created: 2008-02-21 // Copyright: (c) 2008 Vaclav Slavik // Licence: wxWindows licence /////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/private/fontmgr.h // Purpose: font management for ports that don't have their own // Author: Vaclav Slavik // Created: 2006-11-18 // Copyright: (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com) // ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/private/fswatcher.h // Purpose: File system watcher impl classes // Author: Bartosz Bekier // Created: 2009-05-26 // Copyright: (c) 2009 Bartosz Bekier <bartosz.bekier@gmail.com> // Licence: wxWindows lic...
///////////////////////////////////////////////////////////////////////////// // Name: wx/private/graphics.h // Purpose: private graphics context header // Author: Stefan Csomor // Modified by: // Created: // Copyright: (c) Stefan Csomor // Licence: wxWindows licence //////////////////////////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/private/launchbrowser.h // Purpose: Helpers for wxLaunchDefaultBrowser() implementation. // Author: Vadim Zeitlin // Created: 2016-02-07 // Copyright: (c) 2016 Vadim Zeitlin <vadim@wxwidgets.org> // Licence...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/private/markupparser.h // Purpose: Classes for parsing simple markup. // Author: Vadim Zeitlin // Created: 2011-02-16 // Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWindows lic...