<font size="3">gtk.widget.hide() makes a widget disappear by removing it (unmapping) it.&nbsp; How do i just make a widget not appear?  (I want to toggle the widget&#39;s visibility and I don&#39;t want the layout around the widgets to change).&nbsp; 
<br><br>In java, the call would be setVisible(false), and while the widget wouldn&#39;t show up on screen, the layout manager would still leave space for it.<br></font>