From: Stephen D. <st...@da...> - 2002-07-10 16:16:22
|
Hi, I'm running ruby-fltk CVS, last fetched May 22nd. I'm building a browser for SQL result sets. I'm inheriting from Browser_ For efficiency I created full_height and full_width methods. Per the FLTK docs the Browser_ should call these if implemented instead of iterating through all items using item_next to total the height. In my case my code never seems to be called. Is this functionality not exposed to the ruby interface? For that matter, does item_quick_height work? Thanks, Steve |