I noticed code that says this:
        wx.Window.SetFocus(self.widget)

is there a reason for not using this?
        self.widget.SetFocus()

The latter allows the object to override the method, y'see.

Reid

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev

Reply via email to