Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 319ddbc

Browse files
committed
Cleanup titles of embedding examples.
The examples themselves could use some cleanup, but that'll be for another time.
1 parent a276243 commit 319ddbc

7 files changed

+17
-17
lines changed

examples/user_interfaces/embedding_in_gtk3_panzoom_sgskip.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
=========================
3-
Embedding In GTK3 Panzoom
4-
=========================
2+
===========================================
3+
Embedding in GTK3 with a navigation toolbar
4+
===========================================
55
66
Demonstrate NavigationToolbar with GTK3 accessed via pygobject.
77
"""

examples/user_interfaces/embedding_in_gtk3_sgskip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
=================
3-
Embedding In GTK3
3+
Embedding in GTK3
44
=================
55
66
Demonstrate adding a FigureCanvasGTK3Agg widget to a Gtk.ScrolledWindow using

examples/user_interfaces/embedding_in_tk_sgskip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
===============
3-
Embedding In Tk
3+
Embedding in Tk
44
===============
55
66
"""

examples/user_interfaces/embedding_in_wx2_sgskip.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
================
3-
Embedding In Wx2
4-
================
2+
==================
3+
Embedding in wx #2
4+
==================
55
66
An example of how to use wxagg in an application with the new
77
toolbar - comment out the add_toolbar line for no toolbar

examples/user_interfaces/embedding_in_wx3_sgskip.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
================
3-
Embedding In Wx3
4-
================
2+
==================
3+
Embedding in wx #3
4+
==================
55
66
Copyright (C) 2003-2004 Andrew Straw, Jeremy O'Donoghue and others
77

examples/user_interfaces/embedding_in_wx4_sgskip.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
================
3-
Embedding In Wx4
4-
================
2+
==================
3+
Embedding in wx #4
4+
==================
55
66
An example of how to use wx or wxagg in an application with a custom toolbar.
77
"""

examples/user_interfaces/embedding_in_wx5_sgskip.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
================
3-
Embedding In Wx5
4-
================
2+
==================
3+
Embedding in wx #5
4+
==================
55
66
"""
77

0 commit comments

Comments
 (0)