This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

../

Stylable Interface

The Stylable interface defines how objects manage styling. The stylable interface would be paired with a Style object, which contains the parsed style sheet data and performs the matching of stylables to the style sheet. The Style object would normally be a singleton and has a signal that it will emit when it changes, which the Stylable would pick up.

Advantages

Implementation

        is_a ();
        get_container ();
        get_base_style ();
        get_id ();
        get_type ();
        get_class ();
        get_pseudo_class ();
        get_attribute ();
        get_viewport ();

2024-10-23 11:37