Dillo
|
#include "fltkcore.hh"
#include "fltkflatview.hh"
#include "fltkcomplexbutton.hh"
#include "../lout/msg.h"
#include "../lout/misc.hh"
#include <FL/Fl.H>
#include <FL/fl_draw.H>
#include <FL/Fl_Input.H>
#include <FL/Fl_Text_Editor.H>
#include <FL/Fl_Check_Button.H>
#include <FL/Fl_Round_Button.H>
#include <FL/Fl_Choice.H>
#include <FL/Fl_Browser.H>
#include <stdio.h>
Namespaces | |
dw | |
Dw is in this namespace, or sub namespaces of this one. | |
dw::fltk | |
This namespace contains FLTK implementations of Dw interfaces. | |
dw::fltk::ui | |
FLTK implementation of dw::core::ui. | |
Enumerations | |
enum | { dw::fltk::ui::RELIEF_X_THICKNESS = 3, dw::fltk::ui::RELIEF_Y_THICKNESS = 3 } |
Functions | |
static Fl_Color | fltkui_dimmed (Fl_Color c, Fl_Color bg) |
static core::ButtonState | dw::fltk::ui::getDwButtonState () |
static void | dw::fltk::ui::setButtonEvent (dw::core::EventButton *event) |
static int | dw::fltk::ui::kf_backspace_word (int c, Fl_Text_Editor *e) |
|
static |