set_accept_focus
Description:
[
Version ( since =
"1.6" ) ]
public void set_accept_focus (
bool accept_focus)
Sets whether the this should accept the key focus when shown.
This function should be called before showing this using
show.
Parameters:
this |
a Stage
|
accept_focus |
true to accept focus on show
|