4#ifndef __GUI_WIDGETS_SNAP_GRID_H__
5#define __GUI_WIDGETS_SNAP_GRID_H__
9#include "gtk_wrapper.h"
11#define SNAP_GRID_WIDGET_TYPE (snap_grid_widget_get_type ())
19typedef struct _SnapGridPopoverWidget SnapGridPopoverWidget;
22typedef struct _SnapGridWidget
24 GtkWidget parent_instance;
26 GtkMenuButton * menu_btn;
28 AdwButtonContent * content;