wxWidgets/samples/xrc
Vadim Zeitlin 45effb085a Fix XRC sample main frame initial and minimal size.
The size hints must be explicitly set if tool and/or status bars are added to
the frame after loading its contents from XRC. This didn't matter before
because the (only) item of the frame sizer effectively had wxGROW style and so
adjusted to the frame size even if it was less than the minimal size, but now
that wxALIGN_CENTER_VERTICAL, which was always specified in rc/frame.xrc file
but never taken into account before, is honoured, the initial frame size is
not big enough to show its contents which looks ugly, so work around this.
2015-04-08 23:35:20 +02:00
..
rc Fix invalid use of wxSizer flags inside the library itself. 2015-04-08 23:35:19 +02:00
custclas.cpp use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
custclas.h use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
derivdlg.cpp use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
derivdlg.h use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
descrip.mms
makefile.bcc Convert really all CRLF files to use LF in the git repository. 2015-03-19 21:09:08 +01:00
makefile.gcc Convert really all CRLF files to use LF in the git repository. 2015-03-19 21:09:08 +01:00
Makefile.in Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
makefile.unx
makefile.vc Convert really all CRLF files to use LF in the git repository. 2015-03-19 21:09:08 +01:00
myframe.cpp Fix XRC sample main frame initial and minimal size. 2015-04-08 23:35:20 +02:00
myframe.h Add a more complete example of different controls variants in XRC. 2014-08-03 17:56:20 +00:00
objrefdlg.cpp
objrefdlg.h
xrcdemo_vc7.vcproj Convert really all CRLF files to use LF in the git repository. 2015-03-19 21:09:08 +01:00
xrcdemo_vc8.vcproj Convert really all CRLF files to use LF in the git repository. 2015-03-19 21:09:08 +01:00
xrcdemo_vc9.vcproj Convert really all CRLF files to use LF in the git repository. 2015-03-19 21:09:08 +01:00
xrcdemo.bkl Add a more complete example of different controls variants in XRC. 2014-08-03 17:56:20 +00:00
xrcdemo.cpp
xrcdemo.h