Top "Wxwidgets" questions

wxWidgets is a cross-platform GUI framework.

threads in wxWidgets

Im using wxWidgets and I call function which takes a long time to proceed. I would like to do it …

c++ wxwidgets
How I can set gap in Vertical BoxSizer?

How can I set gap in Vertical BoxSizer? What's in the Vertival BoxSizer the similar or alternative method of SetVGap (…

python user-interface wxpython wxwidgets
Cannot run Code::Blocks: libwx_gtk2u-2.8.so.0 not found

I am trying to install Code::Blocks 10.05 from (non-SVN) sources (codeblocks-10.05-src.tar.bz2). My OS is Ubuntu 11.04. I needed …

shared-libraries wxwidgets codeblocks ubuntu-11.04
How do I set a minimum window size in wxWidgets?

This is the hierarchy of widgets I've got: Frame > wxBoxSizer > wxPanel > wxBoxSizer > wxFlexGridSizer (2 columns, 9 rows), with …

user-interface cross-platform wxwidgets wxperl
implement laplacian 3x3

Im reading DIP 2nd edition by Gonzalez and Woods and try to my hands dirty with Laplacian mask (page 129&130) …

c++ image-processing wxwidgets
wxPython: Items in BoxSizer don't expand horizontally, only vertically

I have several buttons in various sizers and they expand in the way that I want them to. However, when …

python wxpython wxwidgets
wxPython: This program needs access to the screen

I'm trying to use the Python GUI wx (installable via pip install wxPython) in the following minimal app: import wx …

python wxpython wxwidgets
Refreshing wxGrid with dynamic contents

This doesn't seem to be as simple as I'd hoped: Using wxWidgets (2.8 stable series), I have a wxGrid (not subclassed) …

c++ wxwidgets
How to add an outline border to a widget?

How can I add a outline border to a widget in wxpython? (Any widget, for example, a wx.Button)

python wxpython wxwidgets
IS there a gui designer for wxwidgets in linux with Eclipse?

I want to build a GUI application using C++ and wxWidgets. The problem is that I can not find an …

c++ user-interface wxwidgets designer