Python Forum
how to draw simple line in wxPython?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to draw simple line in wxPython?
#7
You really should get yourself comfortable with classes.
GUI programming involves so many layers that It's very difficult to do without.
So many methods rely of inheriting from other methods and classes that it is very difficult to
do all but the simplest of code without using classes.

One way to improve your understanding of this is to load the python demo program, which is very complete
and backed by source code, available with a single click of a notebook tab allowing you to flip between demo
and source code while trying to understand a concept.

To get this demo:
  • Download the source here: https://github.com/wxWidgets/Phoenix
  • Open a command window and:
  • Unzip in a directory of your choice
  • cd to Phoenix-master/Demo/
  • run the denmo
    python demo.py
You will like it!
Reply


Messages In This Thread
RE: how to draw simple line in wxPython? - by Larz60+ - Mar-22-2018, 08:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  WxPython Line Number QueenSvetlana 0 2,414 Dec-14-2017, 03:42 AM
Last Post: QueenSvetlana

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020