From ef0e9dd8ef9f7deb4e312031e344a2894afeb359 Mon Sep 17 00:00:00 2001 From: ehofman Date: Mon, 2 May 2005 12:16:15 +0000 Subject: [PATCH] Make it optional whether a dialog can be dragged or not. --- Docs/README.gui | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Docs/README.gui b/Docs/README.gui index 61542e469..92fc492f6 100644 --- a/Docs/README.gui +++ b/Docs/README.gui @@ -74,6 +74,7 @@ a simple, "hello world" dialog: 150 100 false + true 10 @@ -152,6 +153,8 @@ file, since the root element is named PropertyList. modal - true if the dialog is modal (it blocks the rest of the program), false otherwise. The default is false. + draggable - false if the dialog is not draggable. The default is true. + Example: