Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
timeline_selection_info.h File Reference

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"
Include dependency graph for timeline_selection_info.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.

Detailed Description

Timeline selection info.

Definition in file timeline_selection_info.h.

Macro Definition Documentation

◆ MW_TS_INFO

#define MW_TS_INFO   MW_TIMELINE_PANEL->selection_info

Definition at line 30 of file timeline_selection_info.h.

◆ TIMELINE_SELECTION_INFO_WIDGET_TYPE

#define TIMELINE_SELECTION_INFO_WIDGET_TYPE    (timeline_selection_info_widget_get_type ())

Definition at line 21 of file timeline_selection_info.h.