#include <cairo/cairo.h>
#include <gtk/gtk.h>
#include <gtk/gtkframe.h>
#include <calf/drawingutils.h>
#include <calf/gui.h>
Go to the source code of this file.
◆ __CALF_CTL_FRAME
◆ CALF_FRAME
| #define CALF_FRAME |
( |
| obj | ) |
|
Value:
#define CALF_TYPE_FRAME
FRAME //////////////////////////////////////////////////////////////.
Definition ctl_frame.h:42
Definition ctl_frame.h:49
◆ CALF_FRAME_CLASS
| #define CALF_FRAME_CLASS |
( |
| klass | ) |
|
Value:
Definition ctl_frame.h:54
◆ CALF_IS_FRAME
| #define CALF_IS_FRAME |
( |
| obj | ) |
|
◆ CALF_IS_FRAME_CLASS
| #define CALF_IS_FRAME_CLASS |
( |
| obj | ) |
|
◆ CALF_TYPE_FRAME
FRAME //////////////////////////////////////////////////////////////.
◆ calf_frame_get_type()
| GType calf_frame_get_type |
( |
| ) |
|
|
extern |
◆ calf_frame_new()
| GtkWidget * calf_frame_new |
( |
const char * | label | ) |
|
|
extern |