hide the internal API.

2006-09-04  Sven Neumann  <sven@gimp.org>

	* app/display/gimpdisplayshell-selection.[ch]: hide the internal
API.

	* app/display/gimpdisplayshell-appearance.c
	* app/display/gimpdisplayshell-callbacks.c
	* app/display/gimpdisplayshell-handlers.c
	* app/display/gimpdisplayshell.[ch]
	* app/tools/gimpcolortool.c
	* app/tools/gimpeditselectiontool.c
	* app/tools/gimpmovetool.c: changed accordingly.

	* app/config/gimpdisplayconfig.c
	* app/dialogs/preferences-dialog.c: increased the default
marching
	ants speed.
This commit is contained in:
Sven Neumann
2006-09-04 17:18:38 +00:00
committed by Sven Neumann
parent 969d40caf1
commit 3b92ec7406
13 changed files with 246 additions and 225 deletions

View File

@ -265,8 +265,7 @@ gimp_display_shell_set_show_selection (GimpDisplayShell *shell,
g_object_set (options, "show-selection", show, NULL);
if (shell->select)
gimp_display_shell_selection_set_hidden (shell->select, ! show);
gimp_display_shell_selection_set_hidden (shell, ! show);
SET_ACTIVE (shell->menubar_manager, "view-show-selection", show);
@ -294,8 +293,7 @@ gimp_display_shell_set_show_layer (GimpDisplayShell *shell,
g_object_set (options, "show-layer-boundary", show, NULL);
if (shell->select)
gimp_display_shell_selection_layer_set_hidden (shell->select, ! show);
gimp_display_shell_selection_layer_set_hidden (shell, ! show);
SET_ACTIVE (shell->menubar_manager, "view-show-layer-boundary", show);