Jump to content

Simple windowed application: Difference between revisions

m
Line 1,641:
=={{header|Python}}==
 
==={{libheader|Tkinter}}===
<lang python>from Tkinter import Tk, Label, Button
 
Line 1,700:
app.exec_loop()</lang>
 
==={{libheader|wxPython}}===
<lang python>import wx
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.