ocarina/include/ocarina/body.h
Bryan Schumaker b8f977cc35 ocarina: Add a switch for tab label expanding
Pass in true to cause the tab label to expand and fill up the entire
space, false if the label should not expand.
2011-09-09 08:27:58 -04:00

10 lines
172 B
C

#ifndef OCARINA_BODY_H
#define OCARINA_BODY_H
#include <ocarina/gtk.h>
GtkWidget *get_tabs();
void add_page(GtkWidget *, GtkWidget *, bool);
#endif /* OCARINA_BODY_H */