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

Update changelogs with recent additions

This commit is contained in:
Emil Ernerfeldt
2023-02-08 19:36:33 +01:00
parent 63fa3aec10
commit 83b5b81227
7 changed files with 12 additions and 11 deletions

View File

@@ -2174,7 +2174,6 @@ impl Ui {
}
}
#[inline]
/// Create a menu button with an image that when clicked will show the given menu.
///
/// If called from within a menu this will instead create a button for a sub-menu.
@@ -2198,6 +2197,7 @@ impl Ui {
/// ```
///
/// See also: [`Self::close_menu`] and [`Response::context_menu`].
#[inline]
pub fn menu_image_button<R>(
&mut self,
texture_id: TextureId,