Sample/DialogConfirm.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 25 May 2010 05:48:32 +0000 (13:48 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 25 May 2010 05:48:32 +0000 (13:48 +0800)
Sample/DialogConfirm.js

index 2926920..0960e7a 100644 (file)
@@ -25,6 +25,7 @@ DialogConfirm=new XObject({
     message_type : Gtk.MessageType.QUESTION,
     use_markup : true,
     text : "-",
+    modal : true,
     listeners : {
         "response":function (self, response_id) {
            this.el.hide();