[Chandler-dev] setting focus method

Reid Ellis rae at osafoundation.org
Sun Sep 24 10:43:03 PDT 2006


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



More information about the chandler-dev mailing list