Add ag_app_buttoned_dialog() to ag-app.h
This commit is contained in:
parent
367a91cb51
commit
6e35a98cd5
@ -47,6 +47,11 @@ void ag_app_run_action(AgApp *app,
|
|||||||
gboolean is_remote,
|
gboolean is_remote,
|
||||||
const AstrognomeOptions *options);
|
const AstrognomeOptions *options);
|
||||||
|
|
||||||
|
gint ag_app_buttoned_dialog(GtkWidget *window,
|
||||||
|
GtkMessageType message_type,
|
||||||
|
const gchar *message,
|
||||||
|
const gchar *first_button_text, ...);
|
||||||
|
|
||||||
void ag_app_message_dialog(GtkWidget *window,
|
void ag_app_message_dialog(GtkWidget *window,
|
||||||
GtkMessageType message_type,
|
GtkMessageType message_type,
|
||||||
gchar *fmt, ...);
|
gchar *fmt, ...);
|
||||||
|
Loading…
Reference in New Issue
Block a user