![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "gui/actions/menu.h"
#include "common/l10n.h"
#include "control/control.h"
#include "tools/darktable_authors.h"
Functions | |
static gboolean | show_about_dialog (GtkAccelGroup *group, GObject *acceleratable, guint keyval, GdkModifierType mods, gpointer user_data) |
static gboolean | open_doc_callback (GtkAccelGroup *group, GObject *acceleratable, guint keyval, GdkModifierType mods, gpointer user_data) |
static gboolean | open_booking_callback (GtkAccelGroup *group, GObject *acceleratable, guint keyval, GdkModifierType mods, gpointer user_data) |
static gboolean | open_donate_callback (GtkAccelGroup *group, GObject *acceleratable, guint keyval, GdkModifierType mods, gpointer user_data) |
static gboolean | open_chat_callback (GtkAccelGroup *group, GObject *acceleratable, guint keyval, GdkModifierType mods, gpointer user_data) |
static gboolean | open_search_callback (GtkAccelGroup *group, GObject *acceleratable, guint keyval, GdkModifierType mods, gpointer user_data) |
static gboolean | open_forum_callback (GtkAccelGroup *group, GObject *acceleratable, guint keyval, GdkModifierType mods, gpointer user_data) |
static char * | get_help_url (GtkWidget *widget) |
static void | _restore_default_cursor () |
static void | _main_do_event_help (GdkEvent *event, gpointer data) |
static gboolean | contextual_help_callback (GtkAccelGroup *group, GObject *acceleratable, guint keyval, GdkModifierType mods, gpointer user_data) |
static gboolean | search_accels_callback (GtkAccelGroup *group, GObject *acceleratable, guint keyval, GdkModifierType mods, gpointer user_data) |
void | append_help (GtkWidget **menus, GList **lists, const dt_menus_t index) |
|
static |
References _restore_default_cursor(), darktable, dt_control_allow_change_cursor(), dt_control_change_cursor(), dt_control_forbid_change_cursor(), dt_control_log(), DT_DEBUG_CONTROL, dt_osx_disallow_fullscreen(), dt_print(), dt_ui_main_window(), error(), FALSE, get_help_url(), darktable_t::gui, TRUE, and dt_gui_gtk_t::ui.
Referenced by contextual_help_callback().
|
static |
References dt_control_allow_change_cursor(), and dt_control_change_cursor().
Referenced by _main_do_event_help().
void append_help | ( | GtkWidget ** | menus, |
GList ** | lists, | ||
const dt_menus_t | index | ||
) |
References add_menu_separator(), add_sub_menu_entry(), contextual_help_callback(), open_booking_callback(), open_chat_callback(), open_doc_callback(), open_donate_callback(), open_forum_callback(), open_search_callback(), search_accels_callback(), and show_about_dialog().
Referenced by dt_ui_init_global_menu().
|
static |
References _main_do_event_help(), dt_control_change_cursor(), dt_control_forbid_change_cursor(), and TRUE.
Referenced by append_help().
|
static |
Referenced by _main_do_event_help().
|
static |
References darktable, dt_ui_main_window(), darktable_t::gui, TRUE, and dt_gui_gtk_t::ui.
Referenced by append_help().
|
static |
References darktable, dt_ui_main_window(), darktable_t::gui, TRUE, and dt_gui_gtk_t::ui.
Referenced by append_help().
|
static |
References darktable, dt_ui_main_window(), darktable_t::gui, TRUE, and dt_gui_gtk_t::ui.
Referenced by append_help().
|
static |
References darktable, dt_ui_main_window(), darktable_t::gui, TRUE, and dt_gui_gtk_t::ui.
Referenced by append_help().
|
static |
References darktable, dt_ui_main_window(), darktable_t::gui, TRUE, and dt_gui_gtk_t::ui.
Referenced by append_help().
|
static |
References darktable, dt_ui_main_window(), darktable_t::gui, TRUE, and dt_gui_gtk_t::ui.
Referenced by append_help().
|
static |
References dt_gui_gtk_t::accels, darktable, dt_accels_search(), dt_ui_main_window(), darktable_t::gui, TRUE, and dt_gui_gtk_t::ui.
Referenced by append_help().
|
static |