[−][src]Struct nuklear::Window
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<nk_window> for Window[src]
impl AsMut<Window> for nk_window[src]
impl AsRef<nk_window> for Window[src]
impl AsRef<Window> for nk_window[src]
impl Default for Window[src]
Auto Trait Implementations
Blanket Implementations
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,