From: Kevin S. <kev...@ya...> - 2001-09-02 01:03:50
|
--- Kevin Smith <kev...@ya...> wrote: > I just updated, and sample3 and sample4 are having sizing > problems. The clock face is too large in 3, and all three > widgets are slightly too tall in 4. > > I'll look into it, but can you think of what may have > changed that would cause this? Are you seeing the same > thing there? I just fixed it. When I created the INIT macro, I was calling widget->resize, but that didn't give Ruby overrides a chance to catch it. Now I use rb_funcall. We should probably use rb_funcall to invoke label, also, instead of calling widget-label directly, because that would avoid the duplicated strdup code. Kevin __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com |