fltk
1.3.5-source
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X.
![]() ![]() |
#include <FL/Fl_Help_View.H>
#include <FL/Fl_Window.H>
#include <FL/Fl_Pixmap.H>
#include <FL/x.H>
#include <stdio.h>
#include <stdlib.h>
#include <FL/fl_utf8.h>
#include <FL/filename.H>
#include "flstring.h"
#include <ctype.h>
#include <errno.h>
#include <math.h>
#include <unistd.h>
Go to the source code of this file.
Classes | |
struct | fl_margins |
class | HV_Edit_Buffer |
Macros | |
#define | MAX_COLUMNS 200 |
#define | DEBUG_EDIT_BUFFER 0 |
#define | DEBUG_FUNCTION(L, F) |
#define | CMD(a, b, c, d) ((a<<24)|(b<<16)|(c<<8)|d) |
Typedefs | |
typedef int(* | compare_func_t) (const void *, const void *) |
Functions | |
static int | quote_char (const char *) |
static void | scrollbar_callback (Fl_Widget *s, void *) |
static void | hscrollbar_callback (Fl_Widget *s, void *) |
static unsigned int | command (const char *cmd) |
Variables | |
static char | initial_load = 0 |
static const char *const | broken_xpm [] |
static Fl_Pixmap | broken_image (broken_xpm) |
static Fl_Offscreen | fl_help_view_buffer |
Definition at line 3035 of file Fl_Help_View.cxx.
#define DEBUG_EDIT_BUFFER 0 |
Definition at line 271 of file Fl_Help_View.cxx.
#define DEBUG_FUNCTION | ( | L, | |
F | |||
) |
Definition at line 278 of file Fl_Help_View.cxx.
#define MAX_COLUMNS 200 |
Definition at line 72 of file Fl_Help_View.cxx.
Definition at line 80 of file Fl_Help_View.cxx.
|
static |
Definition at line 3018 of file Fl_Help_View.cxx.
Referenced by do_shell_command(), Fl_Help_View::end_selection(), fl_open_uri(), Fl_File_Icon::load_fti(), prepare_shell_command(), print_update_status(), and Fl_PostScript_Printer::start_job().
|
static |
The horizontal scrollbar callback.
Definition at line 3710 of file Fl_Help_View.cxx.
References Fl_Widget::parent().
Referenced by Fl_Help_View::Fl_Help_View().
|
static |
Definition at line 3572 of file Fl_Help_View.cxx.
Referenced by Fl_Help_View::draw(), Fl_Help_View::end_selection(), Fl_Help_View::find(), Fl_Help_View::format(), and Fl_Help_View::format_table().
|
static |
The vertical scrollbar callback.
Definition at line 3702 of file Fl_Help_View.cxx.
References Fl_Widget::parent().
Referenced by Fl_Help_View::Fl_Help_View().
|
static |
Referenced by Fl_Help_View::free_data(), and Fl_Help_View::get_image().
Definition at line 102 of file Fl_Help_View.cxx.
|
static |
Definition at line 219 of file Fl_Help_View.cxx.
Referenced by Fl_Help_View::begin_selection(), and Fl_Help_View::extend_selection().
|
static |
Definition at line 96 of file Fl_Help_View.cxx.
Referenced by Fl_Help_View::get_image(), Fl_Help_View::load(), and Fl_Help_View::value().