Skip to content

Commit

Permalink
figure
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias47n9e committed Jul 22, 2014
1 parent fe0aa91 commit 58000c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file added source/_static/enteringdata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion source/enteringdata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,14 @@ The end of the code creates an instance of the *MainClass*, sets up the plot usi
mc.window.connect("delete-event", Gtk.main_quit)
mc.window.show_all()
Gtk.main()
The finished program under Ubuntu looks like this:

.. figure:: _static/enteringdata.png
:width: 300px
:align: center
:alt: Screenshot of the enteringdata program.

Further reading
^^^^^^^^^^^^^^^
- Python GTK+ 3 Tutorial: `Tree and List Widgets <http://python-gtk-3-tutorial.readthedocs.org/en/latest/treeview.html>`_
- AskUbuntu: `What is the black header widget in some programs? <http://askubuntu.com/questions/67362/what-is-the-black-header-widget-in-some-programs>`_

0 comments on commit 58000c3

Please sign in to comment.