4#ifndef __GUI_WIDGETS_TRACKLIST_PREFERENCES_POPOVER_H__
5#define __GUI_WIDGETS_TRACKLIST_PREFERENCES_POPOVER_H__
7#include "gtk_wrapper.h"
9#define TRACKLIST_PREFERENCES_POPOVER_WIDGET_TYPE \
10 (tracklist_preferences_popover_widget_get_type ())
12 TracklistPreferencesPopoverWidget,
13 tracklist_preferences_popover_widget,
15 TRACKLIST_PREFERENCES_POPOVER_WIDGET,
18typedef struct _TracklistPreferencesPopoverWidget
20 GtkPopover parent_instance;
21} TracklistPreferencesPopoverWidget;
26TracklistPreferencesPopoverWidget *
27tracklist_preferences_popover_widget_new (
void);