comp.lang.ada
 help / color / mirror / Atom feed
From: David Botton <david@botton.com>
Subject: Re: Gnoga: control over borders with nested views
Date: Sun, 9 Nov 2014 20:10:23 -0800 (PST)
Date: 2014-11-09T20:10:23-08:00	[thread overview]
Message-ID: <9fafbc62-0843-4ba3-b0c0-f906294b4d06@googlegroups.com> (raw)
In-Reply-To: <77ce9e26-2bdd-4703-b078-7d38433447f2@googlegroups.com>

>    Main_View.Create(Window);
>    Parent_View.Create(Main_View);

   Parent_View.Overflow (Gnoga.Gui.Element.Hidden);
   --  This will cause the children to be "clipped" and contained in the Parent_View

>    Child1_View.Create(Parent_View);
>    Child2_View.Create(Parent_View);

...

    Parent_View.Border_Radius(Radius => "10%");


That should get you started.

Also consider joining the gnoga list - https://lists.sourceforge.net/lists/listinfo/gnoga-list

David Botton


  reply	other threads:[~2014-11-10  4:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-10  0:07 Gnoga: control over borders with nested views Jeremiah
2014-11-10  4:10 ` David Botton [this message]
2014-11-10  5:00   ` Jeremiah
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox