get_locked


Description:

[ Version ( since = "4.8" ) ]
public bool get_locked ()

Whether the plugin is locked (not allowing customization).

This is emitted through the panel based on the Xfconf locking of the panel window the plugin is embedded on.

It is however possible to send a fake signal to the plugin to override this propery, so you should only use this for interface elements and (if you use Xfconf) check the locking yourself before you write any values or query the kiosk mode using the api in libxfce4util.

Parameters:

this

an PanelPlugin.

Returns:

true if the user is not allowed to modify the plugin, false is customization is allowed.