Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
thumbnail_btn.c File Reference
#include "thumbnail_btn.h"
#include "gui/gtk.h"
#include <string.h>
+ Include dependency graph for thumbnail_btn.c:

Functions

static void _thumbnail_btn_class_init (GtkDarktableThumbnailBtnClass *klass)
 
static void _thumbnail_btn_init (GtkDarktableThumbnailBtn *button)
 
static gboolean _thumbnail_btn_draw (GtkWidget *widget, cairo_t *cr)
 
static gboolean _thumbnail_btn_enter_leave_notify_callback (GtkWidget *widget, GdkEventCrossing *event)
 
GtkWidget * dtgtk_thumbnail_btn_new (DTGTKCairoPaintIconFunc paint, gint paintflags, void *paintdata)
 
GType dtgtk_thumbnail_btn_get_type ()
 
gboolean dtgtk_thumbnail_btn_is_hidden (GtkWidget *widget)
 

Function Documentation

◆ _thumbnail_btn_class_init()

static void _thumbnail_btn_class_init ( GtkDarktableThumbnailBtnClass klass)
static

◆ _thumbnail_btn_draw()

static gboolean _thumbnail_btn_draw ( GtkWidget *  widget,
cairo_t *  cr 
)
static

◆ _thumbnail_btn_enter_leave_notify_callback()

static gboolean _thumbnail_btn_enter_leave_notify_callback ( GtkWidget *  widget,
GdkEventCrossing *  event 
)
static

References FALSE.

Referenced by _thumbnail_btn_class_init().

◆ _thumbnail_btn_init()

static void _thumbnail_btn_init ( GtkDarktableThumbnailBtn button)
static

◆ dtgtk_thumbnail_btn_get_type()

GType dtgtk_thumbnail_btn_get_type ( void  )

◆ dtgtk_thumbnail_btn_is_hidden()

gboolean dtgtk_thumbnail_btn_is_hidden ( GtkWidget *  widget)

◆ dtgtk_thumbnail_btn_new()

GtkWidget * dtgtk_thumbnail_btn_new ( DTGTKCairoPaintIconFunc  paint,
gint  paintflags,
void paintdata 
)