Fix help dialog link color.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2945 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2003-02-25 18:58:58 +00:00
parent 82a8a171e5
commit eca1c6cc4c
4 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,10 @@
CHANGES IN FLTK 1.1.4
- Fl_Help_Dialog used the same color for links as for
the background, causing links to be invisible on pages
without a background color set.
CHANGES IN FLTK 1.1.3
- Documentation updates.

View File

@ -1,4 +1,4 @@
// generated by Fast Light User Interface Designer (fluid) version 1.0103
// generated by Fast Light User Interface Designer (fluid) version 1.0104
#ifndef Fl_Help_Dialog_H
#define Fl_Help_Dialog_H

View File

@ -1,4 +1,4 @@
// generated by Fast Light User Interface Designer (fluid) version 1.0103
// generated by Fast Light User Interface Designer (fluid) version 1.0104
#include "../FL/Fl_Help_Dialog.H"
#include "flstring.h"
@ -114,7 +114,7 @@ Fl_Help_Dialog::Fl_Help_Dialog() {
{ Fl_Help_View* o = view_ = new Fl_Help_View(10, 10, 510, 330);
o->box(FL_DOWN_BOX);
o->color(49);
o->selection_color(49);
o->selection_color(15);
o->labeltype(FL_NORMAL_LABEL);
o->labelfont(0);
o->labelsize(14);

View File

@ -1,12 +1,12 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0103
version 1.0104
header_name {../FL/Fl_Help_Dialog.H}
code_name {.cxx}
decl {\#include "flstring.h"} {}
decl {\#include <FL/fl_ask.H>} {}
class FL_EXPORT Fl_Help_Dialog {open selected
class FL_EXPORT Fl_Help_Dialog {open
} {
decl {int index_;} {}
decl {int max_;} {}
@ -47,8 +47,8 @@ else if (view_->filename())
{
strlcpy(file_[index_], view_->filename(), sizeof(file_[0]));
line_[index_] = view_->topline();
}} open
private xywh {10 10 510 330} box DOWN_BOX resizable
}} open selected
private xywh {10 10 510 330} box DOWN_BOX selection_color 15 resizable
code0 {\#include <FL/Fl_Help_View.H>}
class Fl_Help_View
} {}