Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8c5ba09

Browse filesBrowse files
author
kuyan
committed
Add line breaks for conformance with the Style Guide.
1 parent c1f649c commit 8c5ba09
Copy full SHA for 8c5ba09

1 file changed

+13-4Lines changed: 13 additions & 4 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎docs/scenarios/gui.rst‎

Copy file name to clipboardExpand all lines: docs/scenarios/gui.rst
+13-4Lines changed: 13 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ PyObjC
2929

3030
wxPython
3131
--------
32-
wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWidgets cross platform GUI library, which is written in C++.
32+
wxPython is a GUI toolkit for the Python programming language. It allows
33+
Python programmers to create programs with a robust, highly functional
34+
graphical user interface, simply and easily. It is implemented as a Python
35+
extension module (native code) that wraps the popular wxWidgets cross platform
36+
GUI library, which is written in C++.
3337

3438
Install (Stable)
3539
~~~~~~~~~~~~~~~~
@@ -60,10 +64,15 @@ available on the `Python Wiki <http://wiki.python.org/moin/TkInter>`_.
6064

6165
Kivy
6266
----
63-
`Kivy <http://kivy.org>`_ is a Python library for development of multi-touch enabled media rich applications. The aim is to allow for quick and easy interaction design and rapid prototyping, while making your code reusable and deployable.
67+
`Kivy <http://kivy.org>`_ is a Python library for development of multi-touch
68+
enabled media rich applications. The aim is to allow for quick and easy
69+
interaction design and rapid prototyping, while making your code reusable
70+
and deployable.
6471

65-
Kivy is written in Python, based on OpenGL and supports different input devices such as: Mouse, Dual Mouse, TUIO, WiiMote, WM_TOUCH, HIDtouch, Apple's products and so on.
72+
Kivy is written in Python, based on OpenGL and supports different input devices
73+
such as: Mouse, Dual Mouse, TUIO, WiiMote, WM_TOUCH, HIDtouch, Apple's products and so on.
6674

67-
Kivy is actively being developed by a community and free to use. It operates on all major platforms (Linux, OSX, Windows, Android).
75+
Kivy is actively being developed by a community and free to use. It operates
76+
on all major platforms (Linux, OSX, Windows, Android).
6877

6978
The main resource for information is the website: http://kivy.org

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.