>> I have a treeview/treestore containing many top-level rows. Each
>> top-level row contains many children. The treeview works fine except
>> for one thing. If the user expands a top-level row, selects a child,
>> and then collapses that row the program seg faults with the console
>> error
Hi,
I'm having a problem with multiple files and using extern
In main.c I'm declaring
GtkWidget *a;
(...do a bunch of stuff successfully to a)
In another file:
extern GtkWidget *a;
(..do a bunch of stuff with error)
gtk_toggle_button_set_active: assertion failed ...blah blah failed.
I'm am typ