[][src]Trait fltk::prelude::WindowTrait

pub trait WindowTrait: GroupTrait {
    fn make_modal(&mut self, val: bool);
fn fullscreen(&mut self, val: bool);
fn make_current(&mut self);
fn set_icon<Image: ImageTrait>(&mut self, image: Image);
fn make_resizable(&self, val: bool); }

Defines the methods implemented by all window widgets

Required methods

fn make_modal(&mut self, val: bool)

Makes a window modal

fn fullscreen(&mut self, val: bool)

Makes a window fullscreen

fn make_current(&mut self)

Makes the window current

fn set_icon<Image: ImageTrait>(&mut self, image: Image)

Sets the windows icon

fn make_resizable(&self, val: bool)

Make the window resizable

Loading content...

Implementors

impl WindowTrait for DoubleWindow[src]

impl WindowTrait for MenuWindow[src]

impl WindowTrait for Window[src]

Loading content...