Dcs.UI
Description:
Helper utilities for the UI namespace, mainly an extension of others in the core or application areas.
Content:
Interfaces:
- Drawable - An object that can be drawn in a Cairo
context
- PluginControl
- Settable - Implementations of this interface will
provide a relevant settings menu and connect to it
- SettingsWidget - A graphical interface
e,ement that is used to set the properties of another element.
- Widget - Interface for all widgets.
Classes:
Enums:
Functions:
- public Type? type_from_name (string name)
Type of the object to test for.
- public int signum (double x)
A sign or signum function.
- public double degrees_to_radians (double t)
Convert angle from degrees to radians
- public double degrees_to_positive (double t)
Convert angle in radians to an equivalent positive value < 360
- public List<double?> hex_to_rgb (string hex)
Convert a hexidecimal string into the corresponding RGB values.
- public RGBA get_color (string desc)
Get the Gdk color value for a given descriptive value, eg. `blue'.