PyALaMode and plugins

Hi,

I'm going on with my prototype of adding a library as a plugin to
PyALaMode ... I wish to know if one can assume that the widgets creation
sequence will not change in the future or maybe get input as to another way
of doing it:

When my plugin gets called, it is given the main frame as parent.

Currently and in order to get to the Crust shell from my code, this is what I
access:

parent.Children[1].Children[0].Children[0]

I'm sure I'm not going about it the right way

Any suggestions ?

Thanks,

Philippe

···

--
_________________________
Philippe C. Martin
www.snakecard.com
_________________________

I need a rest ... I'll search further

···

On Friday 5 January 2007 15:16, Philippe C. Martin wrote:

On Friday 5 January 2007 15:10, Philippe C. Martin wrote:
> Hi,
>
> I'm going on with my prototype of adding a library as a plugin to
> PyALaMode ... I wish to know if one can assume that the widgets creation
> sequence will not change in the future or maybe get input as to another
> way of doing it:
>
> When my plugin gets called, it is given the main frame as parent.
>
> Currently and in order to get to the Crust shell from my code, this is
> what I access:
>
> parent.Children[1].Children[0].Children[0]
>
>
> I'm sure I'm not going about it the right way
>
> Any suggestions ?
>
> Thanks,
>
> Philippe

I'm sorry, the "self" I'm passing is of type EditorShellNotebook

--
_________________________
Philippe C. Martin
www.snakecard.com
_________________________