|
Dillo v3.2.0-93-g6a586845
|
#include <stdio.h>#include "dlib/dlib.h"#include "../lout/msg.h"#include "../lout/debug.hh"#include "fltkcore.hh"#include <FL/fl_draw.H>#include <FL/Fl_Box.H>#include <FL/Fl_Tooltip.H>#include <FL/Fl_Menu_Window.H>#include <FL/Fl_Paged_Device.H>
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. | |
Functions | |
| static void | dw::fltk::strstrip (char *big, const char *little) |
| static void | dw::fltk::tooltip_tcb (void *data) |
Variables | |
| static Fl_Menu_Window * | tt_window = NULL |
| static int | in_tooltip = 0 |
| static int | req_tooltip = 0 |
|
static |
Definition at line 40 of file fltkplatform.cc.
Referenced by dw::fltk::FltkTooltip::cancel(), dw::fltk::FltkTooltip::onEnter(), dw::fltk::FltkTooltip::onLeave(), and dw::fltk::FltkTooltip::~FltkTooltip().
|
static |
Definition at line 40 of file fltkplatform.cc.
Referenced by dw::fltk::FltkTooltip::cancel(), dw::fltk::FltkTooltip::onEnter(), dw::fltk::tooltip_tcb(), and dw::fltk::FltkTooltip::~FltkTooltip().
|
static |
Definition at line 39 of file fltkplatform.cc.
Referenced by dw::fltk::FltkTooltip::cancel(), and dw::fltk::FltkTooltip::onEnter().