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 /test/symbols.cxx | |
| 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 'test/symbols.cxx')
| -rw-r--r-- | test/symbols.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/symbols.cxx b/test/symbols.cxx index d97dfa834..9c51e0fb4 100644 --- a/test/symbols.cxx +++ b/test/symbols.cxx @@ -28,7 +28,7 @@ int N = 0; #define W 70 #define H 70 #define ROWS 6 -#define COLS 6 +#define COLS 7 Fl_Double_Window *window; Fl_Value_Slider *orientation; @@ -119,6 +119,8 @@ bt("@refresh"); bt("@reload"); bt("@undo"); bt("@redo"); +bt("@import"); +bt("@export"); orientation = new Fl_Value_Slider( (int)(window->w()*.05+.5), window->h()-40, |
