Here are the classes, structs, unions and interfaces with brief descriptions:
Fl_OpBox | The Fl_OpBox widget, an FLTK widget derived from Fl_Group that manages the box itself and any Fl_OpButtons it may have |
Fl_OpButton | The Fl_OpButton widget, an FLTK widget derived from Fl_Button that manages just the buttons of an Fl_OpBox |
Fl_OpConnect | This encapsulates a single connection between two buttons |
Fl_OpDesk | The main Fl_OpDesk widget, parent to the following widgets: Fl_OpBox -- the boxes that can be connected together Fl_OpButton -- the buttons (input and output) that can be added to an Fl_OpBox Fl_OpConnect -- the connections between input/output buttons of different boxes |