app: s/sprintf/g_snprintf/ in xcf_save_image()
[gimp.git] / libgimp / gimpuitypes.h
blob06178d184bee74de3daa56987cedb15752ca53d3
1 /* LIBGIMP - The GIMP Library
2 * Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball
4 * gimpuitypes.h
6 * This library is free software: you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 3 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library. If not, see
18 * <https://www.gnu.org/licenses/>.
21 #ifndef __GIMP_UI_TYPES_H__
22 #define __GIMP_UI_TYPES_H__
24 #include <libgimpwidgets/gimpwidgetstypes.h>
26 G_BEGIN_DECLS
28 /* For information look into the html documentation */
31 typedef struct _GimpAspectPreview GimpAspectPreview;
32 typedef struct _GimpDrawablePreview GimpDrawablePreview;
33 typedef struct _GimpProcBrowserDialog GimpProcBrowserDialog;
34 typedef struct _GimpProgressBar GimpProgressBar;
35 typedef struct _GimpZoomPreview GimpZoomPreview;
37 typedef struct _GimpDrawableComboBox GimpDrawableComboBox;
38 typedef struct _GimpChannelComboBox GimpChannelComboBox;
39 typedef struct _GimpLayerComboBox GimpLayerComboBox;
40 typedef struct _GimpVectorsComboBox GimpVectorsComboBox;
41 typedef struct _GimpImageComboBox GimpImageComboBox;
43 typedef struct _GimpSelectButton GimpSelectButton;
44 typedef struct _GimpBrushSelectButton GimpBrushSelectButton;
45 typedef struct _GimpFontSelectButton GimpFontSelectButton;
46 typedef struct _GimpGradientSelectButton GimpGradientSelectButton;
47 typedef struct _GimpPaletteSelectButton GimpPaletteSelectButton;
48 typedef struct _GimpPatternSelectButton GimpPatternSelectButton;
51 G_END_DECLS
53 #endif /* __GIMP_UI_TYPES_H__ */