[fxruby-users] patch for FXHeaderItem#justification= in FXRuby 1.2
Joel VanderWerf
vjoel at PATH.Berkeley.EDU
Tue Jan 4 19:02:11 EST 2005
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()
More information about the fxruby-users
mailing list