13#ifndef __GUI_WIDGETS_TIMELINE_SELECTION_INFO_H__
14#define __GUI_WIDGETS_TIMELINE_SELECTION_INFO_H__
20#include "gtk_wrapper.h"
22#define TIMELINE_SELECTION_INFO_WIDGET_TYPE \
23 (timeline_selection_info_widget_get_type ())
26 timeline_selection_info_widget,
28 TIMELINE_SELECTION_INFO_WIDGET,
31#define MW_TS_INFO MW_TIMELINE_PANEL->selection_info
33typedef struct _SelectionInfoWidget SelectionInfoWidget;
40typedef struct _TimelineSelectionInfoWidget
42 GtkStack parent_instance;
43 GtkLabel * no_selection_label;
44 SelectionInfoWidget * selection_info;
A region in the timeline.
Selections to be used for the timeline's current selections, copying, undoing, etc.
void timeline_selection_info_widget_refresh(TimelineSelectionInfoWidget *self, TimelineSelections *ts)
Populates the SelectionInfoWidget based on the leftmost object selected.