/// <returns>Whether the focus is successful or not</returns>
public bool SetCurrentFocusView(View view)
{
+ if(view == null)
+ {
+ throw new ArgumentNullException("the target view should not be null");
+ }
+
bool ret = NDalicManualPINVOKE.FocusManager_SetCurrentFocusActor(swigCPtr, View.getCPtr(view));
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
return ret;
Group: Development/Libraries
License: Apache-2.0 and BSD-3-Clause and MIT
URL: https://www.tizen.org
-Source0: %{name}-%{version}.tar.gz
+Source0: %{name}-%{version}-pre1.tar.gz
Source1: %{name}.manifest
AutoReqProv: no