[−][src]Struct native_windows_gui::ListViewBuilder
Implementations
impl ListViewBuilder[src]
pub fn parent<C: Into<ControlHandle>>(mut self: Self, p: C) -> ListViewBuilder[src]
pub fn flags(mut self: Self, flags: ListViewFlags) -> ListViewBuilder[src]
pub fn ex_flags(mut self: Self, flags: ListViewExFlags) -> ListViewBuilder[src]
pub fn ex_window_flags(mut self: Self, flags: u32) -> ListViewBuilder[src]
pub fn size(mut self: Self, size: (i32, i32)) -> ListViewBuilder[src]
pub fn position(mut self: Self, position: (i32, i32)) -> ListViewBuilder[src]
pub fn background_color(mut self: Self, color: [u8; 3]) -> ListViewBuilder[src]
pub fn text_color(mut self: Self, color: [u8; 3]) -> ListViewBuilder[src]
pub fn item_count(mut self: Self, count: u32) -> ListViewBuilder[src]
pub fn list_style(mut self: Self, style: ListViewStyle) -> ListViewBuilder[src]
pub fn focus(mut self: Self, focus: bool) -> ListViewBuilder[src]
pub fn build(self, out: &mut ListView) -> Result<(), NwgError>[src]
Auto Trait Implementations
impl RefUnwindSafe for ListViewBuilder[src]
impl !Send for ListViewBuilder[src]
impl !Sync for ListViewBuilder[src]
impl Unpin for ListViewBuilder[src]
impl UnwindSafe for ListViewBuilder[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,