On 08.12.2011, at 16:19, Robert Strickland wrote: > The behavior I would like is for each box in the tile to have some minimum > size (say 3 pixels square). Currently, when I drag the border to one side or > the other, one or more boxes completely disappears. If the user is unfamiliar > with the layout, there is absolutely no visible cue that there is a hidden > box lurking against one edge or corner of the drawn border. The poor user has > to randomly try to drag borders until the hidden box appears.
Fl_Tile has no function to set a minimum tile size. However, I strongly believe that there should be one for exactly the reason you state. Using DOWN_FRAMEs for the tiles give a nice visible and draggable border, so defaulting the minimal tile size to twice the width of the border would keep the visual cue and would make it possible to reconstruct all tiles. Could you please file an STR so that we can remember to implement this? fltk.org/str.php _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

