Strange, I don't know why perhaps I had a typo I missed but it's
working now with a simple show/hide:
// Deal with terminal now, since it would just waste cpu cycles
dealing with it in a for loop
if( g_strrstr( sets->terminal, ":false" ) )
gtk_widget_hide( GTK_WIDGE
On Sat, Jan 14, 2012 at 12:34:10PM +, Neil Munro wrote:
> I was wondering if it is possible to remove a tool item from a
> toolbar instantly,
=
from gi.repository import Gtk
def modify(b, t):
if t.get_n_items() == 1:
b.set_stoc
Hey
I was wondering if it is possible to remove a tool item from a
toolbar instantly, I am working with some preferences on my app and
want to have the preference changes displayed instantly, I have tried
to destroy the widget but it still works, am I missing something or is
it just not suppo