How to create Geometry elements and select the same?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • psbasha
    Contributor
    • Feb 2007
    • 440

    #1

    How to create Geometry elements and select the same?

    Hi,

    How to create the geometric elements ( Line,REctangle, polygons ,Circle etc) using Python Tkinter?.

    Is it possible to select the created geometric elements on the UI?

    Thanls in advance
    PSB
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by psbasha
    Hi,

    How to create the geometric elements ( Line,REctangle, polygons ,Circle etc) using Python Tkinter?.

    Is it possible to select the created geometric elements on the UI?

    Thanls in advance
    PSB
    Have you seen section "16.4 turtle -- Turtle graphics for Tk" of the Python Library Reference?

    Comment

    • psbasha
      Contributor
      • Feb 2007
      • 440

      #3
      Hi,

      Could you please help me which documentation link are you refering for.

      Thanks
      PSB

      Comment

      • bartonc
        Recognized Expert Expert
        • Sep 2006
        • 6478

        #4
        Originally posted by psbasha
        Hi,

        Could you please help me which documentation link are you refering for.

        Thanks
        PSB
        Start->Programs->Python 2.4->Python Manuals: Library Reference: 16. Graphical User Interfaces with Tk
        or
        Start->Programs->Python 2.5->Python Manuals: Library Reference: 20. Graphical User Interfaces with Tk

        A seach of the Python Manuals for "turtle" would pull up this info.

        Comment

        Working...