[−][src]Struct native_windows_gui::ListViewBuilder
Implementations
impl ListViewBuilder[src]
pub fn parent<C: Into<ControlHandle>>(self, p: C) -> ListViewBuilder[src]
pub fn flags(self, flags: ListViewFlags) -> ListViewBuilder[src]
pub fn ex_flags(self, flags: ListViewExFlags) -> ListViewBuilder[src]
pub fn size(self, size: (i32, i32)) -> ListViewBuilder[src]
pub fn position(self, position: (i32, i32)) -> ListViewBuilder[src]
pub fn background_color(self, color: [u8; 3]) -> ListViewBuilder[src]
pub fn text_color(self, color: [u8; 3]) -> ListViewBuilder[src]
pub fn item_count(self, count: u32) -> ListViewBuilder[src]
pub fn list_style(self, style: ListViewStyle) -> ListViewBuilder[src]
pub fn focus(self, focus: bool) -> ListViewBuilder[src]
pub fn build(self, out: &mut ListView) -> Result<(), NwgError>[src]
Auto Trait Implementations
impl RefUnwindSafe for ListViewBuilder
impl !Send for ListViewBuilder
impl !Sync for ListViewBuilder
impl Unpin for ListViewBuilder
impl UnwindSafe for ListViewBuilder
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,
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.
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>,