wxWidgets/include/wx/generic
Vadim Zeitlin 8f884a0dcc Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
wxGDIObject::Create/CloneGDIRefData() and implemented them for (almost) all
ports


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-15 17:54:20 +00:00
..
private replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut) 2007-12-12 01:35:53 +00:00
aboutdlgg.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
accel.h
animate.h
bmpcbox.h many wxItemContainer-related changes: 2007-07-26 13:54:14 +00:00
busyinfo.h Added forward declaration for wxWindow 2007-09-26 06:41:11 +00:00
buttonbar.h
calctrl.h
caret.h
choicdgg.h
clrpickerg.h Compilo 2007-12-08 17:55:37 +00:00
collpaneg.h missing forward decl 2007-12-09 16:46:56 +00:00
colour.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
colrdlgg.h
combo.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
ctrlsub.h don't access m_clientDataItemsType directly 2007-09-17 00:12:13 +00:00
dataview.h Add wxDataViewTextRendererAttr, blind noop under wxMac 2007-11-08 22:51:58 +00:00
datectrl.h use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut) 2007-11-23 14:13:50 +00:00
dcpsg.h compilation fix after removing default wxDC ctor 2007-11-30 21:17:23 +00:00
dirctrlg.h forward SetFocus() to the directory tree (replaces patch 1831210) 2007-11-17 15:12:13 +00:00
dirdlgg.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
dragimgg.h
fdrepdlg.h
filectrlg.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
filedlgg.h fix wxGenericFileDialog::Get{Path,Directory,Filename}() functions which were completely broken by wxFileCtrl patch 2007-10-05 23:54:40 +00:00
filepickerg.h
fontdlgg.h
fontpickerg.h removed all compile- and run-time checks for GTK+ < 2.4; don't include the generic files which are now never used in wxGTK in the build 2007-11-05 22:31:24 +00:00
grid.h declare wxEVT_GRID_COL_MOVE event (which was defined but not declared in the header) and add macros for handling it (patch 1788077) 2007-09-09 21:39:11 +00:00
gridctrl.h include wx/datetime.h, it's not always included from the other headers 2007-08-15 11:46:57 +00:00
gridsel.h
helpext.h don't use 8 bit characters in sources, this results in level 1 warning with VC8 (patch 1841741) 2007-12-03 22:09:26 +00:00
hyperlink.h
icon.h
imaglist.h
laywin.h
listctrl.h universal fixes 2007-11-26 07:43:06 +00:00
logg.h
mask.h
mdig.h make DoSetSizeHints protected, remove parameter defaults 2007-11-22 06:12:56 +00:00
msgdlgg.h
notebook.h
notifmsg.h added support for icon flags to wxGenericNotificationMessage 2007-12-02 19:43:04 +00:00
numdlgg.h
paletteg.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
panelg.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
printps.h
prntdlgg.h DC reorganization 2007-11-30 13:48:22 +00:00
progdlgg.h don't use 8 bit characters in sources, this results in level 1 warning with VC8 (patch 1841741) 2007-12-03 22:09:26 +00:00
propdlg.h
region.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
sashwin.h
scrolwin.h
spinctlg.h
splash.h
splitter.h
srchctlg.h added wxTextEntry common base class for both wxTextCtrl and wxComboBox; refactor wxGTK code to put common parts of these classes in the base class; fixed some inconsistencies in the text control behaviour between platforms 2007-09-26 00:30:22 +00:00
statline.h
statusbr.h don't show size grip if the window the status bar is attached to is maximized or not resizeable at all 2007-11-18 23:31:48 +00:00
tabg.h
textdlgg.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
treectlg.h also assert in generic GetSelection() if the control is in multiselection mode, for consistency with wxMSW and other controls 2007-11-01 00:09:13 +00:00
wizard.h