You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
In Gtk3 I got into problem on debugging Gtk-Warning-messages as:
Gtk-WARNING **: 17:24:18.112: Attempting to add a widget with type GtkBox to a container of type GtkBox, but the widget is already inside a container of type GtkBox, please remove the widget from its existing container first.
I tried to setup an log-handler but it seems to be ignored for that kind ob messages.
In Gtk3 I got into problem on debugging Gtk-Warning-messages as:
Gtk-WARNING **: 17:24:18.112: Attempting to add a widget with type GtkBox to a container of type GtkBox, but the widget is already inside a container of type GtkBox, please remove the widget from its existing container first.
I tried to setup an log-handler but it seems to be ignored for that kind ob messages.
"GLibLog" is my handler function for being able to place an break-point there.
What can help to resolve that Problem?
The text was updated successfully, but these errors were encountered: