comparison Framework/Deprecated/Widgets/LayoutWidget.h @ 1070:d7887f88710f broker

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 15 Oct 2019 21:28:46 +0200
parents c35e98d22764
children 0ca50d275b9a
comparison
equal deleted inserted replaced
1069:5d1b0d2f4b15 1070:d7887f88710f
92 unsigned int GetPaddingInternal() const 92 unsigned int GetPaddingInternal() const
93 { 93 {
94 return paddingInternal_; 94 return paddingInternal_;
95 } 95 }
96 96
97 IWidget& AddWidget(IWidget* widget); // Takes ownership 97 void AddWidget(boost::shared_ptr<IWidget> widget);
98 98
99 virtual void SetStatusBar(IStatusBar& statusBar); 99 virtual void SetStatusBar(IStatusBar& statusBar);
100 100
101 virtual void SetSize(unsigned int width, 101 virtual void SetSize(unsigned int width,
102 unsigned int height); 102 unsigned int height);