Skip to content

[desktop_multi_window] Proposal: Add a resizable boolean setter to WindowController #101

@GroovinChip

Description

@GroovinChip

It would be nice to be able to control whether windows are allowed to be resizable or not.

Example:

windowController
  ..setFrame(const Offset(0, 0) & const Size(350, 350))
  ..center()
  ..setTitle('About {{app_name}}')
  ..isResizable(false) // This is what I'm suggesting
  ..show();

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions