woodchuck
2016-11-26 17:26:44 UTC
Dear all,
i am wondering how to set the column width for FXMatrix. I want to align
the width of the first column in two separate FXMatrix objects, the
first one with two, the second with three columns.
In the first Column i want to place an FXLabel.
Can i fix the width of a FXMatrix column or must i do the Layout for
each "matrix" as following pseudocode:
FXHorizontalFrame hf;
FXSpring s1(hf, width2);
FXSpring s2(hf, width2);
FXVerticalFrame vf1(s1, ...);
FXVerticalFrame vf1(s1, ...);
FXLabel(vf1,...);
Thanks
Tom
i am wondering how to set the column width for FXMatrix. I want to align
the width of the first column in two separate FXMatrix objects, the
first one with two, the second with three columns.
In the first Column i want to place an FXLabel.
Can i fix the width of a FXMatrix column or must i do the Layout for
each "matrix" as following pseudocode:
FXHorizontalFrame hf;
FXSpring s1(hf, width2);
FXSpring s2(hf, width2);
FXVerticalFrame vf1(s1, ...);
FXVerticalFrame vf1(s1, ...);
FXLabel(vf1,...);
Thanks
Tom