|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Timeline selection info. More...
#include "common/dsp/region.h"#include "common/utils/ui.h"#include "gui/backend/gtk_widgets/gtk_wrapper.h"#include "gui/backend/gtk_widgets/region.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 |
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 30 of file timeline_selection_info.h.
| #define TIMELINE_SELECTION_INFO_WIDGET_TYPE (timeline_selection_info_widget_get_type ()) |
Definition at line 21 of file timeline_selection_info.h.