Ardour  9.0-pre0-384-ga76afae0e9
gtkmessagedialog.h
Go to the documentation of this file.
1 /* GTK - The GIMP Toolkit
2  * Copyright (C) 2000 Red Hat, Inc.
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the
16  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17  * Boston, MA 02111-1307, USA.
18  */
19 
20 /*
21  * Modified by the GTK+ Team and others 1997-2003. See the AUTHORS
22  * file for a list of people on the GTK+ Team. See the ChangeLog
23  * files for a list of changes. These files are distributed with
24  * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
25  */
26 
27 #ifndef __GTK_MESSAGE_DIALOG_H__
28 #define __GTK_MESSAGE_DIALOG_H__
29 
30 #if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
31 #error "Only <gtk/gtk.h> can be included directly."
32 #endif
33 
34 #include <gtk/gtkdialog.h>
35 #include <gtk/gtkenums.h>
36 
37 G_BEGIN_DECLS
38 
39 
40 #define GTK_TYPE_MESSAGE_DIALOG (gtk_message_dialog_get_type ())
41 #define GTK_MESSAGE_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MESSAGE_DIALOG, GtkMessageDialog))
42 #define GTK_MESSAGE_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_MESSAGE_DIALOG, GtkMessageDialogClass))
43 #define GTK_IS_MESSAGE_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_MESSAGE_DIALOG))
44 #define GTK_IS_MESSAGE_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_MESSAGE_DIALOG))
45 #define GTK_MESSAGE_DIALOG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_MESSAGE_DIALOG, GtkMessageDialogClass))
46 
47 typedef struct _GtkMessageDialog GtkMessageDialog;
49 
51 {
52  /*< private >*/
53 
55 
57  GtkWidget *GSEAL (label);
58 };
59 
61 {
63 
64  /* Padding for future expansion */
65  void (*_gtk_reserved1) (void);
66  void (*_gtk_reserved2) (void);
67  void (*_gtk_reserved3) (void);
68  void (*_gtk_reserved4) (void);
69 };
70 
89 typedef enum
90 {
98 
99 GType gtk_message_dialog_get_type (void) G_GNUC_CONST;
100 
102  GtkDialogFlags flags,
103  GtkMessageType type,
104  GtkButtonsType buttons,
105  const gchar *message_format,
106  ...) G_GNUC_PRINTF (5, 6);
107 
109  GtkDialogFlags flags,
110  GtkMessageType type,
111  GtkButtonsType buttons,
112  const gchar *message_format,
113  ...) G_GNUC_PRINTF (5, 6);
114 
116  GtkWidget *image);
117 
119 
121  const gchar *str);
122 
124  const gchar *message_format,
125  ...) G_GNUC_PRINTF (2, 3);
126 
128  const gchar *message_format,
129  ...) G_GNUC_PRINTF (2, 3);
130 
132 
133 G_END_DECLS
134 
135 #endif /* __GTK_MESSAGE_DIALOG_H__ */
GtkDialogFlags
Definition: gtkdialog.h:42
GtkMessageType
Definition: gtkenums.h:222
GtkImageImageData image
Definition: gtkimage.h:1
GtkWidget * gtk_message_dialog_new(GtkWindow *parent, GtkDialogFlags flags, GtkMessageType type, GtkButtonsType buttons, const gchar *message_format,...) G_GNUC_PRINTF(5
GtkButtonsType
@ GTK_BUTTONS_OK
@ GTK_BUTTONS_CLOSE
@ GTK_BUTTONS_YES_NO
@ GTK_BUTTONS_CANCEL
@ GTK_BUTTONS_OK_CANCEL
@ GTK_BUTTONS_NONE
GType gtk_message_dialog_get_type(void) G_GNUC_CONST
GtkWidget * gtk_message_dialog_get_image(GtkMessageDialog *dialog)
void void GtkWidget * gtk_message_dialog_get_message_area(GtkMessageDialog *message_dialog)
void gtk_message_dialog_format_secondary_text(GtkMessageDialog *message_dialog, const gchar *message_format,...) G_GNUC_PRINTF(2
GtkWidget GtkWidget void gtk_message_dialog_set_image(GtkMessageDialog *dialog, GtkWidget *image)
void gtk_message_dialog_set_markup(GtkMessageDialog *message_dialog, const gchar *str)
GtkWidget GtkWidget * gtk_message_dialog_new_with_markup(GtkWindow *parent, GtkDialogFlags flags, GtkMessageType type, GtkButtonsType buttons, const gchar *message_format,...) G_GNUC_PRINTF(5
void void gtk_message_dialog_format_secondary_markup(GtkMessageDialog *message_dialog, const gchar *message_format,...) G_GNUC_PRINTF(2
void(* _gtk_reserved4)(void)
GtkDialogClass parent_class
void(* _gtk_reserved1)(void)
void(* _gtk_reserved3)(void)
void(* _gtk_reserved2)(void)
GtkDialog parent_instance
GtkWidget * GSEAL(image)
GtkWidget * GSEAL(label)