Makefile.am app/cursorutil.[ch] app/tools.c added lots of new cursors and
2000-06-14 Michael Natterer <mitch@gimp.org> * Makefile.am * app/cursorutil.[ch] * app/tools.c * cursors/*: added lots of new cursors and removed old ones. * app/gdisplay.[ch]: enabled the cursor setting parameters in gdisplay_install_tool_cursor(). * app/bezier_select.c * app/blend.c * app/bucket_fill.c * app/by_color_select.c * app/clone.c * app/color_picker.c * app/crop.c * app/disp_callbacks.c * app/edit_selection.c * app/eraser.c * app/flip_tool.c * app/ink.c * app/iscissors.c * app/magnify.c * app/measure.c * app/move.c * app/paint_core.c * app/rect_select.c * app/text_tool.c * app/transform_core.c: use the new cursors. Only the transform tools are still using old cursors. * app/layers_dialog.c: a tooltip for "Keep Trans." * app/user_install.c: set the ctree's selection mode to BROWSE.
This commit is contained in:

committed by
Michael Natterer

parent
db76b885a2
commit
b8ee0c8c82
@ -744,6 +744,7 @@ user_install_dialog_create (UserInstallCallback callback)
|
||||
PAGE_STYLE (ctree);
|
||||
gtk_ctree_set_indent (GTK_CTREE (ctree), 12);
|
||||
gtk_clist_set_shadow_type (GTK_CLIST (ctree), GTK_SHADOW_NONE);
|
||||
gtk_clist_set_selection_mode (GTK_CLIST (ctree), GTK_SELECTION_BROWSE);
|
||||
gtk_box_pack_start (GTK_BOX (hbox), ctree, FALSE, FALSE, 0);
|
||||
gtk_widget_show (ctree);
|
||||
|
||||
|
Reference in New Issue
Block a user