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

renamed SetDefaultView in FitContent
author am@osimis.io
date Wed, 17 Oct 2018 12:45:52 +0200
parents 8a86695fcbc3
children 6cc3ce74dc05
comparison
equal deleted inserted replaced
329:b10dfdb96866 330:7a364e44fbb4
53 } 53 }
54 54
55 public: 55 public:
56 WidgetBase(const std::string& name); 56 WidgetBase(const std::string& name);
57 57
58 virtual void SetDefaultView() 58 virtual void FitContent()
59 { 59 {
60 } 60 }
61 61
62 virtual void SetParent(IWidget& parent); 62 virtual void SetParent(IWidget& parent);
63 63