On 03/03/2011 18:25, Paul McNett wrote:
> On 3/3/11 9:04 AM, Werner F. Bruhin wrote:
>> _dDockPanel is not inherited by anyone, just used internally by
>> dDockForm, that is why its methods don't show up anywhere in the doc.
> If _dDockPanel isn't inherited by anything public, why do we want docs for
> it? (The
> docs for dDockForm should be sufficient, no?)
To find out e.g. valid entries for DockSide, e.g.:
class MainForm(dabo.ui.dDockForm):
def initProperties(self):
self.SaveRestorePosition = False
def afterInit(self):
self.p1 = self.addPanel(Floating=False, Caption="Docked 1",
BackColor="slateblue",
ShowCaption=False, ShowPinButton=True,
ShowCloseButton=False,
ShowGripper=True, Size=(144, 100), DockSide='Left')
Werner
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]