PIKApp/libpika/pikauitypes.h

59 lines
2.1 KiB
C
Raw Normal View History

2023-09-26 00:35:21 +02:00
/* LIBPIKA - The PIKA Library
* Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball
*
* pikauitypes.h
*
* This library is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <https://www.gnu.org/licenses/>.
*/
#ifndef __PIKA_UI_TYPES_H__
#define __PIKA_UI_TYPES_H__
#include <libpikawidgets/pikawidgetstypes.h>
G_BEGIN_DECLS
/* For information look into the html documentation */
typedef struct _PikaProcedureDialog PikaProcedureDialog;
typedef struct _PikaSaveProcedureDialog PikaSaveProcedureDialog;
typedef struct _PikaAspectPreview PikaAspectPreview;
typedef struct _PikaDrawablePreview PikaDrawablePreview;
typedef struct _PikaProcBrowserDialog PikaProcBrowserDialog;
typedef struct _PikaProgressBar PikaProgressBar;
typedef struct _PikaZoomPreview PikaZoomPreview;
typedef struct _PikaDrawableComboBox PikaDrawableComboBox;
typedef struct _PikaChannelComboBox PikaChannelComboBox;
typedef struct _PikaLayerComboBox PikaLayerComboBox;
typedef struct _PikaVectorsComboBox PikaVectorsComboBox;
typedef struct _PikaImageComboBox PikaImageComboBox;
2023-10-30 23:55:30 +01:00
typedef struct _PikaDrawableChooser PikaDrawableChooser;
typedef struct _PikaResourceChooser PikaResourceChooser;
typedef struct _PikaBrushChooser PikaBrushChooser;
typedef struct _PikaFontChooser PikaFontChooser;
typedef struct _PikaGradientChooser PikaGradientChooser;
typedef struct _PikaPaletteChooser PikaPaletteChooser;
typedef struct _PikaPatternChooser PikaPatternChooser;
2023-09-26 00:35:21 +02:00
G_END_DECLS
#endif /* __PIKA_UI_TYPES_H__ */