summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-03-09 18:16:43 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-03-09 18:28:37 +0100
commit0f3b5ded8fad8c0bf7c462fc360174f4a2080e14 (patch)
treeab040846009fed45f6807483c17498b15272e184 /FL
parente18ce5400f2ae666a0783e5b7399169b95ff7b54 (diff)
Fix dependencies, typos, trailing whitespace, and formatting
No code changes.
Diffstat (limited to 'FL')
-rw-r--r--FL/Enumerations.H2
-rw-r--r--FL/Fl_Anim_GIF_Image.H2
-rw-r--r--FL/Fl_Browser_.H2
-rw-r--r--FL/Fl_Choice.H2
4 files changed, 4 insertions, 4 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index 48fee5029..906aca9f3 100644
--- a/FL/Enumerations.H
+++ b/FL/Enumerations.H
@@ -531,7 +531,7 @@ enum Fl_Callback_Reason {
#define FL_Forward 0xEF27 ///< Like forward on a browser
#define FL_Stop 0xEF28 ///< Stop current operation
#define FL_Refresh 0xEF29 ///< Refresh the page
-#define FL_Sleep 0xEF2F ///< Put system to sleep
+#define FL_Sleep 0xEF2F ///< Put system to sleep
#define FL_Favorites 0xEF30 ///< Show favorite locations
/**@}*/ // group: Non-ASCII key names
diff --git a/FL/Fl_Anim_GIF_Image.H b/FL/Fl_Anim_GIF_Image.H
index bb33f3f18..a23ad2a5f 100644
--- a/FL/Fl_Anim_GIF_Image.H
+++ b/FL/Fl_Anim_GIF_Image.H
@@ -126,7 +126,7 @@ public:
int frame_w(int frame) const;
int frame_h(int frame) const;
- // -- overriden methods
+ // -- overridden methods
void color_average(Fl_Color c, float i) FL_OVERRIDE;
Fl_Image *copy(int W, int H) const FL_OVERRIDE;
Fl_Image *copy() const { return Fl_Pixmap::copy(); }
diff --git a/FL/Fl_Browser_.H b/FL/Fl_Browser_.H
index e75973222..d83f94ee0 100644
--- a/FL/Fl_Browser_.H
+++ b/FL/Fl_Browser_.H
@@ -252,7 +252,7 @@ public:
FL_DEPRECATED("in 1.4.0 - use vposition(pos) instead",
void position(int pos)) { return vposition(pos); }
void position(int x, int y) { Fl_Group::position(x, y); }
-
+
/**
Gets the horizontal scroll position of the list as a pixel position \p pos.
The position returned is how many pixels of the list are scrolled off the left edge
diff --git a/FL/Fl_Choice.H b/FL/Fl_Choice.H
index 98000a2c3..eaa04e803 100644
--- a/FL/Fl_Choice.H
+++ b/FL/Fl_Choice.H
@@ -72,7 +72,7 @@
This method sets the changed() flag.
\li <tt>void Fl_Widget::clear_changed()</tt>
This method clears the changed() flag.
-
+
The inherited Fl_Menu_::down_box() methods can be used as follows:
\li <tt>Fl_Boxtype Fl_Menu_::down_box() const</tt>
Gets the current down box, which is used when the menu is popped up.