Struct bitcoin_qt::gui_util::ThemedLabel
source · pub struct ThemedLabel { /* private fields */ }
Expand description
Implementations§
source§impl ThemedLabel
impl ThemedLabel
pub fn new(platform_style: *const PlatformStyle, parent: *mut u32) -> Self
pub fn set_themed_pixmap( &mut self, image_filename: &String, width: i32, height: i32 )
pub fn change_event(&mut self, e: *mut u32)
pub fn update_themed_pixmap(&mut self)
Auto Trait Implementations§
impl RefUnwindSafe for ThemedLabel
impl !Send for ThemedLabel
impl !Sync for ThemedLabel
impl Unpin for ThemedLabel
impl UnwindSafe for ThemedLabel
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more