aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_treewidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_treewidget.cpp')
-rw-r--r--src/modules/objects/class_treewidget.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/objects/class_treewidget.cpp b/src/modules/objects/class_treewidget.cpp
index 8ef93deae..64d3f8c5e 100644
--- a/src/modules/objects/class_treewidget.cpp
+++ b/src/modules/objects/class_treewidget.cpp
@@ -108,6 +108,9 @@
!fn: <listviewitem> $firstChild()
Returns the first child [class]listviewitem[/class] of this listview or $null if there are no items at all.
+ !fn: setAcceptDrops(<benabled:boolean>)
+ If <bEnabled> is true, user can drop files for this listview. The default value is true.
+
!fn: $clickEvent(<item:object>)
This function is called when the user clicks in the list view.
In its argument the [class]listviewitem[/class] object clicked or 0 if the user didn't click on an item.[br]