[Gtk-sharp-list] applets, custom widget, web browsing.

Maurizio Colucci seguso.forever@tin.it
Sat, 10 Jul 2004 19:12:48 -0700


On Saturday 10 July 2004 09:30, Todd Berman wrote:

> > 1) the app must be a gnome-panel applet.
>
> This is possible [...]
>
> > 2) the app must create its own a custom widget (inherit GtkWidget and
> > override expose, realize, etc). Reason: I need a listbox widget that
> > word-wraps its items on resize (see screenshots).
>
> Yup, this works great already. However, I don't think you need a custom
> widget, I believe you might be able to write a CellRenderer that does
> this.

I tried and failed once :-)

> > 3) The app must have integrated web browsing. ( I am not sure this is
> > GTK# related...)
>
> There are two ways to do this.

That's great to know! Thanks! I will seriously consider porting the app to 
nemerle+Mono+Gtk#+gtkhtml. 

Maurizio