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
.cvsignore
aboutdlgg.h
accel.h
animate.h
bmpcbox.h
busyinfo.h
buttonbar.h
calctrl.h
caret.h
choicdgg.h
clrpickerg.h
collpaneg.h
colour.h
colrdlgg.h
combo.h
dataview.h
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
fdrepdlg.h
filedlgg.h
filepickerg.h
fontdlgg.h
fontpickerg.h
grid.h
gridctrl.h
gridsel.h
helpext.h
hyperlink.h
icon.h
imaglist.h
laywin.h
listctrl.h added wxListCtrl::SetItemPtrData() 2007-05-10 01:53:21 +00:00
logg.h
mask.h
mdig.h
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
srchctlg.h fix compilation in wxUSE_MENUS==0 case 2007-05-05 14:48:20 +00:00
statline.h
statusbr.h
tabg.h
textdlgg.h
treectlg.h
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