Re: Who to replace deprecated functions

2007-08-07 Thread Gian Mario Tagliaretti
2007/8/3, Joerg Anders <[EMAIL PROTECTED]>: Hi Joerg, > 1.) How can I replace "gtk_toolbar_append_widget()"? I The replacement is gtk_toolbar_insert() cheers -- Gian Mario Tagliaretti ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org h

Re: Who to replace deprecated functions

2007-08-07 Thread Yeti
On Fri, Aug 03, 2007 at 06:13:08PM +0200, Joerg Anders wrote: > > 2.) How can I replace "gtk_menu_append()"? In concrete case I want > to add and remove some "GtkMenuItem"s dynamically. After a long > search I found that a combination of: > >gtk_action_group_add_action(...) >

Who to replace deprecated functions

2007-08-07 Thread Joerg Anders
Hi all! The GTK documentation has a lot of warnings: "... deprecated and should not be used in newly-written code." In many cases I found the "newly-written code". But there are 2 situations where I can't see a non-deprecated solution": 1.) How can I replace "gtk_toolbar_append_widget()"? I