change the keep focus position
This commit is contained in:
parent
4991925e8d
commit
4224c8699a
@ -319,13 +319,13 @@ namespace ewol {
|
|||||||
* @return ---
|
* @return ---
|
||||||
*/
|
*/
|
||||||
void SetCanHaveFocus(bool canFocusState);
|
void SetCanHaveFocus(bool canFocusState);
|
||||||
protected:
|
|
||||||
/**
|
/**
|
||||||
* @brief Keep the focus on this widget ==> this remove the previous focus on all other widget
|
* @brief Keep the focus on this widget ==> this remove the previous focus on all other widget
|
||||||
* @param ---
|
* @param ---
|
||||||
* @return ---
|
* @return ---
|
||||||
*/
|
*/
|
||||||
void KeepFocus(void);
|
void KeepFocus(void);
|
||||||
|
protected:
|
||||||
/**
|
/**
|
||||||
* @brief Event of the focus has been grep by the current widget
|
* @brief Event of the focus has been grep by the current widget
|
||||||
* @param ---
|
* @param ---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user