FOX widget layout

M

Mark Volkmann

Does FOX have a layout manager that can layout widgets in rows and
columns AND allow a widget to span more than one row and/or column?=20
Tk can do this. In Java Swing I do this with GridBagLayout. FOX has
the layout FXMatrix, but I didn't see a way to span rows and columns.
 
M

Meinrad Recheis

------=_Part_768_3791490.1140944543357
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Does FOX have a layout manager that can layout widgets in rows and
columns AND allow a widget to span more than one row and/or column?
Tk can do this. In Java Swing I do this with GridBagLayout. FOX has
the layout FXMatrix, but I didn't see a way to span rows and columns.


afaik, there is no such layout.
FXTable can span cells, but the cells can only display text and icons. no
possibility to link widgets in.

however it is possible to write your own layout algorithm using the
LAYOUT_EXPLICIT setting and letting the algorithm manage the
widgets x/y/width/height attributes. if you happen to do this please share
the code with us ^^.

hth,
-- henon

------=_Part_768_3791490.1140944543357--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top