[Gtk-sharp-list] slightly more complex development

Rafael Teixeira monoman at gmail.com
Wed Mar 21 08:21:25 EDT 2007


You should create a new widget instead of a new window:

1) right-click the "User Interface" node in the project.
2) select "New widget..."
3) name it
4) start designing it

After successful compilation, your widget will appear in the toolbar
to be usable  in your windows (only with Stetic/MD).

If you do so in a library project, you'll also need to tell in the
project options, if you want the widget to be exported, so that it can
be usable by programs that reference the library.

Fun,

On 3/21/07, David Griffith <dgriffi at cs.csubak.edu> wrote:
>
> 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?
> _______________________________________________
> Gtk-sharp-list maillist  -  Gtk-sharp-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
>


-- 
Rafael "Monoman" Teixeira
---------------------------------------
"The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself. Therefore all
progress depends on the unreasonable man." George Bernard Shaw


More information about the Gtk-sharp-list mailing list