[MonoDevelop] Gdl docking question

Thomas Dybdahl Ahle lobais at gmail.com
Sun Feb 3 05:12:32 EST 2008


On Sat, 2008-02-02 at 22:16 -0500, Michael Hutchinson wrote:
> On Feb 2, 2008 5:03 PM, Thomas Dybdahl Ahle <lobais at gmail.com> wrote:
> > Hey, I'm trying to use gdl i an app.
> > I'd like one of my components to be without dragbar, just like the
> > documents item in monodevelop.
> >
> > Can anybody tell me how it is done?
> 
> I'm not able to answer your question myself, but I suggest looking at
> the code in Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs.

Super. I found the answer:
DockItem item = new DockItem ("Documents", "Documents",
    DockItemBehavior.Locked | DockItemBehavior.NoGrip);
NoGrip was it.

> FYI, since November 2007 MonoDevelop no longer uses the managed GDL
> port -- it has a completely new managed docking library -- so you'll
> probably want to look at a version from before that.

Oh, a new library? A fork of gdl?
I have monodevelop 0.13. This looks just like anjuta, is it different?

Regards, Thomas



More information about the Monodevelop-list mailing list