| Age | Commit message (Collapse) | Author |
|
|
|
|
|
... except FL/fl_attr.h where FL_OVERRIDE is #define'd
|
|
|
|
To do: update CHANGES.txt with real info.
|
|
Some of these accessor methods should be private so they can't be used
by user code but - due to compiler issues - they must be public for
HP-UX 11.11 (for details see GitHub Issue #937).
|
|
|
|
Thanks to Andre for finding this and sending a patch via mail.
|
|
|
|
This allows multiple widgets to occupy a single cell which is
needed when moving cells across the grid interactively.
|
|
User can now drag widgets from the toolbox into the grid
or use the context menu to add them into the corresponding
cell. If no position is indicated, now children are added at the
first free cell.
|
|
|
|
|
|
|
|
|
|
* no settings for children yet
* ne good interactive editing for children
|
|
Add 'grid->end();' although it's redundant in this specific example.
|
|
- FL/Fl_Grid.H: header file
- src/Fl_Grid.cxx: implementation
- examples/grid-simple.cxx: simple example program
- test/cube.cxx: use Fl_Grid for layout
- test/grid_alignment.cxx: test cell alignment and other functions
- test/grid_buttons.cxx: demo program as discussed in fltk.general
- test/grid_login.cxx: like test/flex_login.cxx but with Fl_Grid
- test/flex_login.cxx: modified to match test/grid_login.cxx
|