473,387 Members | 3,684 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

wxPython widgets

Hello!
I've downloaded wxPython and have been playing with the demo. It seems as
if wxPython comes with more widgets that wxWidgets itself? I assume they
are just additional widgets provided with wxPython, built using wxWidgets?
Is this correct? Or are all the same widgets available in wxPython also
directly provided for in wxWidgets?
Thanks!
Jul 18 '05 #1
3 2230
> if wxPython comes with more widgets that wxWidgets itself? I assume they
are just additional widgets provided with wxPython, built using wxWidgets?


Probably. Tkinter does the same thing (the tkSimpleDialog "widget" is pure
Python).

Jul 18 '05 #2
Christopher T King <sq******@WPI.EDU> wrote:
if wxPython comes with more widgets that wxWidgets itself? I assume they
are just additional widgets provided with wxPython, built using wxWidgets?
Probably. Tkinter does the same thing (the tkSimpleDialog "widget" is pure
Python).


Yeah, wxPython does have it's own widgets, which I assume are written
in C++ for wxWidgets with a Python wrapper, and are not specifically
coded in Python (so could be used for C++ apps too?)

I personally like the wx.lib.dialogs.ScrolledMessageDialog - makes a
very nice about/changelog dialog, although I think that comes from
PythonCard?
Jul 18 '05 #3
si************@yahoo.co.uk (simo) writes:
Yeah, wxPython does have it's own widgets, which I assume are written
in C++ for wxWidgets with a Python wrapper, and are not specifically
coded in Python (so could be used for C++ apps too?)
I believe everything under wx.lib is pure Python, although in many
cases it subclasses existing wxWidgets widgets to extend them. Also
over time some of them have been replaced by wxWidgets core additions.
I personally like the wx.lib.dialogs.ScrolledMessageDialog - makes a
very nice about/changelog dialog, although I think that comes from
PythonCard?


Could be - you can see the source in the dialogs.py file in the
wxPython distribution, and the comments indicate they were supplied by
Kevin Altis who also develops for PythonCard. Not sure which came
first though -)

-- David
Jul 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Leo | last post by:
hi there for somebody who wants tostart small/medium GUI apps with python: what's the best toolkit: tkinter, wxPython or what? stability, ease of use and portability between mac and windows...
15
by: Grant Edwards | last post by:
Can anybody recommend a good book on wxPython? Are there any books on wxPython? I've been trying to learn wxPython and/or wax for a few weeks, and I'm just not getting it. wxWindows seems...
2
by: Taki Jeden | last post by:
Hi Anybody used wxPython with twisted? I started putting together a Twisted-based app with wx GUI, and the widgets just don't work - some controls do not show up etc. - at least on my system....
25
by: BJörn Lindqvist | last post by:
See: http://www.wxpython.org/quotes.php. especially: "wxPython is the best and most mature cross-platform GUI toolkit, given a number of constraints. The only reason wxPython isn't the standard...
14
by: Rod W | last post by:
I'm just starting out on Python but my primary goal is to provide applications with some user interface (GUI). Can someone point me to a good comparison of whether I should use wxPython (with...
4
by: KvS | last post by:
Hi all, I'm pretty new to (wx)Python so plz. don't shoot me if I've missed something obvious ;). I have a panel inside a frame, on which a Button and a StaticText is placed: self.panel =...
44
by: bg_ie | last post by:
Hi, I'm in the process of writing some code and noticed a strange problem while doing so. I'm working with PythonWin 210 built for Python 2.5. I noticed the problem for the last py file...
8
by: Janwillem | last post by:
Is there a way to force the wx.FileDialog to show as default the thumbnails vie in stead of list view? thanks, janwillem
0
by: Guilherme Polo | last post by:
On 10/29/08, Olrik Lenstra <o.lenstra@gmail.comwrote: It will be a combination of commands, not a single one. Initially I considered this as "probably without solution", since tcl acquired a...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.