Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
splash.h File Reference
#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 Documentation

◆ GtkWidget

typedef struct _GtkWidget GtkWidget

Function Documentation

◆ dt_gui_splash_close()

◆ dt_gui_splash_init()

◆ dt_gui_splash_set_transient_for()

void dt_gui_splash_set_transient_for ( GtkWidget parent)

References splash, TRUE, and dt_splash_t::window.

Referenced by _init_widgets().

◆ dt_gui_splash_update()

void dt_gui_splash_update ( const char *  message)

References _splash_update_message(), and splash.

◆ dt_gui_splash_updatef()

void dt_gui_splash_updatef ( const char *  format,
  ... 
)