diff options
| author | Greg Ercolano <erco@seriss.com> | 2023-12-16 00:07:33 -0800 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2023-12-16 00:07:33 -0800 |
| commit | bdbd3497d41cc1f475004f5c7e180de395ed8d5b (patch) | |
| tree | a9f619646d9798335f76e3d47d504cb8071ee5ef /examples/Makefile | |
| parent | 411c3df1cbaaae997eb7ec19f3f9d115f49848c6 (diff) | |
STR#3283: Add new Fl_Table right-click popup menu example
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index 43f1d3119..86eca0734 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -55,6 +55,7 @@ ALL = animgifimage$(EXEEXT) \ table-spreadsheet-with-keyboard-nav$(EXEEXT) \ table-with-keynav$(EXEEXT) \ table-with-right-column-stretch-fit$(EXEEXT) \ + table-with-right-click-menu$(EXEEXT) \ tabs-simple$(EXEEXT) \ textdisplay-with-colors$(EXEEXT) \ texteditor-simple$(EXEEXT) \ |
