![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <stdarg.h>
Include dependency graph for splash.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Typedefs | |
| typedef struct _GtkWidget | GtkWidget |
Functions | |
| void | dt_gui_splash_init (void) |
| void | dt_gui_splash_update (const char *message) |
| void | dt_gui_splash_updatef (const char *format,...) __attribute__((format(printf |
| void void | dt_gui_splash_close (void) |
| void | dt_gui_splash_set_transient_for (GtkWidget *parent) |
| typedef struct _GtkWidget GtkWidget |
References _splash_clear_slide_cache(), dt_splash_t::authors, dt_splash_t::css, dt_free, dt_splash_t::logo_path, dt_splash_t::slide_timeout_id, dt_splash_t::slides, splash, TRUE, and dt_splash_t::window.
Referenced by dt_init().
References _splash_add_css(), _splash_build_author_list(), _splash_capitalize_name(), _splash_create_logo(), _splash_draw(), _splash_force_show(), _splash_is_disabled(), _splash_load_authors(), _splash_load_slides(), _splash_scale_factor_changed(), _splash_shadow_label_new(), _splash_slide_advance(), _splash_slide_free(), _splash_update_logo_for_scale(), dt_splash_t::authors, dt_splash_t::css, darktable_package_string, dt_splash_t::drawing, dt_free, FALSE, dt_splash_t::label_message, dt_splash_t::logo, dt_splash_t::logo_path, dt_splash_t::logo_scale_factor, PACKAGE_NAME, dt_splash_t::shown, dt_splash_t::slide_cache_index, dt_splash_t::slide_timeout_id, dt_splash_t::slides, splash, TRUE, and dt_splash_t::window.
References splash, TRUE, and dt_splash_t::window.
Referenced by _init_widgets().
| void dt_gui_splash_update | ( | const char * | message | ) |
References _splash_update_message(), and splash.
| void dt_gui_splash_updatef | ( | const char * | format, |
| ... | |||
| ) |