generic_cfg_widget


Description:


public Widget generic_cfg_widget (Settings settings, string[] names, string[] keys, ConfiguratorType[] types)

Generate configuration for specific keys and values without need to create a custom widget

Parameters:

settings

a Settings

names

names of config entries (shown in UI, should be translatable)

keys

Settings keys of config entries (should be defined in provided schema)

types

a GenericConfigType of provided settings. External widgets is not supported in this version of function.

n_entries

number of config entries

Returns:

a Widget for configuring an applet with provided GSettings


Namespace: ValaPanel
Package: vala-panel