From 7182eed5eb607a2cdd6d8aaae4e893044339cbe1 Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 17 Dec 1999 16:00:22 +0000 Subject: Changes required to add the Minifig Wizard to the Linux version git-svn-id: http://svn.leocad.org/trunk@36 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- linux/dialogs.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'linux/dialogs.h') diff --git a/linux/dialogs.h b/linux/dialogs.h index 5dfeead..04e28a2 100644 --- a/linux/dialogs.h +++ b/linux/dialogs.h @@ -1,6 +1,13 @@ #ifndef _DIALOGS_H_ #define _DIALOGS_H_ +// Dialog support functions +int dlg_domodal (GtkWidget* dlg, int def); +void dlg_end (int ret); +gint dlg_delete_callback (GtkWidget *widget, GdkEvent* event, gpointer data); +void dlg_default_callback(GtkWidget *widget, gpointer data); + +// All dialogs int msgbox_execute(char* text, int mode); int filedlg_execute(char* caption, char* filename); int arraydlg_execute(void* param); @@ -12,6 +19,7 @@ int preferencesdlg_execute(void* param); int propertiesdlg_execute(void* param); int groupeditdlg_execute(void* param); int groupdlg_execute(void* param); +int minifigdlg_execute(void* param); #endif // _DIALOGS_H_ -- cgit v1.2.3