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 Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
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 Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
button.h new stock buttons API 2004-08-30 14:42:51 +00:00
cdrom.ico More resource files 2002-01-21 19:51:49 +00:00
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 Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
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 Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
colour.h Use old licence name 2004-05-23 20:53:33 +00:00
colours.bmp More resource files 2002-01-21 19:51:49 +00:00
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 More resource files 2002-01-21 19:51:49 +00:00
control.h Use old licence name 2004-05-23 20:53:33 +00:00
cross.bmp Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
csquery.bmp More resource files 2002-01-21 19:51:49 +00:00
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 Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
dnd.h Use old licence name 2004-05-23 20:53:33 +00:00
drive.ico More resource files 2002-01-21 19:51:49 +00:00
error.ico Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
file.ico More resource files 2002-01-21 19:51:49 +00:00
filedlg.h Use old licence name 2004-05-23 20:53:33 +00:00
floppy.ico More resource files 2002-01-21 19:51:49 +00:00
folder1.ico More resource files 2002-01-21 19:51:49 +00:00
folder2.ico More resource files 2002-01-21 19:51:49 +00:00
folder.ico Folder icon 2002-05-10 04:08:11 +00:00
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 Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
heart.ptr Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
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 Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
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 Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
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 Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
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 Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
pen.h Use old licence name 2004-05-23 20:53:33 +00:00
pencil.ptr Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
pnghand.h Use old licence name 2004-05-23 20:53:33 +00:00
pngread.h no message 1999-10-14 22:36:24 +00:00
pntleft.ptr Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
pntright.ptr Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
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 Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
question.ico Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
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 More resource files 2002-01-21 19:51:49 +00:00
roller.ptr Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
scrolbar.h Use old licence name 2004-05-23 20:53:33 +00:00
size.ptr Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
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 Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
timer.h Use old licence name 2004-05-23 20:53:33 +00:00
tip.ico Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
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 Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
watch1.ptr Adding OS/2 default images and resource file to repository 1999-11-23 14:53:13 +00:00
watch.ptr More resource files 2002-01-21 19:51:49 +00:00
window.h wxWindow::GetClientAreaOrigin duplicated wxWindowBase method. 2005-02-10 10:49:35 +00:00
wx.dlg Resource file updates and setup to configure for generic dirdlg. 2002-01-25 22:48:13 +00:00
wx.rc Lots of updates for color dialog and sliders 2002-07-22 03:27:36 +00:00
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 Lots of updates for color dialog and sliders 2002-07-22 03:27:36 +00:00