Enable mnemonics (#80804) and some work to get imagemap plug-in up-to-date.
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Generates clickable image maps.
|
||||
*
|
||||
* Copyright (C) 1998-1999 Maurits Rijk lpeek.mrijk@consunet.nl
|
||||
* Copyright (C) 1998-2002 Maurits Rijk lpeek.mrijk@consunet.nl
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -123,12 +123,11 @@ make_tools(GtkWidget *window)
|
||||
GtkWidget *toolbar;
|
||||
|
||||
toolbar = gtk_toolbar_new ();
|
||||
gtk_toolbar_set_style(GTK_TOOLBAR(toolbar), GTK_TOOLBAR_ICONS);
|
||||
_tools.container = handlebox = gtk_handle_box_new();
|
||||
gtk_toolbar_set_orientation(GTK_TOOLBAR(toolbar), GTK_ORIENTATION_VERTICAL);
|
||||
gtk_container_set_border_width(GTK_CONTAINER(toolbar), 5);
|
||||
/* FIXME: replacement
|
||||
gtk_toolbar_set_space_size(GTK_TOOLBAR(toolbar), 5);
|
||||
*/
|
||||
|
||||
gtk_container_add(GTK_CONTAINER(handlebox), toolbar);
|
||||
|
||||
_tools.arrow = make_toolbar_radio_icon(toolbar, window, NULL, arrow_xpm,
|
||||
|
||||
Reference in New Issue
Block a user