wxWidgets/include/wx/generic
Vadim Zeitlin cf858bab79 Deprecate old style wxPanel ctor taking separate coordinates.
wxPanel had a ctor in very old (wx 1.x-compatible?) style which was marked as
"old" and not documented but not officially deprecated. Do deprecate it now in
view of removing it in later releases.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-03-20 00:00:42 +00:00
..
private Add generic wxMarkupText class implementing handling of markup. 2011-02-27 12:48:21 +00:00
aboutdlgg.h add parent parameter to wxAboutBox() (closes #9952) 2009-04-26 13:41:21 +00:00
accel.h
animate.h
bmpcbox.h
busyinfo.h minor cleanup 2009-12-05 19:57:58 +00:00
buttonbar.h
calctrlg.h No real changes, just cleanup week days handling in wxGenericCalendarCtrl. 2010-10-24 22:40:47 +00:00
caret.h
choicdgg.h Add initial selection parameter to wxGetSingleChoice() functions. 2010-03-21 11:06:31 +00:00
clrpickerg.h Move wxColourData and wxFontData into separate files. 2011-01-07 05:26:57 +00:00
collpaneg.h
colour.h
colrdlgg.h Move wxColourData and wxFontData into separate files. 2011-01-07 05:26:57 +00:00
combo.h Added dummy GetTextWidget() implementation for wxMotif wxComboCtrl 2010-12-23 10:26:06 +00:00
ctrlsub.h
dataview.h Add optional columns autosizing to wxDataViewCtrl. 2010-10-30 15:57:41 +00:00
datectrl.h Add wxCompositeWindow<> and use it in wxDatePickerCtrlGeneric. 2011-01-03 11:24:13 +00:00
dcpsg.h No changes, just removed hard tabs and trailing white space. 2009-08-21 10:41:26 +00:00
dirctrlg.h Rename wxGenericDirCtrl::ExpandDir() to PopulateNode(). 2010-12-03 14:12:23 +00:00
dirdlgg.h
dragimgg.h
dvrenderer.h Pass wxRect/wxPoint arguments to wxDataViewCustomRenderer by reference. 2011-03-01 12:16:49 +00:00
dvrenderers.h Pass wxRect/wxPoint arguments to wxDataViewCustomRenderer by reference. 2011-03-01 12:16:49 +00:00
fdrepdlg.h
filectrlg.h
filedlgg.h Make wxFileDialog::Set/SetPath() behave consistently. 2009-11-26 16:17:00 +00:00
filepickerg.h Initialize picker style in native GTK file/dir pickers. 2010-03-16 00:23:57 +00:00
fontdlgg.h Move wxColourData and wxFontData into separate files. 2011-01-07 05:26:57 +00:00
fontpickerg.h Move wxColourData and wxFontData into separate files. 2011-01-07 05:26:57 +00:00
fswatcher.h Merge SOC2009_FSWATCHER branch into trunk. 2009-10-22 11:35:43 +00:00
grid.h Add wxGrid::RefreshAttr() method to force attribute refresh. 2010-08-30 22:18:52 +00:00
gridctrl.h Add documentation for several grid cell renderer/editor classes. 2010-04-22 11:20:50 +00:00
grideditors.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
gridsel.h
headerctrlg.h Remove remaining bits of marker drawing during resizing 2009-06-12 16:15:35 +00:00
helpext.h
hyperlink.h Provide native wxHyperlinkCtrl implementation for wxMSW. 2010-08-17 16:55:32 +00:00
icon.h
imaglist.h minor cleanup 2009-12-05 19:57:58 +00:00
infobar.h Move wxInfoBar to core library from adv. 2010-05-05 12:20:08 +00:00
laywin.h Implement wx-prefixed macros versions of DECLARE_EVENT_TABLE, BEGIN_EVENT_TABLE* and END_EVENT_TABLE macros. 2010-06-09 14:28:08 +00:00
listctrl.h Account for largest item in wxGenericListCtrl::GetBestSize(). 2010-07-11 10:44:08 +00:00
logg.h Changed wxLog DoLogXXX() callbacks and introduced wxLogRecordInfo. 2009-07-08 13:47:33 +00:00
mask.h
mdig.h
msgdlgg.h Allow using custom labels for wxGenericMessageDialog buttons. 2010-08-30 21:48:21 +00:00
notebook.h Refactor: use wxBookCtrlBase::m_selection in all derived classes. 2010-10-27 16:54:36 +00:00
notifmsg.h
numdlgg.h
paletteg.h
panelg.h Deprecate old style wxPanel ctor taking separate coordinates. 2011-03-20 00:00:42 +00:00
printps.h
prntdlgg.h
progdlgg.h Fixed compilation when WXINTL_NO_GETTEXT_MACRO is defined. 2011-02-15 20:31:19 +00:00
propdlg.h
region.h
richmsgdlgg.h Compilation fix for non-PCH build in wxGenericRichMessageDialog code. 2010-08-19 00:06:12 +00:00
sashwin.h
scrolwin.h
spinctlg.h Fix setting tooltips for generic wxSpinCtrl. 2011-03-15 11:10:38 +00:00
splash.h
splitter.h Deprecate not working wxSplitterWindow::SetSashSize(). 2010-11-22 01:23:16 +00:00
srchctlg.h
statbmpg.h No changes, just removed hard tabs and trailing white space. 2009-08-21 10:41:26 +00:00
statline.h
stattextg.h Add markup support to generic wxStaticText implementation. 2011-02-27 12:48:38 +00:00
statusbr.h Don't pop explicitly changed status messages. 2009-08-06 00:01:43 +00:00
tabg.h
textdlgg.h
treectlg.h Send generic wxTreeCtrl wxEVT_COMMAND_TREE_KEY_DOWN events from OnKeyDown rather than OnChar. This change means it sends events for the same keys as the wxMSW control. It also fixes the failing unit test. 2010-09-22 10:06:39 +00:00
wizard.h