mirror of
https://github.com/rivo/tview.git
synced 2024-11-17 03:26:09 +00:00
Merge remote-tracking branch 'rivo/master'
This commit is contained in:
commit
8c43f7c856
1
.github/FUNDING.yml
vendored
Normal file
1
.github/FUNDING.yml
vendored
Normal file
@ -0,0 +1 @@
|
||||
github: rivo
|
@ -771,9 +771,9 @@ func (a *Application) ResizeToFullScreen(p Primitive) *Application {
|
||||
return a
|
||||
}
|
||||
|
||||
// SetFocus sets the focus on a new primitive. All key events will be redirected
|
||||
// to that primitive. Callers must ensure that the primitive will handle key
|
||||
// events.
|
||||
// SetFocus sets the focus to a new primitive. All key events will be directed
|
||||
// down the hierarchy (starting at the root) until a primitive handles them,
|
||||
// which per default goes towards the focused primitive.
|
||||
//
|
||||
// Blur() will be called on the previously focused primitive. Focus() will be
|
||||
// called on the new primitive.
|
||||
|
Loading…
Reference in New Issue
Block a user