johnf wrote: > I have noticed that self.object.Fit() seems to work. Does Fit() call > update()?
I've noticed you guys using wx-specific calls a lot. Fit() is another example. The Dabo call would be self.object.fitToSizer(): http://paul.dabodev.com/doc/api/dabodoc/dabo.ui.uiwx.dPemMixin.dPemMixin.html#Methods_fitToSizer Fit() probably raises an UpdateEvent, which Dabo catches and calls update(). Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
