wxWidgets/include/wx/os2
Vadim Zeitlin c6179a847d 1. added SetSelection() to wxItemContainer and removed its declarations
from derived classes
2. made wxItemContainer::Select() non virtual: it simply calls SetSelection()
3. renamed wxListBox::SetSelection(n, select) to DoSetSelection() for all
   ports and defined non virtual SetSelection() overloads in the base class
   to avoid virtual functions hiding


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-13 17:08:27 +00:00
..
accel.h Use old licence name 2004-05-23 20:53:33 +00:00
app.h Use old licence name 2004-05-23 20:53:33 +00:00
apptbase.h Use old licence name 2004-05-23 20:53:33 +00:00
apptrait.h Use old licence name 2004-05-23 20:53:33 +00:00
bitmap.h Use old licence name 2004-05-23 20:53:33 +00:00
blank.ptr
bmpbuttn.h Use old licence name 2004-05-23 20:53:33 +00:00
brush.h wxBrushBase between wxBrush and wxGDIObject (class follows wxFontBase model). 2004-12-03 15:31:31 +00:00
bullseye.ptr
button.h new stock buttons API 2004-08-30 14:42:51 +00:00
cdrom.ico
checkbox.h Use old licence name 2004-05-23 20:53:33 +00:00
checklst.h Use old licence name 2004-05-23 20:53:33 +00:00
child.ico
choice.h Use old licence name 2004-05-23 20:53:33 +00:00
clipbrd.h wxClipboard changes compilation fixes 2004-06-21 08:54:35 +00:00
clock.ptr
colour.h Use old licence name 2004-05-23 20:53:33 +00:00
colours.bmp
combobox.h wxTextPos for all GetLastPosition with constants for special cases. Make it virtual everywhere. Avoid doubling typedefs. Always include textctrl.h for combobox.h. Source cleaning. 2005-01-19 16:25:34 +00:00
computer.ico
control.h Use old licence name 2004-05-23 20:53:33 +00:00
cross.bmp
csquery.bmp
cursor.h Use old licence name 2004-05-23 20:53:33 +00:00
dataform.h Use old licence name 2004-05-23 20:53:33 +00:00
dataobj2.h Use old licence name 2004-05-23 20:53:33 +00:00
dataobj.h Use old licence name 2004-05-23 20:53:33 +00:00
dc.h Use Get*Box instead Get*Region if you are asking about position and size. And it is enough to have it in base class only. 2004-12-06 15:48:50 +00:00
dcclient.h Use old licence name 2004-05-23 20:53:33 +00:00
dcmemory.h Use old licence name 2004-05-23 20:53:33 +00:00
dcprint.h Use old licence name 2004-05-23 20:53:33 +00:00
dcscreen.h Use old licence name 2004-05-23 20:53:33 +00:00
dialog.h Fixed handling of modal dialogs. 2004-10-24 12:08:25 +00:00
dirdlg.h Use old licence name 2004-05-23 20:53:33 +00:00
disable.bmp
dnd.h Use old licence name 2004-05-23 20:53:33 +00:00
drive.ico
error.ico
file.ico
filedlg.h Use old licence name 2004-05-23 20:53:33 +00:00
floppy.ico
folder1.ico
folder2.ico
folder.ico
font.h removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called (the latter already calls SetAutoLayout(true) in case of a non-NULL window); usual cleanup: removing tabs and end of line whitespace, TRUE->true, FALSE->false, -1->wxID_ANY, Enable(false)->Disable(), ""->wxEmptyString 2004-06-12 23:44:08 +00:00
fontdlg.h Use old licence name 2004-05-23 20:53:33 +00:00
frame.h Use old licence name 2004-05-23 20:53:33 +00:00
gauge.h Use old licence name 2004-05-23 20:53:33 +00:00
gdiimage.h Use old licence name 2004-05-23 20:53:33 +00:00
gdiobj.h Use old licence name 2004-05-23 20:53:33 +00:00
hand.ptr
heart.ptr
helpwin.h Use old licence name 2004-05-23 20:53:33 +00:00
icon.h removed 2.0 compatibility stuff (patch 1054261) 2004-11-11 18:59:51 +00:00
info.ico
iniconf.h Use old licence name 2004-05-23 20:53:33 +00:00
joystick.h Use old licence name 2004-05-23 20:53:33 +00:00
listbox.h 1. added SetSelection() to wxItemContainer and removed its declarations 2005-02-13 17:08:27 +00:00
listctrl.h Common wxListCtrl control name. 2005-01-14 13:07:44 +00:00
magnit1.ptr
mdi.h Use old licence name 2004-05-23 20:53:33 +00:00
menu.h Use old licence name 2004-05-23 20:53:33 +00:00
menuitem.h Use old licence name 2004-05-23 20:53:33 +00:00
metafile.h Use old licence name 2004-05-23 20:53:33 +00:00
mimetype.h Use old licence name 2004-05-23 20:53:33 +00:00
minifram.h Use old licence name 2004-05-23 20:53:33 +00:00
msgdlg.h Use old licence name 2004-05-23 20:53:33 +00:00
noentry.ptr
notebook.h Common default notebook name. 2005-01-13 20:30:21 +00:00
palette.h wxPaletteBase introduction. wxPalette::GetColoursCount() in interface of all platforms. wxColourMap definition centralized and 2.4 only. Source cleaning. 2004-12-08 17:43:18 +00:00
pbrush.ptr
pen.h Use old licence name 2004-05-23 20:53:33 +00:00
pencil.ptr
pnghand.h Use old licence name 2004-05-23 20:53:33 +00:00
pngread.h
pntleft.ptr
pntright.ptr
popupwin.h Use old licence name 2004-05-23 20:53:33 +00:00
print.h Get rid of the class naming conflict with the base header 2004-10-21 17:36:01 +00:00
printos2.h Added stubs for OS/2 to new printing system. 2004-10-21 21:32:57 +00:00
private.h Metric conversion constants not doubled in each port code. 2004-12-21 16:25:59 +00:00
query.ptr
question.ico
radiobox.h Use old licence name 2004-05-23 20:53:33 +00:00
radiobut.h Use old licence name 2004-05-23 20:53:33 +00:00
region.h split wxRegion(wxBitmap) ctor into two ctors with clearer semantics 2004-06-03 21:13:52 +00:00
removble.ico
roller.ptr
scrolbar.h Use old licence name 2004-05-23 20:53:33 +00:00
size.ptr
slider.h Use old licence name 2004-05-23 20:53:33 +00:00
sound.h Use old licence name 2004-05-23 20:53:33 +00:00
spinbutt.h Use old licence name 2004-05-23 20:53:33 +00:00
spinctrl.h Use old licence name 2004-05-23 20:53:33 +00:00
statbmp.h Use old licence name 2004-05-23 20:53:33 +00:00
statbox.h Use old licence name 2004-05-23 20:53:33 +00:00
statline.h Use old licence name 2004-05-23 20:53:33 +00:00
stattext.h Use old licence name 2004-05-23 20:53:33 +00:00
stdpaths.h Added wxStandardPaths implementation for OS/2. 2004-11-06 22:14:04 +00:00
tabctrl.h Use old licence name 2004-05-23 20:53:33 +00:00
textctrl.h wxTextPos for all GetLastPosition with constants for special cases. Make it virtual everywhere. Avoid doubling typedefs. Always include textctrl.h for combobox.h. Source cleaning. 2005-01-19 16:25:34 +00:00
tick.bmp
timer.h Use old licence name 2004-05-23 20:53:33 +00:00
tip.ico
toolbar.h Use old licence name 2004-05-23 20:53:33 +00:00
tooltip.h Use old licence name 2004-05-23 20:53:33 +00:00
toplevel.h Removed list of modeless windows (apparently no longer needed). 2004-10-24 13:46:06 +00:00
treectrl.h Old API deprecated. Source cleaning. 2005-01-11 21:17:16 +00:00
warning.ico
watch1.ptr
watch.ptr
window.h wxWindow::GetClientAreaOrigin duplicated wxWindowBase method. 2005-02-10 10:49:35 +00:00
wx.dlg
wx.rc
wx.res Removed zipped-up version of OS/2-specific configure files (no longer needed). 2004-02-21 22:36:59 +00:00
wxrsc.h