Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
fltkui.cc File Reference
#include "fltkcore.hh"
#include "fltkflatview.hh"
#include "fltkcomplexbutton.hh"
#include "dlib/dlib.h"
#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>
Include dependency graph for fltkui.cc:

Go to the source code of this file.

Namespaces

namespace  dw
 Dw is in this namespace, or sub namespaces of this one.
 
namespace  dw::fltk
 This namespace contains FLTK implementations of Dw interfaces.
 
namespace  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)
 

Function Documentation

◆ fltkui_dimmed()

static Fl_Color fltkui_dimmed ( Fl_Color  c,
Fl_Color  bg 
)
static

Definition at line 42 of file fltkui.cc.