Skip to content

listTable.Widget.GTK should be record function #311

Open
@AshleyYakeley

Description

type Selector {-p,+q};

null.Selector: Selector {};

subtype WholeModel {-p,+q,+Entity} <: Selector {-p,+q};

listTable.Widget.GTK of
    type a;
    columns: List (WholeModel +Text *: (a -> WholeModel +Text));
    model: ListModel a;
    onActivate: a -> Action Any;
    selection: Selector a = null.Selector;
end: Widget.GTK;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions