LMMS
Loading...
Searching...
No Matches
ctl_notebook.cpp File Reference

Classes

struct  _GtkNotebookPage

Macros

#define GTK_NOTEBOOK_PAGE(_glist_)

Functions

GtkWidget * calf_notebook_new ()
static gboolean calf_notebook_expose (GtkWidget *widget, GdkEventExpose *event)
void calf_notebook_set_pixbuf (CalfNotebook *self, GdkPixbuf *image)
static void calf_notebook_class_init (CalfNotebookClass *klass)
static void calf_notebook_init (CalfNotebook *self)
GType calf_notebook_get_type (void)

Macro Definition Documentation

◆ GTK_NOTEBOOK_PAGE

#define GTK_NOTEBOOK_PAGE ( _glist_)
Value:
((GtkNotebookPage *)((GList *)(_glist_))->data)
JSAMPIMAGE data
Definition jpeglib.h:945

Function Documentation

◆ calf_notebook_class_init()

void calf_notebook_class_init ( CalfNotebookClass * klass)
static

◆ calf_notebook_expose()

gboolean calf_notebook_expose ( GtkWidget * widget,
GdkEventExpose * event )
static

◆ calf_notebook_get_type()

GType calf_notebook_get_type ( void )

◆ calf_notebook_init()

void calf_notebook_init ( CalfNotebook * self)
static

◆ calf_notebook_new()

GtkWidget * calf_notebook_new ( )

◆ calf_notebook_set_pixbuf()

void calf_notebook_set_pixbuf ( CalfNotebook * self,
GdkPixbuf * image )