removed all apperances of gtk_tooltips_set_colors ()

--Sven
This commit is contained in:
Sven Neumann
2000-01-14 15:14:16 +00:00
parent fbfdf4b309
commit 4189d58b12
13 changed files with 19 additions and 117 deletions

View File

@ -155,8 +155,6 @@ make_selection_toolbar(Selection_t *data, GtkWidget *window)
GtkWidget *toolbar;
toolbar = gtk_toolbar_new(GTK_ORIENTATION_VERTICAL, GTK_TOOLBAR_ICONS);
gtk_tooltips_set_colors(GTK_TOOLBAR(toolbar)->tooltips, get_yellow(),
&window->style->fg[GTK_STATE_NORMAL]);
gtk_container_set_border_width(GTK_CONTAINER(toolbar), 5);
gtk_toolbar_set_space_size(GTK_TOOLBAR(toolbar), 5);