diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-03-18 17:33:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-18 17:33:27 +0100 |
| commit | 5c482f9d9b357e098f955351f425bc985254ff28 (patch) | |
| tree | c410588ac915886aea4bef3478a12d682bb5ad9f /FL/Fl_Window.H | |
| parent | a9fb6a979fbcf31c2405d61ea720879bd5507d02 (diff) | |
Fix and update alignment #346 (#701)
* interactive layout alignment rewritten
* interface for new alignment rules
* new alignment dialog box
* user defined layout rules added
* layout rules can be stored in projects, settings, and external files
* Valgrind verification
Diffstat (limited to 'FL/Fl_Window.H')
| -rw-r--r-- | FL/Fl_Window.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index ef4d78007..a6709a216 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -560,6 +560,7 @@ public: // Note: Doxygen docs in Fl_Widget.H to avoid redundancy. Fl_Window* as_window() FL_OVERRIDE { return this; } + Fl_Window const* as_window() const FL_OVERRIDE { return this; } /** Return non-null if this is an Fl_Overlay_Window object. |
