Re: How to inserts a widget in the toolbar at the given position

2007-11-16 Thread Micah Carrick
child widget to the tool item." - Micah Carrick Developer - http://www.micahcarrick.com GTK+ Forums - http://www.gtkforums.com sphurti durgade wrote: > hello, > how to inserts a widget in the toolbar at the given position. > because gtk_toolbar_insert_widget is deprecate

How to inserts a widget in the toolbar at the given position

2007-11-16 Thread sphurti durgade
hello, how to inserts a widget in the toolbar at the given position. because gtk_toolbar_insert_widget is deprecated i tried with gtk_tool_button_new (GtkWidget *icon_widget, const gchar *label); instead of icon_widget i used other widget (e.g GtkHScale) it is able to show hscale in its