Zrythm
a highly automated and intuitive digital audio workstation
|
Timeline selection info. More...
#include "dsp/region.h"
#include "gui/widgets/region.h"
#include "utils/ui.h"
#include "gtk_wrapper.h"
Go to the source code of this file.
Data Structures | |
struct | TimelineSelectionInfoWidget |
A widget for showing info about the current TimelineSelections. More... | |
Macros | |
#define | TIMELINE_SELECTION_INFO_WIDGET_TYPE (timeline_selection_info_widget_get_type ()) |
#define | MW_TS_INFO MW_TIMELINE_PANEL->selection_info |
Typedefs | |
typedef struct _SelectionInfoWidget | SelectionInfoWidget |
Functions | |
G_DECLARE_FINAL_TYPE (TimelineSelectionInfoWidget, timeline_selection_info_widget, Z, TIMELINE_SELECTION_INFO_WIDGET, GtkStack) | |
void | timeline_selection_info_widget_refresh (TimelineSelectionInfoWidget *self, TimelineSelections *ts) |
Populates the SelectionInfoWidget based on the leftmost object selected. | |
Timeline selection info.
Definition in file timeline_selection_info.h.
#define MW_TS_INFO MW_TIMELINE_PANEL->selection_info |
Definition at line 31 of file timeline_selection_info.h.
#define TIMELINE_SELECTION_INFO_WIDGET_TYPE (timeline_selection_info_widget_get_type ()) |
Definition at line 22 of file timeline_selection_info.h.
typedef struct _SelectionInfoWidget SelectionInfoWidget |
Definition at line 33 of file timeline_selection_info.h.