[fxruby-users] Multiline text widget with text wrap without scroll bars?
dave L
dglnz at yahoo.com
Mon Sep 6 04:48:02 EDT 2010
the FXtext tool does have a wrap option, Have you looked for that?
checked out google ? or even gone to http://www.fxruby.org/doc/examples.html
check out the examples their?
below is a snippet from the babelfish.rb script.
FXText.new(sunkenFrame, :opts => LAYOUT_FILL_X|LAYOUT_FILL_Y)
last tip is this www.fxruby.org/doc/api/classes/Fox/FXText.html
HTH
Dave.
________________________________
From: Ralph Shnelvar <ralphs at dos32.com>
To: fxruby-users at rubyforge.org
Sent: Mon, 6 September, 2010 7:51:27 PM
Subject: [fxruby-users] Multiline text widget with text wrap without scroll
bars?
Multiline text widget with text wrap without scroll bars?
Does a multiline widget with text wrap capability exist that does not have
scroll bars?
I attempted to set the visible attribute to the child scroll bars to false in an
FXText tool .... but that does not seem to work.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/fxruby-users/attachments/20100906/8f5fbad7/attachment-0001.html>
More information about the fxruby-users
mailing list