Is this a bug or am I doing something wrong? Is there another way to pass a Null label? Just curious.
When I try to create a wxStaticBox without a label I get the message at the bottom. It works, but writes the message to stdout 3 or four times. If I use label = " ", I don't get the message, but of course the placement has to allow room for the invisible label.
label = “”
loggerBox = wxStaticBox(self,ID_loggerBox ,
label = nlabel,
pos = wxPoint(316,16),
size = wxSize(208,310))
-----Message-----------------------
(:13359): Gtk-CRITICAL **: file gtkwidget.c: line 4135 (gtk_widget_modify_style): assertion `GTK_IS_WIDGET (widget)' failed