2001-04-14 23:21:45 +08:00
|
|
|
/* The GIMP -- an image manipulation program
|
|
|
|
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
|
|
* (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
|
|
|
|
* along with this program; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __DIALOGS_CONSTRUCTORS_H__
|
|
|
|
#define __DIALOGS_CONSTRUCTORS_H__
|
|
|
|
|
|
|
|
|
2002-03-08 08:27:45 +08:00
|
|
|
/* toplevel dialogs */
|
|
|
|
|
2004-09-13 23:15:23 +08:00
|
|
|
GtkWidget * dialogs_image_new_new (GimpDialogFactory *factory,
|
|
|
|
GimpContext *context,
|
2003-05-03 02:43:15 +08:00
|
|
|
gint preview_size);
|
2004-09-09 17:47:33 +08:00
|
|
|
GtkWidget * dialogs_file_open_location_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2004-09-09 17:47:33 +08:00
|
|
|
gint preview_size);
|
2001-04-24 00:58:18 +08:00
|
|
|
GtkWidget * dialogs_preferences_get (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2004-09-13 23:15:23 +08:00
|
|
|
GtkWidget * dialogs_module_get (GimpDialogFactory *factory,
|
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2001-04-24 00:58:18 +08:00
|
|
|
GtkWidget * dialogs_tips_get (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2001-04-24 00:58:18 +08:00
|
|
|
GtkWidget * dialogs_about_get (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2004-08-26 01:58:52 +08:00
|
|
|
GtkWidget * dialogs_error_get (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2004-08-26 01:58:52 +08:00
|
|
|
gint preview_size);
|
2001-04-18 00:00:27 +08:00
|
|
|
|
2002-02-03 20:10:23 +08:00
|
|
|
|
2002-03-15 01:07:02 +08:00
|
|
|
/* docks */
|
2001-07-15 22:32:44 +08:00
|
|
|
|
2002-03-15 01:07:02 +08:00
|
|
|
GtkWidget * dialogs_toolbox_get (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2002-03-15 01:07:02 +08:00
|
|
|
gint preview_size);
|
2001-04-24 00:58:18 +08:00
|
|
|
GtkWidget * dialogs_dock_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2001-04-22 08:38:56 +08:00
|
|
|
|
2002-03-15 01:07:02 +08:00
|
|
|
|
|
|
|
/* dockables */
|
|
|
|
|
2002-03-10 23:05:58 +08:00
|
|
|
GtkWidget * dialogs_tool_options_get (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2002-03-10 23:05:58 +08:00
|
|
|
gint preview_size);
|
2003-07-07 21:37:19 +08:00
|
|
|
GtkWidget * dialogs_device_status_get (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2003-07-07 21:37:19 +08:00
|
|
|
gint preview_size);
|
2002-03-10 23:05:58 +08:00
|
|
|
GtkWidget * dialogs_error_console_get (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2002-03-10 23:05:58 +08:00
|
|
|
gint preview_size);
|
|
|
|
|
2001-04-24 00:58:18 +08:00
|
|
|
GtkWidget * dialogs_image_list_view_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2001-04-24 00:58:18 +08:00
|
|
|
GtkWidget * dialogs_brush_list_view_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2001-04-24 00:58:18 +08:00
|
|
|
GtkWidget * dialogs_pattern_list_view_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2001-04-24 00:58:18 +08:00
|
|
|
GtkWidget * dialogs_gradient_list_view_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2001-04-24 00:58:18 +08:00
|
|
|
GtkWidget * dialogs_palette_list_view_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2003-03-26 06:53:10 +08:00
|
|
|
GtkWidget * dialogs_font_list_view_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2003-03-26 06:53:10 +08:00
|
|
|
gint preview_size);
|
2001-04-24 00:58:18 +08:00
|
|
|
GtkWidget * dialogs_tool_list_view_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2001-06-26 20:09:43 +08:00
|
|
|
GtkWidget * dialogs_buffer_list_view_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2003-07-08 23:07:56 +08:00
|
|
|
GtkWidget * dialogs_document_list_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2003-07-08 23:07:56 +08:00
|
|
|
gint preview_size);
|
|
|
|
GtkWidget * dialogs_template_list_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2003-07-08 23:07:56 +08:00
|
|
|
gint preview_size);
|
2001-04-14 23:21:45 +08:00
|
|
|
|
2001-04-24 00:58:18 +08:00
|
|
|
GtkWidget * dialogs_image_grid_view_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2001-04-24 00:58:18 +08:00
|
|
|
GtkWidget * dialogs_brush_grid_view_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2001-04-24 00:58:18 +08:00
|
|
|
GtkWidget * dialogs_pattern_grid_view_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2001-04-24 00:58:18 +08:00
|
|
|
GtkWidget * dialogs_gradient_grid_view_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2001-04-24 00:58:18 +08:00
|
|
|
GtkWidget * dialogs_palette_grid_view_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2003-03-26 06:53:10 +08:00
|
|
|
GtkWidget * dialogs_font_grid_view_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2003-03-26 06:53:10 +08:00
|
|
|
gint preview_size);
|
2001-04-24 00:58:18 +08:00
|
|
|
GtkWidget * dialogs_tool_grid_view_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2001-06-26 20:09:43 +08:00
|
|
|
GtkWidget * dialogs_buffer_grid_view_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2003-07-08 23:07:56 +08:00
|
|
|
GtkWidget * dialogs_document_grid_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2003-07-08 23:07:56 +08:00
|
|
|
gint preview_size);
|
2001-04-14 23:21:45 +08:00
|
|
|
|
2001-04-24 00:58:18 +08:00
|
|
|
GtkWidget * dialogs_layer_list_view_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2001-04-24 00:58:18 +08:00
|
|
|
GtkWidget * dialogs_channel_list_view_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2002-02-26 01:58:50 +08:00
|
|
|
GtkWidget * dialogs_vectors_list_view_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2002-02-26 01:58:50 +08:00
|
|
|
gint preview_size);
|
2001-05-12 01:02:30 +08:00
|
|
|
GtkWidget * dialogs_path_list_view_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2001-07-15 22:32:44 +08:00
|
|
|
GtkWidget * dialogs_indexed_palette_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2003-11-01 10:39:34 +08:00
|
|
|
GtkWidget * dialogs_histogram_editor_new (GimpDialogFactory *factory,
|
|
|
|
GimpContext *context,
|
|
|
|
gint preview_size);
|
2002-08-22 20:49:01 +08:00
|
|
|
GtkWidget * dialogs_selection_editor_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2002-08-22 20:49:01 +08:00
|
|
|
gint preview_size);
|
2003-02-20 20:47:42 +08:00
|
|
|
GtkWidget * dialogs_undo_history_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2003-02-20 20:47:42 +08:00
|
|
|
gint preview_size);
|
2001-04-20 10:30:43 +08:00
|
|
|
|
2003-07-08 23:07:56 +08:00
|
|
|
GtkWidget * dialogs_navigation_view_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2003-02-27 00:17:10 +08:00
|
|
|
gint preview_size);
|
2003-04-06 03:56:38 +08:00
|
|
|
|
2003-07-08 23:07:56 +08:00
|
|
|
GtkWidget * dialogs_color_editor_new (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2001-11-24 00:25:01 +08:00
|
|
|
gint preview_size);
|
2001-08-11 15:47:35 +08:00
|
|
|
|
2002-03-08 08:27:45 +08:00
|
|
|
GtkWidget * dialogs_brush_editor_get (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2002-03-08 08:27:45 +08:00
|
|
|
gint preview_size);
|
2003-11-09 02:16:25 +08:00
|
|
|
void dialogs_edit_brush_func (GimpData *data,
|
|
|
|
GtkWidget *parent);
|
2002-03-08 08:27:45 +08:00
|
|
|
|
|
|
|
GtkWidget * dialogs_gradient_editor_get (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2002-03-08 08:27:45 +08:00
|
|
|
gint preview_size);
|
2003-11-09 02:16:25 +08:00
|
|
|
void dialogs_edit_gradient_func (GimpData *data,
|
|
|
|
GtkWidget *parent);
|
2002-03-08 08:27:45 +08:00
|
|
|
|
|
|
|
GtkWidget * dialogs_palette_editor_get (GimpDialogFactory *factory,
|
2004-09-13 23:15:23 +08:00
|
|
|
GimpContext *context,
|
2002-03-08 08:27:45 +08:00
|
|
|
gint preview_size);
|
2003-11-09 02:16:25 +08:00
|
|
|
void dialogs_edit_palette_func (GimpData *data,
|
|
|
|
GtkWidget *parent);
|
2002-03-08 08:27:45 +08:00
|
|
|
|
2001-04-14 23:21:45 +08:00
|
|
|
|
|
|
|
#endif /* __DIALOGS_CONSTRUCTORS_H__ */
|