added wxMiniFrame demonstration to the dialogs sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-07-29 00:21:45 +00:00
parent 8630a814ce
commit 1baa0a9db5
3 changed files with 30 additions and 5 deletions

View File

@@ -3,6 +3,9 @@
A miniframe is a frame with a small title bar. It is suitable for floating toolbars that must not
take up too much screen area.
An example of mini frame can be seen in the \helpref{dialogs sample}{sampledialogs}
using the ``Mini frame'' command of the ``Generic dialogs'' submenu.
\wxheading{Derived from}
\helpref{wxFrame}{wxframe}\\