get_can_close
Description:
public abstract bool get_can_close ()
If this dock item can be closed by the user, this virtual function should be implemented by the panel and return
true.
Parameters:
Returns:
true if the dock item can be closed by the user, otherwise false.
|