Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
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:

Go to the source code of this file.

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

◆ findCallback()

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

◆ main()

◆ resetCallback()

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

Definition at line 64 of file dw_find_test.cc.

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

Referenced by main().

Variable Documentation

◆ findButton

Fl_Button* findButton
static

Definition at line 41 of file dw_find_test.cc.

Referenced by main().

◆ layout

Layout* layout
static

Definition at line 38 of file dw_find_test.cc.

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

◆ platform

FltkPlatform* platform
static

Definition at line 37 of file dw_find_test.cc.

Referenced by main().

◆ resetButton

Fl_Button * resetButton
static

Definition at line 41 of file dw_find_test.cc.

Referenced by main().

◆ resultLabel

Fl_Widget* resultLabel
static

Definition at line 42 of file dw_find_test.cc.

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

◆ viewport

FltkViewport* viewport
static

Definition at line 40 of file dw_find_test.cc.

Referenced by main().

◆ window

Fl_Window* window
static

Definition at line 39 of file dw_find_test.cc.

Referenced by main().