Rename menu_handle
to right_click_menu
and child
to trigger
This makes things more in-line with `popover_menu`.
This commit is contained in:
parent
ebbbeca9a6
commit
e1c8369b3d
6 changed files with 206 additions and 215 deletions
|
@ -10,6 +10,7 @@ mod label;
|
|||
mod list;
|
||||
mod popover;
|
||||
mod popover_menu;
|
||||
mod right_click_menu;
|
||||
mod stack;
|
||||
mod tooltip;
|
||||
|
||||
|
@ -28,6 +29,7 @@ pub use label::*;
|
|||
pub use list::*;
|
||||
pub use popover::*;
|
||||
pub use popover_menu::*;
|
||||
pub use right_click_menu::*;
|
||||
pub use stack::*;
|
||||
pub use tooltip::*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue