mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Create a menus
module in i-slint-corelib
This commit is contained in:
parent
aeabfc1ca8
commit
e75415554a
7 changed files with 28 additions and 19 deletions
|
@ -208,6 +208,7 @@ pub mod re_exports {
|
|||
pub use i_slint_core::lengths::{
|
||||
logical_position_to_api, LogicalLength, LogicalPoint, LogicalRect,
|
||||
};
|
||||
pub use i_slint_core::menus::{Menu, MenuVTable};
|
||||
pub use i_slint_core::model::*;
|
||||
pub use i_slint_core::properties::{
|
||||
set_state_binding, ChangeTracker, Property, PropertyTracker, StateInfo,
|
||||
|
@ -219,7 +220,7 @@ pub mod re_exports {
|
|||
set_bundled_languages, translate_from_bundle, translate_from_bundle_with_plural,
|
||||
};
|
||||
pub use i_slint_core::window::{
|
||||
InputMethodRequest, Menu, MenuVTable, WindowAdapter, WindowAdapterRc, WindowInner,
|
||||
InputMethodRequest, WindowAdapter, WindowAdapterRc, WindowInner,
|
||||
};
|
||||
pub use i_slint_core::{Color, Coord, SharedString, SharedVector};
|
||||
pub use i_slint_core::{ItemTreeVTable_static, MenuVTable_static};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue