[MonoDevelop] Stetic questios

Miguel de Icaza miguel at ximian.com
Mon Dec 10 23:57:17 EST 2007


Hello,

    Am creating some data dynamically for a menu, and it is not clear
how I can add this information to my window.

    The UIManager that Stetic creates is a local variable to the build
routine so I can not access that.   Another option is to use the
menubar that is attached to the Window, and the manually walk the menu
hierarchy, but that sounds incredibly suboptimal since we have the UImanager in place.

    Alternatively, I would be happy if I could insert a placeholder in
the menu structure inside Stetic and reference that from the source.

Any pointers?


More information about the Monodevelop-list mailing list