X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/139ab6fc2644f7255f1d32e964c0ab6d5468ec34..2b96d0fb4be7d684c17987d74f8f92d0cfe345b5:/samples/html/test/test.htm?ds=inline diff --git a/samples/html/test/test.htm b/samples/html/test/test.htm index 39abd6a58e..8fcbdf971e 100644 --- a/samples/html/test/test.htm +++ b/samples/html/test/test.htm @@ -324,5 +324,19 @@ continue as before, ok? ?? +
+A frame is a window whose size and position can (usually) be changed by the +user. It usually has thick borders and a title bar, and can optionally contain +a menu bar, toolbar and status bar. A frame can contain any window that is not +a frame or dialog. +
+A frame that has a status bar and toolbar created via the +CreateStatusBar/CreateToolBar functions manages these windows, and adjusts the +value returned by GetClientSize to reflect the remaining size available to +application windows. + +