-
# Env
windows 11
qt creator 5.0.2
conan 1.41.0
# conanfile.py
```py
from conans import ConanFile
class ConanDeps(ConanFile):
settings = "os", "compiler", "build_type", "arch"
requir…
-
[BambuStudio](https://github.com/bambulab/BambuStudio/) uses a snapshot of wxWidgets 3.1.5 built against GTK3 that it builds itself.
I tried to package that application for Flatpak and because of b…
-
Hello,
Is there any plan for supporting gtk-3 ?
We are considering retiring wxWidgets gtk-2 build and eviacam is one of the only blocker.
Thank you !
-
### Description
On windows: "Advise" in the ipc sample will stop working after a few iterations when using TCP for IPC
ie #define wxUSE_DDE_FOR_IPC 0
### Observed behavior and how to reproduce
…
-
via http://docs.wxwidgets.org/2.8/wx_validatoroverview.html#validatoroverview
-
```
Have installed:
Xcode Version 3.2.6 (1761)
Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) [GCC 4.2.1 (Apple Inc. build
5646)] on darwin
>>> print py2app.__version__
0.6.1
>>> print setuptools._…
-
After turning on "change names of greek letter to greek letters"
lambda doesn't result in a symbol
Lambda correctly gives upper case lambda
gamma gives upper case gamma
Gamma correctly gives upp…
-
```
What steps will reproduce the problem?
1. wxWidgets 2.9 built with GCC: Shared, Unicode, NOT Monolithic.
2. Set Env Vars accordingly.
3. calling wx-config --debug=no --unicode=yes --libs
What is…
-
There is appenditem method to add dataitem for wxDataviewlistctrl in Official wxwidgets manual
But in wxphp it is not available
Is there any solution for it?
How can i append an item or data arra…
-
I am a new user and am finding it tough to figure out all of the rules. The main issue is knowing which containers that controls need to be in. I can always look at the wx website to find out more, …