diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-10-07 09:21:37 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-10-07 09:21:37 +0200 |
| commit | f2532964cc8b326d00354f11d551727795a99319 (patch) | |
| tree | d4238be779e0361c5f073c4f94ea3b8f0b3b3d83 /FL/Fl_Single_Window.H | |
| parent | e9719e5416e2301cf2c7cf355d9d10d97ebdd69d (diff) | |
Class Fl_Single_Window declares but doesn't implement method make_current().
Also, add missing doc for methods Fl_XXX_Window::show(int, char**).
Diffstat (limited to 'FL/Fl_Single_Window.H')
| -rw-r--r-- | FL/Fl_Single_Window.H | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FL/Fl_Single_Window.H b/FL/Fl_Single_Window.H index 01878db5c..bab37b4dc 100644 --- a/FL/Fl_Single_Window.H +++ b/FL/Fl_Single_Window.H @@ -32,6 +32,7 @@ class FL_EXPORT Fl_Single_Window : public Fl_Window { public: void show(); + /** Same as Fl_Window::show(int a, char **b) */ void show(int a, char **b) {Fl_Window::show(a,b);} /** @@ -45,8 +46,6 @@ public: position, size, and label (title) string. */ Fl_Single_Window(int X, int Y, int W, int H, const char *l=0); - - int make_current(); }; #endif |
