8#ifndef GP_WIDGET_LAYOUT_SWITCH_H
9#define GP_WIDGET_LAYOUT_SWITCH_H
18gp_widget *gp_widget_layout_switch_new(
unsigned int layouts);
27unsigned int gp_widget_layout_switch_layouts(
gp_widget *self);
35void gp_widget_layout_switch_layout(
gp_widget *self,
unsigned int layout_nr);
43void gp_widget_layout_switch_move(
gp_widget *self,
int where);