-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
several small miscellaneous changes (#56)
* remove unused do_widget! method for CheckBox * minor rearrangement in user_interaction.jl * use isone in went_down and went_up * use typeof(input_button) instead of hardcoding InputButton * rename input.jl to user_input.jl * fix filename in SimpleIMGUI.jl * rename alignment names * simplify get_num_printable_characters * update argument order in get_widget_value for Slider * remove some debug text * fix get_num_printable_characters for empty string * simplify text for button and slider in example * left align default text in text box * reduce width of button, slider, and text box * use content-based width for check box
- Loading branch information
1 parent
b40115a
commit a545ef6
Showing
7 changed files
with
99 additions
and
144 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.