mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
Rotate search icon to avoid confusing it with the letter Q.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4708 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -165,7 +165,7 @@ Fl_Help_Dialog::Fl_Help_Dialog() {
|
|||||||
o->labeltype(FL_NORMAL_LABEL);
|
o->labeltype(FL_NORMAL_LABEL);
|
||||||
o->labelfont(0);
|
o->labelfont(0);
|
||||||
o->labelsize(14);
|
o->labelsize(14);
|
||||||
o->labelcolor(FL_BLACK);
|
o->labelcolor(FL_FOREGROUND_COLOR);
|
||||||
o->callback((Fl_Callback*)cb_view_);
|
o->callback((Fl_Callback*)cb_view_);
|
||||||
o->align(FL_ALIGN_TOP);
|
o->align(FL_ALIGN_TOP);
|
||||||
o->when(FL_WHEN_RELEASE);
|
o->when(FL_WHEN_RELEASE);
|
||||||
@@ -204,7 +204,7 @@ Fl_Help_Dialog::Fl_Help_Dialog() {
|
|||||||
{ Fl_Group* o = new Fl_Group(10, 350, 296, 25);
|
{ Fl_Group* o = new Fl_Group(10, 350, 296, 25);
|
||||||
o->box(FL_DOWN_BOX);
|
o->box(FL_DOWN_BOX);
|
||||||
o->color(FL_BACKGROUND2_COLOR);
|
o->color(FL_BACKGROUND2_COLOR);
|
||||||
{ Fl_Input* o = find_ = new Fl_Input(35, 352, 268, 21, "@search");
|
{ Fl_Input* o = find_ = new Fl_Input(35, 352, 268, 21, "@2search");
|
||||||
o->tooltip("find text in document");
|
o->tooltip("find text in document");
|
||||||
o->box(FL_FLAT_BOX);
|
o->box(FL_FLAT_BOX);
|
||||||
o->labelsize(13);
|
o->labelsize(13);
|
||||||
|
|||||||
@@ -159,8 +159,8 @@ smaller_->activate();}
|
|||||||
xywh {10 350 296 25} box DOWN_BOX color 7 resizable
|
xywh {10 350 296 25} box DOWN_BOX color 7 resizable
|
||||||
} {
|
} {
|
||||||
Fl_Input find_ {
|
Fl_Input find_ {
|
||||||
label {@search}
|
label {@2search}
|
||||||
callback {find_pos_ = view_->find(find_->value(), find_pos_);}
|
callback {find_pos_ = view_->find(find_->value(), find_pos_);} selected
|
||||||
private tooltip {find text in document} xywh {35 352 268 21} box FLAT_BOX labelsize 13 when 10 resizable
|
private tooltip {find text in document} xywh {35 352 268 21} box FLAT_BOX labelsize 13 when 10 resizable
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -240,7 +240,7 @@ else
|
|||||||
view_->value(f);
|
view_->value(f);
|
||||||
window_->label(view_->title());} {}
|
window_->label(view_->title());} {}
|
||||||
}
|
}
|
||||||
Function {value() const} {selected return_type {const char *}
|
Function {value() const} {return_type {const char *}
|
||||||
} {
|
} {
|
||||||
code {return view_->value();} {}
|
code {return view_->value();} {}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user