Dillo
Namespaces | Classes | Enumerations | Functions | Variables
dw::fltk Namespace Reference

This namespace contains FLTK implementations of Dw interfaces. More...

Namespaces

 misc
 Miscellaneous FLTK stuff.
 
 ui
 FLTK implementation of dw::core::ui.
 

Classes

class  FltkColor
 
class  FltkFlatView
 
class  FltkFont
 
class  FltkImgbuf
 
class  FltkPlatform
 
class  FltkPreview
 
class  FltkPreviewButton
 
class  FltkPreviewWindow
 
class  FltkTooltip
 
class  FltkView
 This interface adds some more methods for all flkt-based views. More...
 
class  FltkViewBase
 
class  FltkViewport
 
class  FltkWidgetView
 

Enumerations

enum  ScaleMode { SIMPLE, BEAUTIFUL, BEAUTIFUL_GAMMA }
 

Functions

void freeall ()
 
static void strstrip (char *big, const char *little)
 
static void tooltip_tcb (void *data)
 
core::ButtonState getDwButtonState ()
 

Variables

enum dw::fltk::ScaleMode scaleMode = BEAUTIFUL_GAMMA
 

Detailed Description

This namespace contains FLTK implementations of Dw interfaces.

Enumeration Type Documentation

Enumerator
SIMPLE 
BEAUTIFUL 
BEAUTIFUL_GAMMA 

Function Documentation

void dw::fltk::freeall ( )
inline
core::ButtonState dw::fltk::getDwButtonState ( )
static void dw::fltk::strstrip ( char *  big,
const char *  little 
)
static
static void dw::fltk::tooltip_tcb ( void *  data)
static

Variable Documentation

enum dw::fltk::ScaleMode dw::fltk::scaleMode = BEAUTIFUL_GAMMA