I have an area in the window I use
to create a "pop-up" vertical scroll bar with an adjustment.
When I'm finished with the
"pop-up", I try to destroy the scroll bar and adjustment
object.
When I execute the
gtk_object_destroy for the adjustment object, I get:
Gtk-WARNING:
gtk_signal_disconnect_by_data(): could not find handler containing data (hex
data).
How do I destroy the
Adjustment?
|