Fl_OpDesk
Fl_OpButton.H File Reference

This file contains the definitions for the Fl_OpButton widget. More...

#include <vector>
#include <string>
#include <FL/Fl.H>
#include <FL/Fl_Button.H>
#include <FL/fl_draw.H>
#include "Fl_OpBox.H"

Go to the source code of this file.

Classes

class  Fl_OpButton
 The Fl_OpButton widget, an FLTK widget derived from Fl_Button that manages just the buttons of an Fl_OpBox. More...

Enumerations

enum  Fl_OpButtonType { FL_OP_INPUT_BUTTON, FL_OP_OUTPUT_BUTTON }
 The types of buttons; input or output. More...

Detailed Description

This file contains the definitions for the Fl_OpButton widget.


Enumeration Type Documentation

The types of buttons; input or output.

Enumerator:
FL_OP_INPUT_BUTTON 

-- an input button

FL_OP_OUTPUT_BUTTON 

-- an output button