8#ifndef __GUI_WIDGETS_ZOOM_BUTTONS_H__
9#define __GUI_WIDGETS_ZOOM_BUTTONS_H__
11#include "gtk_wrapper.h"
13#define ZOOM_BUTTONS_WIDGET_TYPE (zoom_buttons_widget_get_type ())
24typedef struct _ZoomButtonsWidget
26 GtkBox parent_instance;
29 GtkButton * original_size;
39 ZoomButtonsWidget * self,
41 GtkOrientation orientation);