Skip to content
This repository was archived by the owner on Jul 12, 2018. It is now read-only.
This repository was archived by the owner on Jul 12, 2018. It is now read-only.

Support interfaces #12

Open
Open
@romgrk

Description

@romgrk
css = new Gtk.CssProvider();
css.load_from_path('./style.css');
context = win.get_style_context();
context.add_provider(css, 200);

The last call is the one producing this:
screenshot from 2016-01-06 23-56-56
(Red text is debug info; just a printf of base_info and type in method V8ToGIArgument)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions