1
0
Fork 0

Make it optional whether a dialog can be dragged or not.

This commit is contained in:
ehofman 2005-05-02 12:16:15 +00:00
parent 78e3dd6b12
commit ef0e9dd8ef

View file

@ -74,6 +74,7 @@ a simple, "hello world" dialog:
<width>150</width>
<height>100</height>
<modal>false</modal>
<draggable>true</draggable>
<text>
<x>10</x>
@ -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:
<PropertyList>