1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -04:00

Add widget ImageButton

This commit is contained in:
Emil Ernerfeldt
2020-12-15 14:52:24 +01:00
parent b508f931c2
commit 18ebac116f
5 changed files with 126 additions and 20 deletions

View File

@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added ⭐
* `ImageButton` - `ui.add(ImageButton::new(...))`
* `ui.vertical_centered` and `ui.vertical_centered_justified`
### Changed 🔧