shoes / shoes3

a tiny graphical app kit for ruby
http://walkabout.mvmanila.com
Other
181 stars 19 forks source link

Svg : force garbage collection when setting a new handle #173

Closed passenger94 closed 8 years ago

passenger94 commented 8 years ago

trying a hidden? method (checks if widget is hidden, return true/false) for svg, could be enabled for all widgets that could be hidden ( Macro CLASS_COMMON2 in ruby.c)

passenger94 commented 8 years ago

width and height were wrong as reported by the usual methods created by PLACE_COMMON Macro in ruby.c, because we are doing the rendering of svg widget a bit differently! corrected now, i think

We now have the final size of the widget, in pixels, as displayed on screen