2006-12-09 21:33:38 +00:00
|
|
|
/* GIMP - The GNU Image Manipulation Program
|
2001-05-13 12:16:55 +00:00
|
|
|
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
|
|
|
*
|
|
|
|
* gimpcontainerview-utils.h
|
2001-10-17 16:11:28 +00:00
|
|
|
* Copyright (C) 2001 Michael Natterer <mitch@gimp.org>
|
2001-05-13 12:16:55 +00:00
|
|
|
*
|
2009-01-17 22:28:01 +00:00
|
|
|
* This program is free software: you can redistribute it and/or modify
|
2001-05-13 12:16:55 +00:00
|
|
|
* it under the terms of the GNU General Public License as published by
|
2009-01-17 22:28:01 +00:00
|
|
|
* the Free Software Foundation; either version 3 of the License, or
|
2001-05-13 12:16:55 +00:00
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
2018-07-11 23:27:07 +02:00
|
|
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
2001-05-13 12:16:55 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __GIMP_CONTAINER_VIEW_UTILS_H__
|
|
|
|
#define __GIMP_CONTAINER_VIEW_UTILS_H__
|
|
|
|
|
|
|
|
|
2007-05-27 15:13:45 +00:00
|
|
|
GimpContainerView * gimp_container_view_get_by_dockable (GimpDockable *dockable);
|
|
|
|
|
|
|
|
void gimp_container_view_remove_active (GimpContainerView *view);
|
2001-11-23 16:25:01 +00:00
|
|
|
|
|
|
|
|
2001-05-13 12:16:55 +00:00
|
|
|
#endif /* __GIMP_CONTAINER_VIEW_UTILS_H__ */
|