Struct fltk_table::TableOpts[][src]

pub struct TableOpts {
Show 16 fields pub rows: i32, pub cols: i32, pub editable: bool, pub cell_color: Color, pub cell_font: Font, pub cell_font_color: Color, pub cell_font_size: i32, pub cell_selection_color: Color, pub cell_align: Align, pub cell_border_color: Color, pub header_font: Font, pub header_frame: FrameType, pub header_color: Color, pub header_font_color: Color, pub header_font_size: i32, pub header_align: Align,
}
Expand description

Contains the parameters for our table, including rows, columns and other styling params

Fields

rows: i32cols: i32editable: boolcell_color: Colorcell_font: Fontcell_font_color: Colorcell_font_size: i32cell_selection_color: Colorcell_align: Aligncell_border_color: Colorheader_font: Fontheader_frame: FrameTypeheader_color: Colorheader_font_color: Colorheader_font_size: i32header_align: Align

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.