text
stringlengths
1
24.5M
/////////////////////////////////////////////////////////////////////////////// // Name: wx/private/markupparserattr.h // Purpose: Classes mapping markup attributes to wxFont/wxColour. // Author: Vadim Zeitlin // Created: 2011-02-18 // Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org> // Lic...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/private/notifmsg.h // Purpose: wxNotificationMessage declarations // Author: Tobias Taschner // Created: 2015-08-04 // Copyright: (c) 2015 wxWidgets development team // Licence: wxWindows licence //////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/private/overlay.h // Purpose: wxOverlayImpl declaration // Author: Stefan Csomor // Modified by: // Created: 2006-10-20 // Copyright: (c) wxWidgets team // Licence: wxWindows licence /////////////////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/private/pipestream.h // Purpose: Declares wxPipeInputStream and wxPipeOutputStream. // Author: Vadim Zeitlin // Modified by: Rob Bresalier // Created: 2013-04-27 // Copyright: (c) 2003 Vadim Zeitlin <vadim@...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/private/preferences.h // Purpose: wxPreferencesEditorImpl declaration. // Author: Vaclav Slavik // Created: 2013-02-19 // Copyright: (c) 2013 Vaclav Slavik <vslavik@fastmail.fm> // Licence: wxWindows li...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/private/richtooltip.h // Purpose: wxRichToolTipImpl declaration. // Author: Vadim Zeitlin // Created: 2011-10-18 // Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWindows licence ...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/private/sckaddr.h // Purpose: wxSockAddressImpl // Author: Vadim Zeitlin // Created: 2008-12-28 // Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWindows licence /////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/private/selectdispatcher.h // Purpose: wxSelectDispatcher class // Authors: Lukasz Michalski and Vadim Zeitlin // Created: December 2006 // Copyright: (c) Lukasz Michalski // Licence: wxWindows licence ///...
///////////////////////////////////////////////////////////////////////////// // Name: wx/private/socket.h // Purpose: wxSocketImpl and related declarations // Authors: Guilhem Lavaux, Vadim Zeitlin // Created: April 1997 // Copyright: (c) 1997 Guilhem Lavaux // (c) 2008 Vadim Zeitlin ...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/private/streamtempinput.h // Purpose: defines wxStreamTempInputBuffer which is used by Unix and MSW // implementations of wxExecute; this file is only used by the // library and never by the ...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/private/textmeasure.h // Purpose: declaration of wxTextMeasure class // Author: Manuel Martin // Created: 2012-10-05 // Copyright: (c) 1997-2012 wxWidgets team // Licence: wxWindows licence ////////////...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/private/threadinfo.h // Purpose: declaration of wxThreadSpecificInfo: thread-specific information // Author: Vadim Zeitlin // Created: 2009-07-13 // Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org> /...
///////////////////////////////////////////////////////////////////////////// // Name: wx/private/timer.h // Purpose: Base class for wxTimer implementations // Author: Lukasz Michalski <lmichalski@sf.net> // Created: 31.10.2006 // Copyright: (c) 2006-2007 wxWidgets dev team // Licence: wxWindo...
///////////////////////////////////////////////////////////////////////////// // Name: wx/private/window.h // Purpose: misc wxWindow helpers // Author: Vaclav Slavik // Created: 2010-01-21 // Copyright: (c) 2010 Vaclav Slavik // Licence: wxWindows licence //////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/private/wxprintf.h // Purpose: wxWidgets wxPrintf() implementation // Author: Ove Kaven // Modified by: Ron Lee, Francesco Montorsi // Created: 09/04/99 // Copyright: (c) wxWidgets copyright // Licence: w...
///////////////////////////////////////////////////////////////////////////// // Name: wx/propgrid/advprops.h // Purpose: wxPropertyGrid Advanced Properties (font, colour, etc.) // Author: Jaakko Salli // Modified by: // Created: 2004-09-25 // Copyright: (c) Jaakko Salli // Licence: wxWindows ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/propgrid/editors.h // Purpose: wxPropertyGrid editors // Author: Jaakko Salli // Modified by: // Created: 2007-04-14 // Copyright: (c) Jaakko Salli // Licence: wxWindows licence //////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/propgrid/manager.h // Purpose: wxPropertyGridManager // Author: Jaakko Salli // Modified by: // Created: 2005-01-14 // Copyright: (c) Jaakko Salli // Licence: wxWindows licence ///////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/propgrid/property.h // Purpose: wxPGProperty and related support classes // Author: Jaakko Salli // Modified by: // Created: 2008-08-23 // Copyright: (c) Jaakko Salli // Licence: wxWindows licence ///////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/propgrid/propgrid.h // Purpose: wxPropertyGrid // Author: Jaakko Salli // Modified by: // Created: 2004-09-25 // Copyright: (c) Jaakko Salli // Licence: wxWindows licence /////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/propgrid/propgriddefs.h // Purpose: wxPropertyGrid miscellaneous definitions // Author: Jaakko Salli // Modified by: // Created: 2008-08-31 // Copyright: (c) Jaakko Salli // Licence: wxWindows licence ///...
///////////////////////////////////////////////////////////////////////////// // Name: wx/propgrid/propgridiface.h // Purpose: wxPropertyGridInterface class // Author: Jaakko Salli // Modified by: // Created: 2008-08-24 // Copyright: (c) Jaakko Salli // Licence: wxWindows licence /////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/propgrid/propgridpagestate.h // Purpose: wxPropertyGridPageState class // Author: Jaakko Salli // Modified by: // Created: 2008-08-24 // Copyright: (c) Jaakko Salli // Licence: wxWindows licence /////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/propgrid/props.h // Purpose: wxPropertyGrid Property Classes // Author: Jaakko Salli // Modified by: // Created: 2007-03-28 // Copyright: (c) Jaakko Salli // Licence: wxWindows licence ///////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/protocol/file.h // Purpose: File protocol // Author: Guilhem Lavaux // Modified by: // Created: 1997 // Copyright: (c) 1997, 1998 Guilhem Lavaux // Licence: wxWindows licence /////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/protocol/ftp.h // Purpose: FTP protocol // Author: Vadim Zeitlin // Modified by: Mark Johnson, wxWindows@mj10777.de // 20000917 : RmDir, GetLastResult, GetList // Created: 07/07/1997 // Copyright: ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/protocol/http.h // Purpose: HTTP protocol // Author: Guilhem Lavaux // Modified by: Simo Virokannas (authentication, Dec 2005) // Created: August 1997 // Copyright: (c) 1997, 1998 Guilhem Lavaux // Licence: ...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/protocol/log.h // Purpose: wxProtocolLog class for logging network exchanges // Author: Troelsk, Vadim Zeitlin // Created: 2009-03-06 // Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/protocol/protocol.h // Purpose: Protocol base class // Author: Guilhem Lavaux // Modified by: // Created: 10/07/1997 // Copyright: (c) 1997, 1998 Guilhem Lavaux // Licence: wxWindows licence /////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/accel.h // Purpose: wxAcceleratorTable class // Author: Peter Most, Javier Torres, Mariano Reingart // Copyright: (c) 2009 wxWidgets dev team // Licence: wxWindows licence /////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/anybutton.h // Purpose: wxQT wxAnyButton class declaration // Author: Mariano Reingart // Copyright: (c) 2014 wxWidgets dev team // Licence: wxWindows licence //////////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: app.h // Purpose: wxApp class // Author: Peter Most, Mariano Reingart // Copyright: (c) 2009 wxWidgets dev team // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/bitmap.h // Author: Peter Most, Javier Torres, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/bmpbuttn.h // Author: Peter Most // Copyright: (c) Peter Most // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_BMPBUTTN_H_ #define _WX...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/brush.h // Author: Peter Most, Javier Torres, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence //////////////////////////////////////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/button.h // Author: Peter Most, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/calctrl.h // Purpose: wxCalendarCtrl control implementation for wxQt // Author: Kolya Kosenko // Created: 2010-05-12 // Copyright: (c) 2010 Kolya Kosenko // Licence: wxWindows licence /////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/checkbox.h // Author: Peter Most, Sean D'Epagnier, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/checklst.h // Author: Peter Most, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/choice.h // Author: Peter Most, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/toolbar.h // Author: Sean D'Epagnier // Copyright: (c) Sean D'Epagnier 2014 // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_CLIPBRD_H...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/clrpicker.h // Author: Peter Most // Copyright: (c) Peter Most // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_CLRPICKER_H_ #define _...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/colordlg.h // Author: Sean D'Epagnier // Copyright: (c) Sean D'Epagnier 2014 // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_COLORDLG...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/colour.h // Purpose: wxColour class implementation for wxQt // Author: Kolya Kosenko // Created: 2010-05-12 // Copyright: (c) 2010 Kolya Kosenko // Licence: wxWindows licence //////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/combobox.h // Author: Peter Most, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/control.h // Author: Peter Most, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/ctrlsub.h // Author: Peter Most // Copyright: (c) Peter Most // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_CTRLSUB_H_ #define _WX_Q...
///////////////////////////////////////////////////////////////////////////// // Name: cursor.h // Author: Sean D'Epagnier // Copyright: (c) Sean D'Epagnier 2014 // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_CURSOR_H_ #defin...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/toolbar.h // Author: Sean D'Epagnier // Copyright: (c) Sean D'Epagnier 2014 // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_DATAFORM_...
///////////////////////////////////////////////////////////////////////////// // Name: src/qt/dataobj.cpp // Author: Peter Most // Copyright: (c) Peter Most // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_DATAOBJ_H_ #define _W...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/dataobj2.h // Author: Peter Most // Copyright: (c) Peter Most // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_DATAOBJ2_H_ #define _WX...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/dataview.h // Author: Peter Most // Copyright: (c) Peter Most // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_DATAVIEW_H_ #define _WX...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/dc.h // Author: Peter Most, Javier Torres, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/dcclient.h // Author: Peter Most, Javier Torres, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/dcmemory.h // Author: Peter Most, Javier Torres, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/dcprint.h // Author: Peter Most // Copyright: (c) Peter Most // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_DCPRINT_H_ #define _WX_Q...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/dcscreen.h // Author: Sean D'Epagnier // Copyright: (c) Sean D'Epagnier // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_DCSCREEN_H_ #...
/* * Name: wx/qt/defs.h * Author: Peter Most * Copyright: (c) Peter Most * Licence: wxWindows licence */ #ifndef _WX_QT_DEFS_H_ #define _WX_QT_DEFS_H_ #ifdef __cplusplus typedef class QWidget *WXWidget; #endif #endif /* _WX_QT_DEFS_H_ */
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/dialog.h // Author: Peter Most, Javier Torres, Mariano Reingart, Sean D'Epagnier // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ////////////////////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/dirdlg.h // Author: Sean D'Epagnier // Copyright: (c) 2014 Sean D'Epagnier // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_DIRDLG_H_ ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/dnd.h // Author: Peter Most // Copyright: (c) Peter Most // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_DND_H_ #define _WX_QT_DND_H_...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/qt/dvrenderer.h // Author: Peter Most // Copyright: (c) Peter Most // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_DVRENDERER_H_ #de...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/qt/dvrenderers.h // Author: Peter Most // Copyright: (c) Peter Most // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_DVRENDERERS_H_ #...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/evtloop.h // Author: Peter Most, Javier Torres, Mariano Reingart, Sean D'Epagnier // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/filedlg.h // Author: Sean D'Epagnier // Copyright: (c) 2014 Sean D'Epagnier // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_FILEDLG_H...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/font.h // Author: Peter Most, Javier Torres, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/fontdlg.h // Author: Peter Most // Copyright: (c) Peter Most // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_FONTDLG_H_ #define _WX_Q...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/frame.h // Purpose: wxFrame class interface // Author: Peter Most // Modified by: // Created: 09.08.09 // Copyright: (c) Peter Most // Licence: wxWindows licence ///////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/gauge.h // Author: Peter Most, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _W...
///////////////////////////////////////////////////////////////////////////// // Name: include/wx/qt/glcanvas.cpp // Author: Sean D'Epagnier // Copyright: (c) Sean D'Epagnier 2014 // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_G...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/listbox.h // Author: Peter Most, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/listctrl.h // Author: Mariano Reingart, Peter Most // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/mdi.h // Author: Peter Most, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/menu.h // Author: Peter Most, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/menuitem.h // Author: Peter Most, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/minifram.h // Purpose: wxMiniFrame class // Author: Mariano Reingart // Copyright: (c) 2014 wxWidgets dev team // Licence: wxWindows licence ////////////////////////////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/msgdlg.h // Author: Peter Most, Javier Torres // Copyright: (c) Peter Most, Javier Torres // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _W...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/notebook.h // Author: Peter Most, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/palette.h // Author: Peter Most // Copyright: (c) Peter Most // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_PALETTE_H_ #define _WX_Q...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/pen.h // Author: Peter Most, Javier Torres // Copyright: (c) Peter Most, Javier Torres // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_Q...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/popupwin.h // Author: Peter Most // Copyright: (c) Peter Most // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_POPUPWIN_H_ #define _WX...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/printdlg.h // Author: Peter Most // Copyright: (c) Peter Most // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_PRINTDLG_H_ #define _WX...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/printqt.h // Author: Peter Most // Copyright: (c) Peter Most // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_PRINTQT_H_ #define _WX_Q...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/radiobox.h // Author: Peter Most, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/radiobut.h // Author: Peter Most // Copyright: (c) Peter Most // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_RADIOBUT_H_ #define _WX...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/region.h // Purpose: header for wxRegion // Author: Peter Most, Javier Torres // Copyright: (c) Peter Most, Javier Torres // Licence: wxWindows Licence /////////////////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/scrolbar.h // Author: Peter Most, Javier Torres, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/slider.h // Author: Peter Most, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/spinbutt.h // Author: Peter Most, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/spinctrl.h // Author: Peter Most, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/statbmp.h // Author: Peter Most, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/statbox.h // Author: Peter Most, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef ...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/statline.h // Author: Peter Most // Copyright: (c) Peter Most // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_STATLINE_H_ #define _WX...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/stattext.h // Author: Peter Most, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/statusbar.h // Author: Peter Most, Javier Torres, Mariano Reingart, Sean D'Epagnier // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence /////////////////////////////////////////////////////...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/taskbar.h // Author: Peter Most // Copyright: (c) Peter Most // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_TASKBAR_H_ #define _WX_Q...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/textctrl.h // Author: Mariano Reingart, Peter Most // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/textentry.h // Author: Peter Most, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifnde...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/tglbtn.h // Author: Peter Most, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/timer.h // Author: Javier Torres // Copyright: (c) Javier Torres // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_TIMER_H_ #define _WX...