LMMS
Loading...
Searching...
No Matches
ctl_frame.cpp File Reference
#include <calf/ctl_frame.h>

Functions

GtkWidget * calf_frame_new (const char *label)
static gboolean calf_frame_expose (GtkWidget *widget, GdkEventExpose *event)
static void calf_frame_class_init (CalfFrameClass *klass)
static void calf_frame_init (CalfFrame *self)
GType calf_frame_get_type (void)

Function Documentation

◆ calf_frame_class_init()

void calf_frame_class_init ( CalfFrameClass * klass)
static

◆ calf_frame_expose()

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

◆ calf_frame_get_type()

GType calf_frame_get_type ( void )

◆ calf_frame_init()

void calf_frame_init ( CalfFrame * self)
static

◆ calf_frame_new()

GtkWidget * calf_frame_new ( const char * label)