app/actions/view-actions.c app/actions/view-commands.[ch]
2005-01-03 Michael Natterer <mitch@gimp.org> * app/actions/view-actions.c * app/actions/view-commands.[ch] * app/display/gimpdisplayshell-appearance.[ch] * menus/image-menu.xml.in: reordered actions, functions and menu items so the "show" and "snap" actions are grouped.
This commit is contained in:

committed by
Michael Natterer

parent
150bea1e80
commit
4a0b9cb662
@ -56,14 +56,14 @@ void gimp_display_shell_set_show_grid (GimpDisplayShell *shell,
|
||||
gboolean show);
|
||||
gboolean gimp_display_shell_get_show_grid (GimpDisplayShell *shell);
|
||||
|
||||
void gimp_display_shell_set_snap_to_grid (GimpDisplayShell *shell,
|
||||
gboolean snap);
|
||||
gboolean gimp_display_shell_get_snap_to_grid (GimpDisplayShell *shell);
|
||||
|
||||
void gimp_display_shell_set_show_guides (GimpDisplayShell *shell,
|
||||
gboolean show);
|
||||
gboolean gimp_display_shell_get_show_guides (GimpDisplayShell *shell);
|
||||
|
||||
void gimp_display_shell_set_snap_to_grid (GimpDisplayShell *shell,
|
||||
gboolean snap);
|
||||
gboolean gimp_display_shell_get_snap_to_grid (GimpDisplayShell *shell);
|
||||
|
||||
void gimp_display_shell_set_snap_to_guides (GimpDisplayShell *shell,
|
||||
gboolean snap);
|
||||
gboolean gimp_display_shell_get_snap_to_guides (GimpDisplayShell *shell);
|
||||
|
Reference in New Issue
Block a user