wxBEGIN_PROPERTIES_TABLE(wxStaticBox)
wxPROPERTY( Label,wxString, SetLabel, GetLabel, wxString() , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
wxBEGIN_PROPERTIES_TABLE(wxStaticBox)
wxPROPERTY( Label,wxString, SetLabel, GetLabel, wxString() , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
- wxPROPERTY_FLAGS( WindowStyle , wxStaticBoxStyle , long , SetWindowStyleFlag , GetWindowStyleFlag , , 0 /*flags*/ , wxT("Helpstring") , wxT("group")) // style
+ wxPROPERTY_FLAGS( WindowStyle , wxStaticBoxStyle , long , SetWindowStyleFlag , GetWindowStyleFlag , EMPTY_MACROVALUE, 0 /*flags*/ , wxT("Helpstring") , wxT("group")) // style
// FIXME: I still think that it isn't the right solution because the static
// boxes shouldn't have to be transparent if the redrawing was done
// right elsewhere - who ever had to make them transparent in non
// FIXME: I still think that it isn't the right solution because the static
// boxes shouldn't have to be transparent if the redrawing was done
// right elsewhere - who ever had to make them transparent in non
// problem (try resizing the sizers test screen in the layout sample
// after removing WS_EX_TRANSPARENT bit) and so let's use it until
// we fix the real underlying problem
// problem (try resizing the sizers test screen in the layout sample
// after removing WS_EX_TRANSPARENT bit) and so let's use it until
// we fix the real underlying problem