[Gtk-sharp-list] Exclusive button group (vbuttonbox)?

Chuck Esterbrook chuck.esterbrook at gmail.com
Wed Nov 25 12:20:51 EST 2009


On Wed, Nov 25, 2009 at 4:22 AM, Martin Brodbeck
<martin at brodbeck-online.de> wrote:
> Hello,
>
> first of all, I'm very new to Mono/MonoDevelop/GTK#, and this is certainly a
> typical newbie question.
>
> I would like to have a the following in my main window:
> - a notebook widget on the right
> - a kind of navigation bar on the left, which selects the displayed notebook
> page.

Hi Martin,

I'm also a GTK# newbie and working on the same thing. So this could be
the blind leading the blind, but here we go anyway:

For the list of files, I used a Gtk.NodeView. Overall it works well,
but on the downside, NodeView reserves some space for an icon that I'm
not currently using.

In the long run, my left nav column may become a VBox containing the
NodeView and other things. You can put whatever you want inside a
VBox.

Both of these are described if you poke around
http://www.mono-project.com/GtkSharpTutorials


I hope that helps,

-Chuck


More information about the Gtk-sharp-list mailing list