search for: setjustify

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

Did you mean: getjustify
2005 Jan 04
0
patch for FXHeaderItem#justification= in FXRuby 1.2
...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()