wxWidgets/include/wx/motif
Mattia Barbon 6c33b24c53 Derive wxScrollBar from wxScrollBarBase, plus miscellaneous
refactoring. Adjusted default scrollbar size to match the
size of wxScrolledWindow (and other scrolled controls) scrollbars.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-05-27 20:36:31 +00:00
..
.cvsignore Just ignore CVS. It's better for you. 1999-06-07 19:41:37 +00:00
accel.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
app.h Changed the way ApplicationShells are used: now wxMotif 2003-05-04 17:40:46 +00:00
bmpbuttn.h Removed redundant wx<Control>NameStr declarations. 2003-05-12 19:52:43 +00:00
bmpmotif.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
button.h Removed redundant wx<Control>NameStr declarations. 2003-05-12 19:52:43 +00:00
checkbox.h Removed redundant wx<Control>NameStr declarations. 2003-05-12 19:52:43 +00:00
checklst.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
choice.h Removed redundant wx<Control>NameStr declarations. 2003-05-12 19:52:43 +00:00
clipbrd.h Implemented copy-on-demand for wxClipboard. 2003-05-12 19:55:35 +00:00
colour.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
combobox.h Removed redundant wx<Control>NameStr declarations. 2003-05-12 19:52:43 +00:00
control.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
cursor.h Removed some duplicated code, made wxCursor( wxImage ) 2003-05-27 20:31:41 +00:00
dataform.h Reformatted Motif headers; added __WXX11__ symbol support to common headers; 2002-02-05 16:34:33 +00:00
dataobj2.h Implemented wxBitmapDataObject. 2003-05-07 17:24:11 +00:00
dataobj.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
dc.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
dcclient.h Used wxRegion code from wxX11. 2003-05-24 19:41:05 +00:00
dcmemory.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
dcprint.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
dcscreen.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
dialog.h Removed redundant wx<Control>NameStr declarations. 2003-05-12 19:52:43 +00:00
dnd.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
filedlg.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
font.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
frame.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
gauge.h Removed redundant wx<Control>NameStr declarations. 2003-05-12 19:52:43 +00:00
gdiobj.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
glcanvas.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
icon.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
listbox.h Removed redundant wx<Control>NameStr declarations. 2003-05-12 19:52:43 +00:00
mdi.h Removed redundant wx<Control>NameStr declarations. 2003-05-12 19:52:43 +00:00
menu.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
menuitem.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
minifram.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
msgdlg.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
palette.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
print.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
private.h Factored out some common code. 2003-05-12 20:04:08 +00:00
radiobox.h Removed redundant wx<Control>NameStr declarations. 2003-05-12 19:52:43 +00:00
radiobut.h Removed redundant wx<Control>NameStr declarations. 2003-05-12 19:52:43 +00:00
region.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
scrolbar.h Derive wxScrollBar from wxScrollBarBase, plus miscellaneous 2003-05-27 20:36:31 +00:00
slider.h Removed redundant wx<Control>NameStr declarations. 2003-05-12 19:52:43 +00:00
spinbutt.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
statbmp.h Derive wxStaticText from wxStaticTextBase, remove dead code/code 2003-05-13 20:02:15 +00:00
statbox.h Removed redundant wx<Control>NameStr declarations. 2003-05-12 19:52:43 +00:00
stattext.h Derive wxStaticText from wxStaticTextBase, remove dead code/code 2003-05-13 20:02:15 +00:00
textctrl.h Remove duplicate wxEmptyString declaration. 2003-05-22 20:36:33 +00:00
tglbtn.h Implemented wxToggleButton under Motif. 2003-02-12 18:20:23 +00:00
timer.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
toolbar.h disable use of #pragma interface under Mac OS X 2003-05-11 17:57:23 +00:00
toplevel.h Add tests for XShape extension API in configure, 2003-04-09 16:58:33 +00:00
window.h Used wxRegion code from wxX11. 2003-05-24 19:41:05 +00:00