#include <Flu_Separator.h>
Public Types | |
enum | { HORIZONTAL, VERTICAL } |
Public Member Functions | |
Flu_Separator (int X, int Y, int W, int H, const char *l=0) | |
Normal FLTK constructor. Default type() is HORIZONTAL. | |
int | type () const |
Get the type. | |
void | type (int t) |
Set the type. | |
Protected Member Functions | |
void | draw () |
Protected Attributes | |
int | _type |