Struct nuklear::Window [−][src]
#[repr(C)]pub struct Window { /* fields omitted */ }
Methods
impl Window[src]
impl Windowpub fn seq(&self) -> u32[src]
pub fn seq(&self) -> u32pub fn name(&self) -> &str[src]
pub fn name(&self) -> &strpub fn flags(&self) -> &Flags[src]
pub fn flags(&self) -> &Flagspub fn bounds(&self) -> &Rect[src]
pub fn bounds(&self) -> &Rectpub fn scrollbar(&self) -> &Scroll[src]
pub fn scrollbar(&self) -> &Scrollpub fn scrollbar_hiding_timer(&self) -> f32[src]
pub fn scrollbar_hiding_timer(&self) -> f32pub fn buffer(&self) -> &CommandBuffer[src]
pub fn buffer(&self) -> &CommandBufferpub fn layout(&self) -> &Panel[src]
pub fn layout(&self) -> &Panelpub fn layout_mut(&mut self) -> &mut Panel[src]
pub fn layout_mut(&mut self) -> &mut Panelpub fn property(&self) -> &PropertyState[src]
pub fn property(&self) -> &PropertyStatepub fn popup(&self) -> &PopupState[src]
pub fn popup(&self) -> &PopupStatepub fn edit(&self) -> &EditState[src]
pub fn edit(&self) -> &EditStatepub fn scrolled(&self) -> u32[src]
pub fn scrolled(&self) -> u32pub fn tables(&self) -> &[Table][src]
pub fn tables(&self) -> &[Table]pub fn table_size(&self) -> u16[src]
pub fn table_size(&self) -> u16pub fn prev(&self) -> &Window[src]
pub fn prev(&self) -> &Windowpub fn next(&self) -> &Window[src]
pub fn next(&self) -> &Windowpub fn parent(&self) -> &Window[src]
pub fn parent(&self) -> &Windowpub fn set_flags(&mut self, flags: Flags)[src]
pub fn set_flags(&mut self, flags: Flags)pub fn set_bounds(&mut self, rect: Rect)[src]
pub fn set_bounds(&mut self, rect: Rect)pub fn set_scrollbar(&mut self, scroll: Scroll)[src]
pub fn set_scrollbar(&mut self, scroll: Scroll)pub fn set_scrollbar_hiding_timer(&mut self, value: f32)[src]
pub fn set_scrollbar_hiding_timer(&mut self, value: f32)Trait Implementations
impl AsRef<nk_window> for Window[src]
impl AsRef<nk_window> for Windowimpl AsMut<nk_window> for Window[src]
impl AsMut<nk_window> for Windowimpl AsRef<Window> for nk_window[src]
impl AsRef<Window> for nk_windowimpl AsMut<Window> for nk_window[src]
impl AsMut<Window> for nk_windowimpl Default for Window[src]
impl Default for Window