summaryrefslogtreecommitdiff
path: root/redo/sizer_windows.go
blob: d20a95d91e17b38dc52aebcd41118b4f46ad77d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 24 february 2014

package ui

//TODO
/*
func (w *widgetbase) preferredSize(d *sizing) (width int, height int) {
	// the preferred size of an Area is its size
	if stdDlgSizes[s.ctype].area {
		return s.areawidth, s.areaheight
	}
}
*/