2003-12-05 15:55:15 +00:00
|
|
|
/* LIBGIMP - The GIMP Library
|
2000-02-26 03:41:06 +00:00
|
|
|
* Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball
|
1998-01-25 10:26:47 +00:00
|
|
|
*
|
2009-01-17 22:28:01 +00:00
|
|
|
* This library is free software: you can redistribute it and/or
|
1999-11-17 21:13:50 +00:00
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
1998-01-25 10:26:47 +00:00
|
|
|
* License as published by the Free Software Foundation; either
|
2009-01-17 22:28:01 +00:00
|
|
|
* version 3 of the License, or (at your option) any later version.
|
2003-12-05 15:55:15 +00:00
|
|
|
*
|
2000-02-26 03:41:06 +00:00
|
|
|
* This library is distributed in the hope that it will be useful,
|
2003-12-05 15:55:15 +00:00
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
1999-12-26 07:54:39 +00:00
|
|
|
* Lesser General Public License for more details.
|
1998-01-25 10:26:47 +00:00
|
|
|
*
|
1999-11-17 21:13:50 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
2009-01-17 22:28:01 +00:00
|
|
|
* License along with this library. If not, see
|
2018-07-11 23:27:07 +02:00
|
|
|
* <https://www.gnu.org/licenses/>.
|
2003-12-05 15:55:15 +00:00
|
|
|
*/
|
2000-05-30 23:38:46 +00:00
|
|
|
|
1997-11-24 22:05:25 +00:00
|
|
|
#ifndef __GIMP_UI_H__
|
|
|
|
#define __GIMP_UI_H__
|
|
|
|
|
|
|
|
#include <gtk/gtk.h>
|
2000-01-05 15:47:06 +00:00
|
|
|
|
2001-01-24 22:36:18 +00:00
|
|
|
#include <libgimpwidgets/gimpwidgets.h>
|
|
|
|
|
2011-04-28 19:59:52 +02:00
|
|
|
#define __GIMP_UI_H_INSIDE__
|
|
|
|
|
2000-12-29 15:22:01 +00:00
|
|
|
#include <libgimp/gimpuitypes.h>
|
|
|
|
|
2004-09-28 23:23:09 +00:00
|
|
|
#include <libgimp/gimpaspectpreview.h>
|
2015-09-25 00:40:57 +02:00
|
|
|
#include <libgimp/gimpbrushselectbutton.h>
|
|
|
|
#include <libgimp/gimpdrawablepreview.h>
|
|
|
|
#include <libgimp/gimpexport.h>
|
|
|
|
#include <libgimp/gimpfontselectbutton.h>
|
|
|
|
#include <libgimp/gimpgradientselectbutton.h>
|
|
|
|
#include <libgimp/gimpimagecombobox.h>
|
|
|
|
#include <libgimp/gimpimagemetadata.h>
|
|
|
|
#include <libgimp/gimpitemcombobox.h>
|
|
|
|
#include <libgimp/gimppaletteselectbutton.h>
|
|
|
|
#include <libgimp/gimppatternselectbutton.h>
|
2005-08-02 16:49:42 +00:00
|
|
|
#include <libgimp/gimpprocbrowserdialog.h>
|
|
|
|
#include <libgimp/gimpprocview.h>
|
2004-09-01 12:38:41 +00:00
|
|
|
#include <libgimp/gimpprogressbar.h>
|
2006-06-26 01:47:22 +00:00
|
|
|
#include <libgimp/gimpselectbutton.h>
|
2005-09-19 22:58:16 +00:00
|
|
|
#include <libgimp/gimpzoompreview.h>
|
1997-11-24 22:05:25 +00:00
|
|
|
|
2011-04-28 19:59:52 +02:00
|
|
|
#undef __GIMP_UI_H_INSIDE__
|
|
|
|
|
2001-11-22 23:46:13 +00:00
|
|
|
G_BEGIN_DECLS
|
2000-05-30 23:38:46 +00:00
|
|
|
|
|
|
|
/* For information look into the C source or the html documentation */
|
|
|
|
|
|
|
|
|
2005-09-09 18:07:31 +00:00
|
|
|
void gimp_ui_init (const gchar *prog_name,
|
|
|
|
gboolean preview);
|
2005-09-05 20:47:12 +00:00
|
|
|
|
2005-09-09 18:07:31 +00:00
|
|
|
GdkWindow * gimp_ui_get_progress_window (void);
|
2000-04-19 14:02:05 +00:00
|
|
|
|
2005-09-09 18:07:31 +00:00
|
|
|
void gimp_window_set_transient (GtkWindow *window);
|
2000-05-30 23:38:46 +00:00
|
|
|
|
2019-08-13 22:54:37 +02:00
|
|
|
|
|
|
|
#ifndef GIMP_DEPRECATED_REPLACE_NEW_API
|
|
|
|
|
|
|
|
GdkWindow * gimp_ui_get_display_window (GimpDisplay *display);
|
|
|
|
void gimp_window_set_transient_for_display (GtkWindow *window,
|
|
|
|
GimpDisplay *display);
|
|
|
|
|
|
|
|
#else /* GIMP_DEPRECATED_REPLACE_NEW_API */
|
|
|
|
|
|
|
|
#define gimp_ui_get_display_window gimp_ui_get_display_window_deprecated
|
|
|
|
#define gimp_window_set_transient_for_display gimp_window_set_transient_for_display_deprecated
|
|
|
|
|
|
|
|
#endif /* GIMP_DEPRECATED_REPLACE_NEW_API */
|
|
|
|
|
|
|
|
|
|
|
|
GdkWindow * gimp_ui_get_display_window_deprecated (guint32 gdisp_ID);
|
|
|
|
void gimp_window_set_transient_for_display_deprecated (GtkWindow *window,
|
|
|
|
guint32 gdisp_ID);
|
|
|
|
|
|
|
|
|
2001-11-22 23:46:13 +00:00
|
|
|
G_END_DECLS
|
2000-05-30 23:38:46 +00:00
|
|
|
|
1997-11-24 22:05:25 +00:00
|
|
|
#endif /* __GIMP_UI_H__ */
|