Dillo
Functions | Variables
dw_find_test.cc File Reference
#include <FL/Fl.H>
#include <FL/Fl_Window.H>
#include <FL/Fl_Box.H>
#include "../dw/core.hh"
#include "../dw/fltkcore.hh"
#include "../dw/fltkviewport.hh"
#include "../dw/textblock.hh"
Include dependency graph for dw_find_test.cc:

Functions

static void findCallback (Fl_Widget *widget, void *data)
 
static void resetCallback (Fl_Widget *widget, void *data)
 
int main (int argc, char **argv)
 

Variables

static FltkPlatformplatform
 
static Layoutlayout
 
static Fl_Window * window
 
static FltkViewportviewport
 
static Fl_Button * findButton
 
static Fl_Button * resetButton
 
static Fl_Widget * resultLabel
 

Function Documentation

static void findCallback ( Fl_Widget *  widget,
void *  data 
)
static

References resultLabel, and dw::core::Layout::search().

Referenced by main().

int main ( int  argc,
char **  argv 
)
static void resetCallback ( Fl_Widget *  widget,
void *  data 
)
static

References dw::core::Layout::resetSearch(), and resultLabel.

Referenced by main().

Variable Documentation

Fl_Button* findButton
static

Referenced by main().

Layout* layout
static

Referenced by main().

FltkPlatform* platform
static
Fl_Button * resetButton
static

Referenced by main().

Fl_Widget* resultLabel
static

Referenced by findCallback(), main(), and resetCallback().

FltkViewport* viewport
static
Fl_Window* window
static

Referenced by main().