Macro kas::aligned_row

aligned_row!() { /* proc-macro */ }
Expand description

Make an aligned row widget

Items support widget layout syntax.

Example

let my_widget = kas::aligned_row! [
    column!["one", "two"],
    column!["three", "four"],
];