I have the following code:
require "gtk2"
Basically, this is a window containing a button and widget for a laptop. I want to add a new page / tab to a laptop widget when I press a button. However, nothing happens. Is there some kind of repainting that I have to do manually? Am I abusing laptop widgets? How to add tab at runtime?
source share