10#ifndef __GUI_WIDGETS_CHANNEL_SLOT_ACTIVATE_BUTTON_H__
11#define __GUI_WIDGETS_CHANNEL_SLOT_ACTIVATE_BUTTON_H__
13#include "gtk_wrapper.h"
15#define CHANNEL_SLOT_ACTIVATE_BUTTON_WIDGET_TYPE \
16 (channel_slot_activate_button_widget_get_type ())
19 channel_slot_activate_button_widget,
21 CHANNEL_SLOT_ACTIVATE_BUTTON_WIDGET,
32typedef struct _ChannelSlotActivateButtonWidget
34 GtkToggleButton parent_instance;