Search found 2 matches

by suuvor
Wed Nov 20, 2019 6:32 pm
Forum: C++ Development
Topic: wxWidgets 3.1.3 title bar, border and wxBORDER_NONE style behavior
Replies: 1
Views: 436

wxWidgets 3.1.3 title bar, border and wxBORDER_NONE style behavior

Hi! I want to disable top title bar and to show default border for wxDialog. If I use wxWidgets 3.1.2 or below wxBORDER_NONE style flag helps to make it. wxWidgets 3.1.3 wxBORDER_NONE usage hides title bar, but hides border around wxDialog as well. The issue is reproduced on Ubuntu 16.04 xfce, kde p...
by suuvor
Thu Sep 05, 2019 12:06 pm
Forum: Platform Related Issues
Topic: wxCheckBox is not displayed on KDE Plasma
Replies: 1
Views: 1017

wxCheckBox is not displayed on KDE Plasma

I use wxWidgets on Ubuntu 16 KDE Plasma. Checkboxes are not displayed on this OS configuration - labels are displayed only. The checkbox initialization is simple enough: m_checkBox = new wxCheckBox(this, wxID_ANY, _("Label") When checkbox is checked, it has the same appearance - I see labe...