##// END OF EJS Templates
Merge pull request #5678 from maxalbert/master...
Thomas Kluyver -
r16377:a6406c3c merge
parent child Browse files
Show More
1 NO CONTENT: modified file
NO CONTENT: modified file
@@ -1,7 +1,6 b''
1 """ButtonWidget class.
1 """ImageWidget class.
2
2
3 Represents a button in the frontend using a widget. Allows user to listen for
3 Represents an image in the frontend using a widget.
4 click events on the button and trigger backend code when the clicks are fired.
5 """
4 """
6 #-----------------------------------------------------------------------------
5 #-----------------------------------------------------------------------------
7 # Copyright (c) 2013, the IPython Development Team.
6 # Copyright (c) 2013, the IPython Development Team.
General Comments 0
You need to be logged in to leave comments. Login now