diff options
| author | Matthias Melcher <github@matthiasm.com> | 2022-11-01 13:30:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-01 13:30:05 +0100 |
| commit | 93ea93ee2b424ded25358d87529b1160cdb4f80c (patch) | |
| tree | a0a445a21ac71c72e4983a5ed8bf854a70dec3a8 /fluid/pixmaps.h | |
| parent | 31ec6f623ab76d3f1107af9782237b8d7a089026 (diff) | |
Fluid support for Fl_Flex (#523) and some Fl_Flex improvements
* Adding Fluid support for Fl_Flex, margins, and gap.
* Fluid Fl_Flex mostly working. Fixed in Fl_Flex::set_size().
* Fluid Flex live mode works, interactive dragging works
* Fluid Flex: adding check box for fixed children
* Fluid Flex: visual flexibility indicator in guides.
* Fluid Flex: bug in generated code.
* Fix formatting
* Fixing Tooltip, fixing resize issue PR #518.
* Removing unused variables.
Co-authored-by: Albrecht Schlosser <albrechts.fltk@online.de>
Diffstat (limited to 'fluid/pixmaps.h')
| -rw-r--r-- | fluid/pixmaps.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/pixmaps.h b/fluid/pixmaps.h index fc23a0775..29bb1667e 100644 --- a/fluid/pixmaps.h +++ b/fluid/pixmaps.h @@ -75,6 +75,7 @@ extern Fl_Pixmap *data_pixmap; extern Fl_Pixmap *tree_pixmap; extern Fl_Pixmap *table_pixmap; extern Fl_Pixmap *simple_terminal_pixmap; +extern Fl_Pixmap *flex_pixmap; extern Fl_Pixmap *pixmap[]; |
