andlabs-ui/redo/sizer_windows.go

14 lines
236 B
Go
Raw Normal View History

2014-07-16 21:31:48 -05:00
// 24 february 2014
package ui
//TODO
2014-07-16 21:31:48 -05:00
/*
func (w *widgetbase) preferredSize(d *sizing) (width int, height int) {
2014-07-16 21:31:48 -05:00
// the preferred size of an Area is its size
if stdDlgSizes[s.ctype].area {
return s.areawidth, s.areaheight
}
}
2014-07-16 21:31:48 -05:00
*/