Top "Wxwidgets" questions

wxWidgets is a cross-platform GUI framework.

Python ImportError: No module named wx

Im sorry to ask this question again. I have searched and found endles repeats of it both on stackoverflow and …

python importerror wxwidgets
Is there any 'out-of-the-box' 2D/3D plotting library for C++?

I looked at the different options for plotting functions (or other types of graphs) in an interactive window. I mostly …

c++ graph wxwidgets plot
ld: symbol(s) not found when linking

I am trying to compile "Loch" without any success on my Mac OSX 10.6. I always get some "symbol(s) not …

macos wxwidgets compiler-errors
QT vs wxWidgets

The question has been asked before, but the most recent one seems to be from two years ago, so there …

c++ qt user-interface wxwidgets
what does mean by debug build and release build, difference and uses

Possible Duplicate: Debug/Release difference I want to know what do these two mean: Debug build and Release build and …

c++ debugging build release wxwidgets
wxwidgets setup.h "no such file"

A quick Google search of this issue shows it's common, I just can't for the life of me figure out …

compiler-construction include wxwidgets codeblocks
Is WxWidgets still relevant in 2015?

Is WxWidgets relevant in 2015? Last release was on October 06, 2014, is this project dead? Is there any reason to pick it …

qt wxwidgets
What is the best real time plotting widget for wxPython?

I would like to show a real time graph with one or two curves an up to 50 samples per second …

python wxpython wxwidgets
Which, if any, achieves Windows native look: GTK+, wxWidgets, Qt, FLTK?

I need to write an application that will be visually indistinguishable from something written natively for Windows XP/Vista/7 using …

c++ windows user-interface gtk wxwidgets
Is there any Visual Studio-like tool for creating GUIs for Python?

My girlfriend asked me if there was a tool (actually, an IDE) that would let her create her GUI visually …

python visual-studio qt gtk wxwidgets