Definition at line 34 of file FlutterWindowController.mm.
◆ flutterSetContentSize:
Definition at line 26 of file FlutterWindowController.mm.
43 [
self setContentSize:NSMakeSize(contentSize.width, contentSize.height)];
46 [
self setContentMinSize:NSMakeSize(contentSize.min_width, contentSize.min_height)];
48 [
self setContentMaxSize:NSMakeSize(contentSize.max_width, contentSize.max_height)];
50 [
self setContentMaxSize:NSMakeSize(CGFLOAT_MAX, CGFLOAT_MAX)];
The documentation for this category was generated from the following file: