iceWing
|
#include <gtk/gtk.h>
Go to the source code of this file.
Functions | |
void | gui_dialog_hide_window (GtkWidget *window) |
void | gui_message_show (const char *title, const char *message,...) G_GNUC_PRINTF(2 |
void void | gui_message_show__nl (const char *title, const char *message,...) G_GNUC_PRINTF(2 |
void void void | gui_file_selection_open (GtkWidget **window, const char *title, const char *file, GtkSignalFunc func_okbut) |
void gui_dialog_hide_window | ( | GtkWidget * | window | ) |
Hide window and remember its position. So after showing it again the
position is restored.
void gui_message_show | ( | const char * | title, |
const char * | message, | ||
... | |||
) |
Display a message box.
void void gui_message_show__nl | ( | const char * | title, |
const char * | message, | ||
... | |||
) |
PRIVATE: Display a message box. Never lock the gdk mutex.
void void void gui_file_selection_open | ( | GtkWidget ** | window, |
const char * | title, | ||
const char * | file, | ||
GtkSignalFunc | func_okbut | ||
) |
If !*window open a new file selection window, otherwise map the
before opened window.