14 lines
236 B
Go
14 lines
236 B
Go
|
// 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
|
||
|
}
|
||
|
}
|
||
|
*/
|