I recently noticed some Gdk warnings when using call tips in the form:
(cssed:30806): Gdk-CRITICAL **: file gdkwindow-x11.c: line 1499
(gdk_window_resize): assertion `window != NULL' failed

I finally was able to track it down to ScintillaGTK.cxx 
ScintillaGTK::CreateCallTipWindow(PRectangle rc):1350

gdk_window_resize(PWidget(ct.wCallTip)->window, rc.Width(), rc.Height
());

At this point PWidget(ct.wCallTip)->window is allways NULL despite of
ct.wCallTip.Created() returning TRUE or FALSE, so despite of ct.wCallTip
being initallized at the start of this function or not.

I was trying to fix it, but I got somewhat sticked as it seems form some
parts of the code that ct.wCallTip is a GtkWindow but in others it's a
scintilla's Window class.

Any hint ?
-- 
Iago Rubio

_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to