wxWidgets/include/wx/generic
Vadim Zeitlin 2afb9e1690 1. Derive wxMessageDialogBase from wxDialog (why did we use multiple
inheritance here?), moved more wxMessageDialog fields into the base class
2. Added functions to set the text of message box buttons (patch 1700393,
   currently only implemented for wxMac)
3. Added wxMessageDialog::SetMessage() and SetExtendedMessage() and
   implemented them for wxMac (part of the patch), wxGTK 2.4+ and in
   a generic way for everybody else
4. Allow changing the dialog attributes between creating and showing it,
   for this the real dialog creation is now done on in ShowModal() in all
   ports


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-05-24 12:50:42 +00:00
..
private preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088): 2007-04-20 01:29:16 +00:00
.cvsignore
aboutdlgg.h put #if wxUSE_COLLPANE around AddCollapsiblePane() declaration 2006-11-12 23:18:52 +00:00
accel.h
animate.h replaced size_t with unsigned int in wxAnimation and related classes and a couple of minor cleanups (use C++ comments; wrap long lines; put private parts after the public ones) 2006-12-10 14:18:37 +00:00
bmpcbox.h
busyinfo.h
buttonbar.h added labels support for toolbar controls for wxMac and wxMSW (modified patch 1613603) 2007-03-18 23:13:18 +00:00
calctrl.h assert if wxCAL_SEQUENTIAL_MONTH_SELECTION style is changed after creation as this doesn't currently work 2006-11-19 20:01:51 +00:00
caret.h
choicdgg.h
clrpickerg.h
collpaneg.h disable wxCollapsiblePane compilation in wx/chkconf.h, not wx/generic/collpaneg.h (bug 1620397) 2007-01-07 17:26:19 +00:00
colour.h
colrdlgg.h add m_ prefix to the member variables and remove unneeded dialogParent field (part of patch 1702962) 2007-04-22 20:20:51 +00:00
combo.h
dataview.h Corrected/implemented sorting (by way of clicking on 2007-04-18 12:31:35 +00:00
datectrl.h
dcpsg.h fix compation with Watcom after latest vararg templates changes 2007-05-06 14:11:14 +00:00
dirctrlg.h deprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just always show the filters if they're present (modified patch 1719448) 2007-05-24 00:14:59 +00:00
dirdlgg.h
dragimgg.h fix unused parameter warning when wxHAS_NATIVE_OVERLAY (patch 1692332) 2007-04-01 14:14:58 +00:00
fdrepdlg.h
filedlgg.h
filepickerg.h
fontdlgg.h
fontpickerg.h
grid.h removed extraneous comma at the end of wxGridDirection enum 2007-03-20 21:06:06 +00:00
gridctrl.h
gridsel.h
helpext.h
hyperlink.h use full repaint style instead of size event 2007-03-08 04:27:29 +00:00
icon.h
imaglist.h
laywin.h removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic flag) 2007-04-14 09:58:37 +00:00
listctrl.h added wxListCtrl::SetItemPtrData() 2007-05-10 01:53:21 +00:00
logg.h
mask.h
mdig.h made wxTLW::SetIcon() non-virtual, it was already implemented in terms of 2007-04-07 23:40:55 +00:00
msgdlgg.h 1. Derive wxMessageDialogBase from wxDialog (why did we use multiple 2007-05-24 12:50:42 +00:00
notebook.h
numdlgg.h
paletteg.h
panelg.h
printps.h
prntdlgg.h
progdlgg.h
propdlg.h
region.h
sashwin.h
scrolwin.h
spinctlg.h
splash.h
splitter.h removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic flag) 2007-04-14 09:58:37 +00:00
srchctlg.h fix compilation in wxUSE_MENUS==0 case 2007-05-05 14:48:20 +00:00
statline.h default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr 2006-12-09 14:52:59 +00:00
statusbr.h
tabg.h removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546) 2007-03-07 11:35:04 +00:00
textdlgg.h
treectlg.h removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546) 2007-03-07 11:35:04 +00:00
wizard.h fix m_sizerPage memory leak for the wizards not using sizers (replaces patch 1708331, fixes bug 1647290) 2007-04-30 19:43:28 +00:00