![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <gtk/gtk.h>
Include dependency graph for dialog.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| G_BEGIN_DECLS gboolean | dt_gui_show_standalone_yes_no_dialog (const char *title, const char *markup, 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) |
| char * | dt_gui_show_standalone_string_dialog (const char *title, const char *markup, const char *placeholder, const char *no_text, const char *yes_text) |
| void | dt_gui_refocus_parent (GtkWindow *parent) |
Definition at line 64 of file dialog.c.
References dt_osx_focus_window(), dt_widget_root_window(), and L.
Referenced by _confirm_pending_import(), _delete_tagids(), _edit_preset_response(), _hm_ask_user_constraints_choice(), _hm_show_merge_report_popup(), _hm_show_toposort_cycle_popup(), _hm_warn_missing_raster_producers(), _menuitem_delete_preset(), _menuitem_update_preset(), _pop_menu_dictionary_change_path(), _pop_menu_dictionary_create_tag(), _pop_menu_dictionary_delete_node(), _pop_menu_dictionary_edit_tag(), delete_history_callback(), dt_gui_hist_dialog_new(), dt_gui_merge_options_dialog(), and dt_gui_preferences_show().
| char * dt_gui_show_standalone_string_dialog | ( | const char * | title, |
| const char * | markup, | ||
| const char * | placeholder, | ||
| const char * | no_text, | ||
| const char * | yes_text | ||
| ) |
Definition at line 266 of file dialog.c.
References _gtk_main_quit_safe(), _yes_no_button_handler(), result_t::button_no, result_t::button_yes, dt_accels_disconnect_on_text_input(), dt_free, DT_GUI_BOX_SPACING, dt_osx_disallow_fullscreen(), dt_widget_root_window(), result_t::entry_text, L, result_t::result, TRUE, window, and result_t::window.
| 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 | ||
| ) |
Definition at line 176 of file dialog.c.
References _gtk_main_quit_safe(), _three_choice_button_handler(), _three_choice_result_t::button_first, _three_choice_result_t::button_second, _three_choice_result_t::button_third, DT_GUI_BOX_SPACING, dt_osx_disallow_fullscreen(), dt_widget_root_window(), dt_widget_theme_loaded(), L, _three_choice_result_t::result, TRUE, and window.
Referenced by dt_database_show_error().
| G_BEGIN_DECLS gboolean dt_gui_show_standalone_yes_no_dialog | ( | const char * | title, |
| const char * | markup, | ||
| const char * | no_text, | ||
| const char * | yes_text | ||
| ) |
Definition at line 79 of file dialog.c.
References _gtk_main_quit_safe(), _yes_no_button_handler(), result_t::button_no, result_t::button_yes, DT_GUI_BOX_SPACING, dt_osx_disallow_fullscreen(), dt_widget_root_window(), dt_widget_theme_loaded(), L, result_t::result, TRUE, window, and result_t::window.
Referenced by _prompt_maintenance(), _prompt_upgrade(), and dt_database_show_error().