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 /fluid/Fl_Widget_Type.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 'fluid/Fl_Widget_Type.h')
| -rw-r--r-- | fluid/Fl_Widget_Type.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fluid/Fl_Widget_Type.h b/fluid/Fl_Widget_Type.h index a7bc0f798..b41ba0e53 100644 --- a/fluid/Fl_Widget_Type.h +++ b/fluid/Fl_Widget_Type.h @@ -61,8 +61,6 @@ protected: Fl_Widget *live_widget; public: - static int default_size; - const char *xclass; // junk string, used for shortcut Fl_Widget *o; int public_; @@ -111,7 +109,6 @@ public: void copy_properties() FL_OVERRIDE; virtual void ideal_size(int &w, int &h); - virtual void ideal_spacing(int &x, int &y); ~Fl_Widget_Type(); void redraw(); |
