Re: How to replace deprecated functions

2007-08-15 Thread Gian Mario Tagliaretti
2007/8/13, Joerg Anders <[EMAIL PROTECTED]>: > 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 gt

Re: How to replace deprecated functions

2007-08-14 Thread Joerg Anders
On Mon, 3 Aug 2007, Gian Mario Tagliaretti" wrote: > Hi Joerg, > > > 1.) How can I replace "gtk_toolbar_append_widget()"? I > > The replacement is gtk_toolbar_insert() > > cheers > -- > Gian Mario Tagliaretti Thank you for this. But gtk_toolbar_insert() requires an GtkToolItem as 2nd parame