[][src]Module mergui::widgets

Contains the most used widgets and traits. Often they are composed of multiple core or normal widgets

Re-exports

pub use button::ButtonConfig;
pub use concealer::ConcealerConfig;
pub use concealer_manager::ConcealerManagerConfig;
pub use dropdown::DropDownConfig;
pub use dropdown::DropDownValueConfig;
pub use input::CursorConfig;
pub use input::InputConfig;

Modules

button
concealer
concealer_manager
dropdown
input

Traits

Widget

This is the real widget. It isn't meant to interact directly with except when creating other widgets that exist of multiple smaller ones

WidgetConfig

Turns a simple configuration into a real widget that can be drawn and interacted with.