aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_dialog.cpp
diff options
context:
space:
mode:
authorGravatar Noldor2009-09-02 15:56:45 +0000
committerGravatar Noldor2009-09-02 15:56:45 +0000
commit6d86b51b1030208d99649829cea96de0b64b5ed7 (patch)
treec226a1dc617171c0a8f74fcce7d492486fcf24d8 /src/modules/objects/class_dialog.cpp
parent- trailing whitespace cleanups all over the place (diff)
downloadKVIrc-6d86b51b1030208d99649829cea96de0b64b5ed7.tar.gz
KVIrc-6d86b51b1030208d99649829cea96de0b64b5ed7.tar.bz2
KVIrc-6d86b51b1030208d99649829cea96de0b64b5ed7.zip
Some fix in code and doc + removed obsolete code
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3466 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_dialog.cpp')
-rw-r--r--src/modules/objects/class_dialog.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/objects/class_dialog.cpp b/src/modules/objects/class_dialog.cpp
index 3b4ab4084..63eb78885 100644
--- a/src/modules/objects/class_dialog.cpp
+++ b/src/modules/objects/class_dialog.cpp
@@ -4,7 +4,7 @@
// Creation date : Sun Apr 10 22:51:48 CEST 2002 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2002-2008 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2002-2009 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -48,6 +48,7 @@
similar to the widget class, it has only a couple of minor differences.
A dialog is always a top-level widget, but if it has a parent, its default
location is centered on top of the parent. It will also share the parent's windowlist entry.
+ !fn; setModal (<boolean>)
If you call $setModal(1) then the dialog will have non-blocking modal behaviour:
it will appear above its parent widget and block its input until it's closed.
@functions: