wxWidgets/include/wx/generic
Ron Lee 566d84a7c3 Added knowledge of virtual size to wx(Scrolled)Windows, they can now
manage their own scrollbars with the help of a sizer or other user
clues (SetVirtualSizeHints) without the need for an ancillary container.
Added SetSizerAndFit convenience method.
SetSizer now enables/disables AutoLayout automagically.
Logic bugfix for scrollsub sample.
Syntax bugfix in parser.y.
Compiler warning fix in textctrl.cpp.

 Modified Files:
    docs/latex/wx/scrolwin.tex docs/latex/wx/sizer.tex
    docs/latex/wx/window.tex include/wx/scrolwin.h
    include/wx/sizer.h include/wx/window.h
    include/wx/generic/scrolwin.h include/wx/gtk/scrolwin.h
    samples/scrollsub/scrollsub.cpp src/common/parser.y
    src/common/sizer.cpp src/common/wincmn.cpp
    src/generic/scrlwing.cpp src/gtk/scrolwin.cpp
    src/msw/textctrl.cpp


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-19 22:12:38 +00:00
..
.cvsignore
accel.h
calctrl.h
caret.h
choicdgg.h
colrdlgg.h
dcpsg.h Added wxDF_HTML 2002-04-17 11:48:11 +00:00
dirctrlg.h Added a wxDD_NEW_DIR_BUTTON style for wxDirDialog (currently, 2002-04-10 09:35:36 +00:00
dirdlgg.h Added a wxDD_NEW_DIR_BUTTON style for wxDirDialog (currently, 2002-04-10 09:35:36 +00:00
dragimgg.h
fdrepdlg.h
filedlgg.h
fontdlgg.h corrected const char * to char * conversions (patch 543896) 2002-04-15 18:49:57 +00:00
grid.h Some secondary grid classes now derive from wxClientDataContainer. 2002-04-18 05:32:35 +00:00
gridctrl.h
gridg.h
gridsel.h
helpext.h
helphtml.h
imaglist.h
laywin.h
listctrl.h
msgdlgg.h
notebook.h
paletteg.h
panelg.h Three more attempts to get metal look. 2002-04-14 14:42:43 +00:00
printps.h
prntdlgg.h
progdlgg.h
sashwin.h
scrolwin.h Added knowledge of virtual size to wx(Scrolled)Windows, they can now 2002-04-19 22:12:38 +00:00
spinctlg.h
splash.h
splitter.h
statline.h
statusbr.h
tabg.h
textdlgg.h
timer.h
treectlg.h
treelay.h
wizard.h