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
At runtime, the entire widget is not rendered, and instead I see this message on the terminal:
(myapp:104508): Gtk-WARNING **: 19:28:54.676: Attempting to add a widget with type GtkImage to a container of type GtkBox, but the widget is already inside a container of type GtkButton, please remove the widget from its existing container first.
The macro outputs the following code, which I believe is wrong:
The widget is added inside a gtk::Box in another widget, but what I believe is happening is that only the image in the inner view! macro is being added, instead of the outer view! macro.
The text was updated successfully, but these errors were encountered:
I have the following code:
At runtime, the entire widget is not rendered, and instead I see this message on the terminal:
The macro outputs the following code, which I believe is wrong:
The widget is added inside a
gtk::Box
in another widget, but what I believe is happening is that only the image in the innerview!
macro is being added, instead of the outerview!
macro.The text was updated successfully, but these errors were encountered: