RAGS - v1.10.0
    Preparing search index...

    Type Alias MenuItemProps<Child, Attr, Self>

    MenuItemProps: BaseProps<
        Self,
        Gtk.MenuItem.ConstructorProps & {
            child?: Child;
            on_activate?: Event<Self>;
            on_deselect?: Event<Self>;
            on_select?: Event<Self>;
        },
        Attr,
    >

    Props for the MenuItem widget.

    Type Parameters