mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
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:
@@ -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
|
CHANGES IN FLTK 1.1.3
|
||||||
|
|
||||||
- Documentation updates.
|
- Documentation updates.
|
||||||
|
|||||||
+1
-1
@@ -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
|
#ifndef Fl_Help_Dialog_H
|
||||||
#define Fl_Help_Dialog_H
|
#define Fl_Help_Dialog_H
|
||||||
|
|||||||
@@ -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 "../FL/Fl_Help_Dialog.H"
|
||||||
#include "flstring.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);
|
{ Fl_Help_View* o = view_ = new Fl_Help_View(10, 10, 510, 330);
|
||||||
o->box(FL_DOWN_BOX);
|
o->box(FL_DOWN_BOX);
|
||||||
o->color(49);
|
o->color(49);
|
||||||
o->selection_color(49);
|
o->selection_color(15);
|
||||||
o->labeltype(FL_NORMAL_LABEL);
|
o->labeltype(FL_NORMAL_LABEL);
|
||||||
o->labelfont(0);
|
o->labelfont(0);
|
||||||
o->labelsize(14);
|
o->labelsize(14);
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
# data file for the Fltk User Interface Designer (fluid)
|
# data file for the Fltk User Interface Designer (fluid)
|
||||||
version 1.0103
|
version 1.0104
|
||||||
header_name {../FL/Fl_Help_Dialog.H}
|
header_name {../FL/Fl_Help_Dialog.H}
|
||||||
code_name {.cxx}
|
code_name {.cxx}
|
||||||
decl {\#include "flstring.h"} {}
|
decl {\#include "flstring.h"} {}
|
||||||
|
|
||||||
decl {\#include <FL/fl_ask.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 index_;} {}
|
||||||
decl {int max_;} {}
|
decl {int max_;} {}
|
||||||
@@ -47,8 +47,8 @@ else if (view_->filename())
|
|||||||
{
|
{
|
||||||
strlcpy(file_[index_], view_->filename(), sizeof(file_[0]));
|
strlcpy(file_[index_], view_->filename(), sizeof(file_[0]));
|
||||||
line_[index_] = view_->topline();
|
line_[index_] = view_->topline();
|
||||||
}} open
|
}} open selected
|
||||||
private xywh {10 10 510 330} box DOWN_BOX resizable
|
private xywh {10 10 510 330} box DOWN_BOX selection_color 15 resizable
|
||||||
code0 {\#include <FL/Fl_Help_View.H>}
|
code0 {\#include <FL/Fl_Help_View.H>}
|
||||||
class Fl_Help_View
|
class Fl_Help_View
|
||||||
} {}
|
} {}
|
||||||
|
|||||||
Reference in New Issue
Block a user