[][src]Struct nuki::Window

#[repr(C)]
pub struct Window { /* fields omitted */ }

Methods

impl Window[src]

pub fn seq(&self) -> u32[src]

pub fn name(&self) -> &str[src]

pub fn flags(&self) -> &Flags[src]

pub fn bounds(&self) -> &Rect[src]

pub fn scrollbar(&self) -> &Scroll[src]

pub fn scrollbar_hiding_timer(&self) -> f32[src]

pub fn buffer(&self) -> &CommandBuffer[src]

pub fn layout(&self) -> &Panel[src]

pub fn layout_mut(&mut self) -> &mut Panel[src]

pub fn property(&self) -> &PropertyState[src]

pub fn popup(&self) -> &PopupState[src]

pub fn edit(&self) -> &EditState[src]

pub fn scrolled(&self) -> u32[src]

pub fn tables(&self) -> &[Table][src]

pub fn prev(&self) -> &Window[src]

pub fn next(&self) -> &Window[src]

pub fn parent(&self) -> &Window[src]

pub fn set_flags(&mut self, flags: Flags)[src]

pub fn set_bounds(&mut self, rect: Rect)[src]

pub fn set_scrollbar(&mut self, scroll: Scroll)[src]

pub fn set_scrollbar_hiding_timer(&mut self, value: f32)[src]

Trait Implementations

impl AsMut<Window> for nk_window[src]

impl AsMut<nk_window> for Window[src]

impl AsRef<Window> for nk_window[src]

impl AsRef<nk_window> for Window[src]

impl Default for Window[src]

Auto Trait Implementations

impl RefUnwindSafe for Window

impl !Send for Window

impl !Sync for Window

impl Unpin for Window

impl UnwindSafe for Window

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.