Zrythm
a highly automated and intuitive digital audio workstation
|
Base widget class for Region's. More...
#include "dsp/region.h"
#include "gui/widgets/arranger_object.h"
#include "utils/ui.h"
#include "gtk_wrapper.h"
Go to the source code of this file.
Macros | |
#define | REGION_NAME_FONT_NO_SIZE "Bold" |
#define | REGION_NAME_FONT REGION_NAME_FONT_NO_SIZE " 8" |
#define | REGION_NAME_PADDING_R 5 |
#define | REGION_NAME_BOX_PADDING 2 |
#define | REGION_NAME_BOX_CURVINESS 4.0 |
Functions | |
void | region_get_lane_full_rect (Region *self, GdkRectangle *rect) |
Returns the lane rectangle for the region. | |
HOT void | region_draw (Region *self, GtkSnapshot *snapshot, GdkRectangle *rect) |
Draws the Region in the given cairo context in relative coordinates. | |