[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: How to replace deprecated functions
- From: "Gian Mario Tagliaretti" <gianmt gnome org>
- To: "Joerg Anders" <j anders informatik tu-chemnitz de>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: How to replace deprecated functions
- Date: Wed, 15 Aug 2007 10:44:35 +0200
2007/8/13, Joerg Anders <j anders informatik tu-chemnitz de>:
> Thank you for this. But gtk_toolbar_insert() requires
> an GtkToolItem as 2nd parameter. And I found now way to say:
> "The GtkToolItem is a GtkSpinButton."
GtkToolItem inherits from container, so create GtkToolItem and add
your widget, then use gtk_toolbar_insert() with your brand new
GtkToolItem.
Hope it helps
cheers
--
Gian Mario Tagliaretti
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]