comparison Framework/Widgets/EmptyWidget.h @ 330:7a364e44fbb4 am-2

renamed SetDefaultView in FitContent
author am@osimis.io
date Wed, 17 Oct 2018 12:45:52 +0200
parents 8716176ff7f0
children 6cc3ce74dc05
comparison
equal deleted inserted replaced
329:b10dfdb96866 330:7a364e44fbb4
44 green_(green), 44 green_(green),
45 blue_(blue) 45 blue_(blue)
46 { 46 {
47 } 47 }
48 48
49 virtual void SetDefaultView() 49 virtual void FitContent()
50 { 50 {
51 } 51 }
52 52
53 virtual void SetParent(IWidget& widget) 53 virtual void SetParent(IWidget& widget)
54 { 54 {