|  |  |  | Eye of GNOME Reference Manual |  | 
|---|---|---|---|---|
                    EogMessageArea;
GtkWidget*          eog_message_area_new                (void);
GtkWidget*          eog_message_area_new_with_buttons   (const gchar *first_button_text,
                                                         ...);
void                eog_message_area_set_contents       (EogMessageArea *message_area,
                                                         GtkWidget *contents);
void                eog_message_area_add_action_widget  (EogMessageArea *message_area,
                                                         GtkWidget *child,
                                                         gint response_id);
GtkWidget*          eog_message_area_add_button         (EogMessageArea *message_area,
                                                         const gchar *button_text,
                                                         gint response_id);
GtkWidget*          eog_message_area_add_stock_button_with_text
                                                        (EogMessageArea *message_area,
                                                         const gchar *text,
                                                         const gchar *stock_id,
                                                         gint response_id);
void                eog_message_area_add_buttons        (EogMessageArea *message_area,
                                                         const gchar *first_button_text,
                                                         ...);
void                eog_message_area_set_response_sensitive
                                                        (EogMessageArea *message_area,
                                                         gint response_id,
                                                         gboolean setting);
void                eog_message_area_set_default_response
                                                        (EogMessageArea *message_area,
                                                         gint response_id);
void                eog_message_area_response           (EogMessageArea *message_area,
                                                         gint response_id);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkHBox +----EogMessageArea
GtkWidget* eog_message_area_new_with_buttons (const gchar *first_button_text, ...);
| 
 | |
| 
 | |
| Returns : | 
void eog_message_area_set_contents (EogMessageArea *message_area, GtkWidget *contents);
| 
 | |
| 
 | 
void eog_message_area_add_action_widget (EogMessageArea *message_area, GtkWidget *child, gint response_id);
| 
 | |
| 
 | |
| 
 | 
GtkWidget* eog_message_area_add_button (EogMessageArea *message_area, const gchar *button_text, gint response_id);
| 
 | |
| 
 | |
| 
 | |
| Returns : | 
GtkWidget* eog_message_area_add_stock_button_with_text (EogMessageArea *message_area, const gchar *text, const gchar *stock_id, gint response_id);
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| Returns : | 
void eog_message_area_add_buttons (EogMessageArea *message_area, const gchar *first_button_text, ...);
| 
 | |
| 
 | |
| 
 | 
void                eog_message_area_set_response_sensitive
                                                        (EogMessageArea *message_area,
                                                         gint response_id,
                                                         gboolean setting);
| 
 | |
| 
 | |
| 
 | 
void                eog_message_area_set_default_response
                                                        (EogMessageArea *message_area,
                                                         gint response_id);
| 
 | |
| 
 | 
void eog_message_area_response (EogMessageArea *message_area, gint response_id);
| 
 | |
| 
 | 
"close" signalvoid user_function (EogMessageArea *eogmessagearea, gpointer user_data) : Run Last / Action
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. | 
"response" signalvoid user_function (EogMessageArea *eogmessagearea, gint arg1, gpointer user_data) : Run Last
| 
 | the object which received the signal. | 
| 
 | |
| 
 | user data set when the signal handler was connected. |