Not to destroy our properties box when it is closed.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@677 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# $Id: properties.py,v 1.1 2002/03/17 09:03:06 mdb Exp $
|
# $Id: properties.py,v 1.2 2002/03/18 00:30:24 mdb Exp $
|
||||||
#
|
#
|
||||||
# lookuplet - a utility for quickly looking up information
|
# lookuplet - a utility for quickly looking up information
|
||||||
# Copyright (C) 2001-2002 Michael Bayne
|
# Copyright (C) 2001-2002 Michael Bayne
|
||||||
@@ -62,6 +62,9 @@ class Properties:
|
|||||||
self.deleteButton = xmlui.get_widget("delete");
|
self.deleteButton = xmlui.get_widget("delete");
|
||||||
self.bindList = xmlui.get_widget("bindings");
|
self.bindList = xmlui.get_widget("bindings");
|
||||||
|
|
||||||
|
# make our props panel not destroy itself on close
|
||||||
|
self.propsPanel.close_hides(gtk.TRUE);
|
||||||
|
|
||||||
# wire up our handlers
|
# wire up our handlers
|
||||||
nameFuncMap = {};
|
nameFuncMap = {};
|
||||||
for key in dir(self.__class__):
|
for key in dir(self.__class__):
|
||||||
|
|||||||
Reference in New Issue
Block a user