FRAME_SUNKEN seems to work on FXTextField''s. It does not appear to work on FXText. Is this by design? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/fxruby-users/attachments/20100814/d8045ba0/attachment.html>
I don''t think FXText inherits from FXFrame, so yes, it''s by design. You just need to stick the FXText widget inside an FXHorizontal/vertical frame and set LAYOUT_FILL_XY on it. On Aug 14, 2010, at 9:22 AM, Ralph Shnelvar <ralphs at dos32.com> wrote:> FRAME_SUNKEN seems to work on FXTextField''s. > > > > It does not appear to work on FXText. Is this by design? > > _______________________________________________ > fxruby-users mailing list > fxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/fxruby-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/fxruby-users/attachments/20100814/3f4ec503/attachment.html>
Lyle, Saturday, August 14, 2010, 2:59:18 PM, you wrote: I don''t think FXText inherits from FXFrame, so yes, it''s by design. You just need to stick the FXText widget inside an FXHorizontal/vertical frame and set LAYOUT_FILL_XY on it. On Aug 14, 2010, at 9:22 AM, Ralph Shnelvar <ralphs at dos32.com> wrote: FRAME_SUNKEN seems to work on FXTextField''s. It does not appear to work on FXText. Is this by design? _______________________________________________ fxruby-users mailing list fxruby-users at rubyforge.org http://rubyforge.org/mailman/listinfo/fxruby-users Thank you so much. Do you know off the top of your head if there is documentation for the hierarchy tree? Ralph -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/fxruby-users/attachments/20100814/a5e3b57d/attachment.html>
I assume this one''s up to date: http://www.fox-toolkit.org/ref16/hierarchy.html On Aug 14, 2010, at 7:02 PM, Ralph Shnelvar <ralphs at dos32.com> wrote:> Lyle, > > > > > > Saturday, August 14, 2010, 2:59:18 PM, you wrote: > > > > > I don''t think FXText inherits from FXFrame, so yes, it''s by design. You just need to stick the FXText widget inside an FXHorizontal/vertical frame and set LAYOUT_FILL_XY on it. > > > > On Aug 14, 2010, at 9:22 AM, Ralph Shnelvar <ralphs at dos32.com> wrote: > > > > FRAME_SUNKEN seems to work on FXTextField''s. > > > > It does not appear to work on FXText. Is this by design? > > _______________________________________________ > > fxruby-users mailing list > > fxruby-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/fxruby-users > > > > > > Thank you so much. > > > > Do you know off the top of your head if there is documentation for the hierarchy tree? > > > > Ralph > > > > > > _______________________________________________ > fxruby-users mailing list > fxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/fxruby-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/fxruby-users/attachments/20100815/4e17a7f2/attachment.html>