[STYLE] some style
This commit is contained in:
parent
4fde0a8462
commit
06521163f6
@ -18,9 +18,6 @@
|
|||||||
|
|
||||||
namespace ewol {
|
namespace ewol {
|
||||||
namespace widget {
|
namespace widget {
|
||||||
/**
|
|
||||||
* @ingroup ewolWidgetGroup
|
|
||||||
*/
|
|
||||||
class Scroll : public ewol::widget::Container {
|
class Scroll : public ewol::widget::Container {
|
||||||
public:
|
public:
|
||||||
enum highSpeedMode {
|
enum highSpeedMode {
|
||||||
@ -58,7 +55,9 @@ namespace ewol {
|
|||||||
* @brief get the limit of scrolling
|
* @brief get the limit of scrolling
|
||||||
* @return scrolling limit
|
* @return scrolling limit
|
||||||
*/
|
*/
|
||||||
const vec2& getLimit() const { return m_limit; };
|
const vec2& getLimit() const {
|
||||||
|
return m_limit;
|
||||||
|
};
|
||||||
|
|
||||||
public: // Derived function
|
public: // Derived function
|
||||||
void calculateMinMaxSize();
|
void calculateMinMaxSize();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user