Make it optional whether a dialog can be dragged or not.
This commit is contained in:
parent
78e3dd6b12
commit
ef0e9dd8ef
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,7 @@ a simple, "hello world" dialog:
|
||||||
<width>150</width>
|
<width>150</width>
|
||||||
<height>100</height>
|
<height>100</height>
|
||||||
<modal>false</modal>
|
<modal>false</modal>
|
||||||
|
<draggable>true</draggable>
|
||||||
|
|
||||||
<text>
|
<text>
|
||||||
<x>10</x>
|
<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
|
modal - true if the dialog is modal (it blocks the rest of the
|
||||||
program), false otherwise. The default is false.
|
program), false otherwise. The default is false.
|
||||||
|
|
||||||
|
draggable - false if the dialog is not draggable. The default is true.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
|
|
Loading…
Add table
Reference in a new issue