4#ifndef __GUI_WIDGETS_ACTIVE_HARDWARE_MB_H__
5#define __GUI_WIDGETS_ACTIVE_HARDWARE_MB_H__
7#include "common/utils/types.h"
8#include "gui/backend/gtk_widgets/gtk_wrapper.h"
10#define ACTIVE_HARDWARE_MB_WIDGET_TYPE (active_hardware_mb_widget_get_type ())
13 active_hardware_mb_widget,
15 ACTIVE_HARDWARE_MB_WIDGET,
32 GtkWidget parent_instance;
35 GtkMenuButton * mbutton;
67active_hardware_mb_widget_setup (
85active_hardware_mb_widget_new (
void);
std::function< void()> GenericCallback
Generic callback.