Re: using GtkPlot from Gtk+Extra without canvas



On Tue, 2007-01-09 at 15:27 +0100, FranÃois Galea wrote:
hi,
[...]
The results are a bunch of messages of the form :

(plot2:3556): Gtk-CRITICAL **: gtk_widget_realize: assertion 
`GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed

Hi,
   those assertions mean that the widget you are trying to realize
is not anchored - that means that its not inside a toplevel widget.

by looking at your code, looks like you never add the gtk-plot
widget to your hierarchy.

Cheers,
                    -Tristan





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]