-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Text box widget #5375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Text box widget #5375
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
e0440cc
Added a text entry widget, that allows usere to register to be notifi…
HastingsGreer 5b06d3f
resolved merge conflict in CHANGELOG
HastingsGreer 23c5a74
Added description of textbox widget and example
HastingsGreer 1f37c22
Added a text box example: evaluates any string inputs as y(x).
HastingsGreer 507b6a4
Whitespace adjustments for PEP8 compliance
HastingsGreer ff8afc3
Removed a newline that was accidentally commited
HastingsGreer f1df42f
removed w accidentally added to the first line
HastingsGreer 606d4a3
fixed PEP8 formatting
HastingsGreer 02b9ffd
Fixed formatting of textbox widget entry in whats_new.rst
HastingsGreer 497452e
formatting changes for Pep8 compliance
HastingsGreer 382057d
removed "time the" from end of document, added last commit by mistake
HastingsGreer 06ab4ce
refactored "start typing" and "stop typing" into their own functions …
HastingsGreer 9826a3c
fixed typos from last commit
HastingsGreer bf4bccd
made textbox lose focus when window is resized: this prevents cursor …
HastingsGreer 954dfd0
added adjustable padding between label and text box
HastingsGreer b26ec58
removed trailing whitespace
HastingsGreer 0025a26
enabled moving the cursor by clicking
HastingsGreer 2734051
Document feature: caret can be moved by clicking
HastingsGreer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
formatting changes for Pep8 compliance
- Loading branch information
commit 497452eb890ab5cc1b6b0378e9db5405d1cf924e
8000
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This spacing should be in display, not data coordinates. That will be tricky and may require the use of the inverse transform, but will result in spacing that doesn't change with the size of the figure.