search for: getjustify

Displaying 1 result from an estimated 1 matches for "getjustify".

Did you mean: setjustify
2005 Jan 04
0
patch for FXHeaderItem#justification= in FXRuby 1.2
On the subject of 1.2, here''s a patch to fix a "method missing" error when using FXHeaderItem#justification=. --- aliases.rb.bck 2004-12-30 17:33:34.376851376 -0500 +++ aliases.rb 2004-12-30 17:33:34.379850872 -0500 @@ -2048,7 +2048,7 @@ getJustify() end def justification=(j) # :nodoc: - setJustification(j) + setJustify(j) end def iconPosition # :nodoc: getIconPosition()