On Sat, Sep 19, 2009 at 12:00:50PM +0200, Cornelius Hald wrote:

> In my HildonButton subclass. Instead of setting the GtkCellView using
> hildon_button_set_image(), I also tried gtk_button_set_image(). The
> problem with the latter is, that it's just never shown. Probably
> HildonButton is somehow overriding the image part of GtkButton.

Yes, because GtkButton's _set_image() is not a virtual method.

GtkButton supports an image and a label. If you change that default
layout (which is what HildonButton does) there's no way to reuse some
of its methods.

Berto
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to