12#ifndef __GUI_WIDGETS_ARRANGER_MINIMAP_SELECTION_H__
13#define __GUI_WIDGETS_ARRANGER_MINIMAP_SELECTION_H__
17#include "gtk_wrapper.h"
25#define ARRANGER_MINIMAP_SELECTION_WIDGET_TYPE \
26 (arranger_minimap_selection_widget_get_type ())
28 ArrangerMinimapSelectionWidget,
29 arranger_minimap_selection_widget,
31 ARRANGER_MINIMAP_SELECTION_WIDGET,
34typedef struct _ArrangerMinimapSelectionWidget
36 GtkWidget parent_instance;
42} ArrangerMinimapSelectionWidget;
44ArrangerMinimapSelectionWidget *
49arranger_minimap_selection_widget_on_motion (
51 GdkMotionEvent * event,
UiCursorState
Various cursor states to be shared.