J6/Splitter

From J Wiki
Jump to navigation Jump to search
Splitter.png

Splitter is a splitter control for J. A splitter is drawn in an isigraph control on a J form.

Documentation  - for using splitter in a application

  • Options - splitter options
  • Events - event handling for splitter
  • Class - main splitter class

Design Issues and Constraints

  • edges adjacent to a splitter must be fixed (not move or scale)
  • a splitter will resize controls only to the point where any control has zero size
  • after a form is resized, the control positions are reset by wd





Splitter is based on Oleg Kobchenko's Splitter script.

Contributed by Chris Burke.