(trunk gtk) update some of the gtk+ calls s.t. we're not using deprecated API calls anymore

This commit is contained in:
Charles Kerr
2009-06-20 23:55:36 +00:00
parent e4d8d305ba
commit a8a4259f3a
4 changed files with 19 additions and 2 deletions

View File

@@ -94,6 +94,9 @@ char* gtr_get_help_url( void );
#ifdef GTK_MAJOR_VERSION
void gtr_toolbar_set_orientation( GtkToolbar * toolbar,
GtkOrientation orientation );
void gtr_widget_set_tooltip_text( GtkWidget * w, const char * tip );
GtkWidget * gtr_button_new_from_stock( const char * stock,