mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Rename ImageReference to ImageInner and make Immage.0 private
This commit is contained in:
parent
8e44ac2351
commit
142a8dc185
14 changed files with 68 additions and 65 deletions
|
@ -226,7 +226,7 @@ pub mod re_exports {
|
|||
init_component_items, Component, ComponentRefPin, ComponentVTable,
|
||||
};
|
||||
pub use sixtyfps_corelib::graphics::{
|
||||
Brush, GradientStop, Image, ImageReference, LinearGradientBrush, PathArcTo, PathCubicTo,
|
||||
Brush, GradientStop, Image, ImageInner, LinearGradientBrush, PathArcTo, PathCubicTo,
|
||||
PathData, PathElement, PathEvent, PathLineTo, PathMoveTo, PathQuadraticTo, Point, Rect,
|
||||
Size,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue