wxWidgets/include/wx/palmos
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
..
Icons
private preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088): 2007-04-20 01:29:16 +00:00
accel.h COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
app.h
AppResources.h
apptbase.h
apptrait.h preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088): 2007-04-20 01:29:16 +00:00
bitmap.h COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
bmpbuttn.h Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing 2007-04-08 22:18:35 +00:00
brush.h
button.h Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing 2007-04-08 22:18:35 +00:00
caret.h
checkbox.h
checklst.h
chkconf.h removed WXWIN_COMPATIBILITY_2_4 in non-MSW code 2007-03-07 11:48:53 +00:00
choice.h
clipbrd.h 1. Moved m_usePrimary to wxClipboardBase as it's now also used by wxMSW/wxMac 2007-03-31 02:57:55 +00:00
colordlg.h
combobox.h
control.h
cursor.h COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
datectrl.h
dc.h Made device to logical and vv conversion methods 2007-05-01 21:28:29 +00:00
dcclient.h
dcmemory.h Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare 2006-10-30 19:41:46 +00:00
dcprint.h Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies 2006-10-27 13:07:40 +00:00
dcscreen.h
dialog.h
dib.h
dirdlg.h
dragimag.h
enhmeta.h
evtloop.h implement event loop for console applications (heavily modified patch 1715735) 2007-05-14 23:43:39 +00:00
fdrepdlg.h
filedlg.h
font.h
fontdlg.h
fontenum.h
frame.h
gauge.h
gdiimage.h
glcanvas.h Big wxGL classes refactoring/cleanup: 2007-04-10 17:38:55 +00:00
help.h
imaglist.h
joystick.h multiple fixes to wxJoystick under Unix and new index-based API for accessing joystick buttons and axes (patch 1678497) 2007-03-16 00:51:43 +00:00
listbox.h
listctrl.h added wxListCtrl::SetItemPtrData() 2007-05-10 01:53:21 +00:00
mdi.h
menu.h
menuitem.h
metafile.h changed wxDC::GetTextExtent() and related methods to take const wxFont pointer, for consistency with wxWindow::GetTextExtent() and because it generally doesn't need a non-const font 2007-04-25 01:49:47 +00:00
mimetype.h
minifram.h
msgdlg.h 1. Derive wxMessageDialogBase from wxDialog (why did we use multiple 2007-05-24 12:50:42 +00:00
mslu.h split wxchar.h into several smaller headers 2007-03-19 14:45:38 +00:00
notebook.h
palette.h COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
pen.h renamed IsRefTo() to IsSameAs() (do complain if this is not more clear) and 2006-10-30 22:03:53 +00:00
popupwin.h
prefconf.h derive wxConfig classes from wxObject and add wxRTTI macros to them (patch 1587607) 2007-03-10 18:16:10 +00:00
printdlg.h
printpalm.h
progdlg.h
radiobox.h GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
radiobut.h
region.h
scrolbar.h
setup0.h add wxUSE_STC wrappers 2007-04-17 05:48:09 +00:00
slider.h
sound.h
spinbutt.h
spinctrl.h
statbmp.h
statbox.h
statline.h default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr 2006-12-09 14:52:59 +00:00
stattext.h
statusbr.h
stdpaths.h [ 1590221 ] wxStandardPaths::GetExecutablePath 2006-11-12 12:58:10 +00:00
tabctrl.h
taskbar.h
textctrl.h
tglbtn.h
timer.h
toolbar.h fixed all the other ports broken by controls labels in wxToolBar patch commit 2007-03-18 23:57:20 +00:00
tooltip.h
toplevel.h made wxTLW::SetIcon() non-virtual, it was already implemented in terms of 2007-04-07 23:40:55 +00:00
treectrl.h
Version.xrd
window.h make IsEnabled() return false even if the window parent, and not the window itself, is disabled and added IsThisEnabled() implementing the old IsEnabled() behaviour; also significantly simplify the window state management code in all ports by factoring out the common parts in wxWindowBase 2007-03-23 14:01:53 +00:00
wxWidgets.def
wxWidgets.sld
wxWidgets.xrd