[Fxruby-users] subclassing FXColor
Status: Inactive
Brought to you by:
lyle
From: meinrad r. <mei...@gm...> - 2004-01-31 12:22:47
|
dear lyle, id like to subclass FXColor to add some more functionality. like this: class Color < Fox::FXColor def initialize r, g, b end end but i don't know how to subclass Bignum (that is what FXRGB returns ...) how could i do this to integrate with fxruby? cheers - mr |