MCPcopy
hub / github.com/lxn/walk / LayoutFlags

Method LayoutFlags

widget.go:512–514  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

510}
511
512func (wb *WidgetBase) LayoutFlags() LayoutFlags {
513 return createLayoutItemForWidget(wb.window.(Widget)).LayoutFlags()
514}
515
516func (wb *WidgetBase) SizeHint() Size {
517 if is, ok := createLayoutItemForWidget(wb.window.(Widget)).(IdealSizer); ok {

Callers

nothing calls this directly

Calls 2

LayoutFlagsMethod · 0.65

Tested by

no test coverage detected