PIKApp/libpika/pikaui.h

69 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
*
* 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_H__
#define __PIKA_UI_H__
#include <gio/gio.h>
#include <gtk/gtk.h>
#include <libpika/pika.h>
#include <libpikawidgets/pikawidgets.h>
#define __PIKA_UI_H_INSIDE__
#include <libpika/pikauitypes.h>
#include <libpika/pikaaspectpreview.h>
2023-10-30 23:55:30 +01:00
#include <libpika/pikabrushchooser.h>
#include <libpika/pikadrawablechooser.h>
2023-09-26 00:35:21 +02:00
#include <libpika/pikadrawablepreview.h>
#include <libpika/pikaexport.h>
2023-10-30 23:55:30 +01:00
#include <libpika/pikafontchooser.h>
#include <libpika/pikagradientchooser.h>
2023-09-26 00:35:21 +02:00
#include <libpika/pikaimagecombobox.h>
#include <libpika/pikaitemcombobox.h>
2023-10-30 23:55:30 +01:00
#include <libpika/pikapalettechooser.h>
#include <libpika/pikapatternchooser.h>
2023-09-26 00:35:21 +02:00
#include <libpika/pikaprocbrowserdialog.h>
#include <libpika/pikaproceduredialog.h>
#include <libpika/pikaprocview.h>
#include <libpika/pikaprogressbar.h>
2023-10-30 23:55:30 +01:00
#include <libpika/pikapropwidgets.h>
#include <libpika/pikaresourcechooser.h>
2023-09-26 00:35:21 +02:00
#include <libpika/pikasaveproceduredialog.h>
#include <libpika/pikazoompreview.h>
#undef __PIKA_UI_H_INSIDE__
G_BEGIN_DECLS
/* For information look into the C source or the html documentation */
void pika_ui_init (const gchar *prog_name);
void pika_window_set_transient (GtkWindow *window);
void pika_window_set_transient_for_display (GtkWindow *window,
PikaDisplay *display);
G_END_DECLS
#endif /* __PIKA_UI_H__ */