25#ifdef GDK_WINDOWING_QUARTZ
53 if((
void *)button == (
void *)result->
button_yes)
54 result->
result = RESULT_YES;
55 else if((
void *)button == (
void *)result->
button_no)
56 result->
result = RESULT_NO;
74#ifdef GDK_WINDOWING_QUARTZ
83#ifdef GDK_WINDOWING_QUARTZ
158 return result.
result == RESULT_YES;
180#ifdef GDK_WINDOWING_QUARTZ
270#ifdef GDK_WINDOWING_QUARTZ
339 if(result.
result == RESULT_YES)
void dt_accels_disconnect_on_text_input(GtkWidget *widget)
Disconnect accels while a text or search entry has the focus, and reconnect them when it loses it....
Handle default and user-set shortcuts (accelerators)
typedef void((*dt_cache_allocate_t)(void *userdata, dt_cache_entry_t *entry))
struct _GtkWidget GtkWidget
GtkWidget, opaque, spelled exactly as GTK spells it.
static void _three_choice_button_handler(GtkButton *button, gpointer data)
static void _gtk_main_quit_safe(GtkWidget *widget, gpointer data)
char * dt_gui_show_standalone_string_dialog(const char *title, const char *markup, const char *placeholder, const char *no_text, const char *yes_text)
int dt_gui_show_standalone_three_choice_dialog(const char *title, const char *markup, const char *first_text, const char *second_text, const char *third_text)
static void _yes_no_button_handler(GtkButton *button, gpointer data)
gboolean dt_gui_show_standalone_yes_no_dialog(const char *title, const char *markup, const char *no_text, const char *yes_text)
void dt_gui_refocus_parent(GtkWindow *parent)
void dt_osx_focus_window()
void dt_osx_disallow_fullscreen(GtkWidget *widget)
GtkWidget * button_second
enum result_t::@67 result