[][src]Trait fltk::enums::WidgetType

pub trait WidgetType {
    fn to_int(self) -> i32;
fn from_i32(val: i32) -> Self; }

Required methods

fn to_int(self) -> i32

fn from_i32(val: i32) -> Self

Loading content...

Implementors

impl WidgetType for BrowserType[src]

impl WidgetType for ButtonType[src]

impl WidgetType for FileDialogOptions[src]

impl WidgetType for FileDialogType[src]

impl WidgetType for LineStyle[src]

impl WidgetType for PackType[src]

impl WidgetType for ScrollType[src]

impl WidgetType for InputType[src]

impl WidgetType for ChartType[src]

impl WidgetType for ClockType[src]

impl WidgetType for CounterType[src]

impl WidgetType for DialType[src]

impl WidgetType for ScrollbarType[src]

impl WidgetType for SliderType[src]

impl WidgetType for WindowType[src]

Loading content...