egui/egui_demo_lib/src/apps/demo
ilya sheprut c69ecfe421
Memory usage example in the widget gallery (#307)
* init example

* add comments

* fix grammar in comments

* fix CI

* change example from view_edit to password

* rename file

* fix CI
2021-04-18 10:13:08 +02:00
..
app.rs Rename Egui to egui 2021-01-17 14:48:59 +01:00
dancing_strings.rs Various spelling fixes, docs improvements and code cleanup 2021-03-31 23:12:42 +02:00
demo_window.rs Deprecate old Slider constructors in favor of Slider::new 2021-03-27 16:07:18 +01:00
demo_windows.rs Various spelling fixes, docs improvements and code cleanup 2021-03-31 23:12:42 +02:00
drag_and_drop.rs [demo] Alwyas start with widget gallery 2021-02-20 09:19:40 +01:00
font_book.rs Add new ComboBox builder to replace the combo_box_with_label function 2021-03-27 10:35:40 +01:00
font_contents_emoji.rs Rename Egui to egui 2021-01-17 14:48:59 +01:00
font_contents_ubuntu.rs Merge example_web into egui_demo_lib 2021-01-01 17:11:05 +01:00
layout_test.rs Deprecate old Slider constructors in favor of Slider::new 2021-03-27 16:07:18 +01:00
mod.rs Memory usage example in the widget gallery (#307) 2021-04-18 10:13:08 +02:00
painting.rs [demo] Improve painting demo slightly 2021-02-28 19:50:47 +01:00
password.rs Memory usage example in the widget gallery (#307) 2021-04-18 10:13:08 +02:00
plot_demo.rs Minor cleanup of the demo code 2021-04-05 14:23:42 +02:00
scrolling.rs Deprecate old DragValue constructors in favor of DragValue::new 2021-03-27 16:09:09 +01:00
sliders.rs Rename ui.advance_cursor to ui.add_space 2021-04-02 10:13:06 +02:00
tests.rs Various spelling fixes, docs improvements and code cleanup 2021-03-31 23:12:42 +02:00
toggle_switch.rs Improve widget info output for potential screen readers 2021-03-08 18:36:32 +01:00
widget_gallery.rs Memory usage example in the widget gallery (#307) 2021-04-18 10:13:08 +02:00
widgets.rs demo: Use new id_data to store the show/hide password toggle 2021-04-12 22:37:39 +02:00
window_options.rs Add anchors to windows and areas (#310) 2021-04-18 10:01:41 +02:00