wxWidgets/samples/scrollsub
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 store CodeWarrior 5.3 projects as xml instead of binary projects 2001-12-02 18:11:49 +00:00
makefile.b32 scrolling of foreign windowsplus sample 1999-10-15 14:59:44 +00:00
makefile.bcc scrolling of foreign windowsplus sample 1999-10-15 14:59:44 +00:00
makefile.dos scrolling of foreign windowsplus sample 1999-10-15 14:59:44 +00:00
makefile.g95 scrolling of foreign windowsplus sample 1999-10-15 14:59:44 +00:00
Makefile.in inserted @IF_GNU_MAKE@ to allow building with other make versions 2002-01-25 11:31:21 +00:00
makefile.twn scrolling of foreign windowsplus sample 1999-10-15 14:59:44 +00:00
makefile.unx replaced "CC = gcc" and even stranger "CPP = gcc -g" (huh?) with 2001-11-28 18:10:15 +00:00
makefile.vc scrolling of foreign windowsplus sample 1999-10-15 14:59:44 +00:00
makefile.wat scrolling of foreign windowsplus sample 1999-10-15 14:59:44 +00:00
scrollsub.cpp Added knowledge of virtual size to wx(Scrolled)Windows, they can now 2002-04-19 22:12:38 +00:00
scrollsub.def scrolling of foreign windowsplus sample 1999-10-15 14:59:44 +00:00
scrollsub.dsp Updated VC++ files 2002-01-18 14:33:01 +00:00
scrollsub.pro added new project files for all samples and demos; removed the old ones 2001-10-09 22:30:29 +00:00
scrollsub.rc scrolling of foreign windowsplus sample 1999-10-15 14:59:44 +00:00
scrollsubM5.xml updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00