RE: [gtk-list] Question




> I'm trying to write a program which consists of a top-level window (which
> is easy to create), a menu bar (do I use MenuShells or just plain Menus?),
> and an area where an arbitrary number of icons (of arbitrary sizes)
> appear.  This implies a drawing area widget.  *BUT*, just how the heck do
> I use a drawing-area widget?  It's not documented at all!

You could try using the GtkFixed container, and GtkPixmaps for your icons.
You can then move them anywhere in the fixed container you want.
(See gtk_fixed_put())

I think this should be fairly easy to do (much easier than using a drawing
area).

Damon




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]