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

Timeline selection info. More...

#include "dsp/region.h"
#include "gui/widgets/region.h"
#include "utils/ui.h"
#include <gtk/gtk.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
 

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.
 

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 31 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 22 of file timeline_selection_info.h.

Typedef Documentation

◆ SelectionInfoWidget

typedef struct _SelectionInfoWidget SelectionInfoWidget

Definition at line 33 of file timeline_selection_info.h.