[Gtk-sharp-list] slightly more complex development

David Griffith dgriffi at cs.csubak.edu
Wed Mar 21 00:29:39 EDT 2007


I think I fully understand how to use Stetic to create a more or less
static window.  What I need to do now is figure out how to use Stetic to
design a container and its innards which will then be called into being
something like this:

  ManagementFrame.Add(MyVBox);
  ManagementFrame.ShowAll();

I want to know how to design that MyVBox container.  But I don't see any
way to put a container outside of the MainWindow tree.  So far, the only
way I've found to do anything with MyVBox is to edit MainWindow.cs, which
is very slow and very sloppy.  What do I do?  Where are some more complex
tutorials?

-- 
David Griffith
dgriffi at cs.csubak.edu

A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


More information about the Gtk-sharp-list mailing list