From 491ea6fa20bb2bf459c41bf2a7859ee3c4f3436e Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 18 Jan 2000 09:18:24 +0000 Subject: [PATCH] added justification demo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/html/test/test.htm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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? ?? +

Justified paragraph:

+ +

+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. + + -- 2.50.0