On 3/3/11 11:41 AM, Werner F. Bruhin wrote:
> 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')

Looks like dDockPanel shouldn't be private (but I haven't ever played with the 
dDock* 
classes).

Paul

_______________________________________________
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]

Reply via email to