13#ifndef __GUI_WIDGETS_TIMELINE_SELECTION_INFO_H__
14#define __GUI_WIDGETS_TIMELINE_SELECTION_INFO_H__
16#include "common/dsp/region.h"
17#include "common/utils/ui.h"
18#include "gui/backend/gtk_widgets/gtk_wrapper.h"
21#define TIMELINE_SELECTION_INFO_WIDGET_TYPE \
22 (timeline_selection_info_widget_get_type ())
25 timeline_selection_info_widget,
27 TIMELINE_SELECTION_INFO_WIDGET,
30#define MW_TS_INFO MW_TIMELINE_PANEL->selection_info
32typedef struct _SelectionInfoWidget SelectionInfoWidget;
33class TimelineSelections;
39typedef struct _TimelineSelectionInfoWidget
41 GtkStack parent_instance;
42 GtkLabel * no_selection_label;
43 SelectionInfoWidget * selection_info;
53 TimelineSelections * ts);
Base widget class for Region's.
void timeline_selection_info_widget_refresh(TimelineSelectionInfoWidget *self, TimelineSelections *ts)
Populates the SelectionInfoWidget based on the leftmost object selected.