activate_osk
Description:
[ CCode ( vfunc_name = "activate_osk_with_event" ) ]
[ Version ( since = "4.14" ) ]
public virtual bool activate_osk (Event? event)
[ Version ( since = "4.14" ) ]
public virtual bool activate_osk (Event? event)
Requests the platform to show an on-screen keyboard for user input.
This method will return true if this request was actually performed to the platform, other environmental factors may result in an on-screen keyboard effectively not showing up.
Parameters:
this |
a `GtkIMContext` |
event |
a [class@Gdk.Event] |
Returns:
true if an on-screen keyboard could be requested to the platform. |