- public void get_base_color (Widget widget, StateType state, out Color color)
- public void get_bg_color (Widget widget, StateType state, out Color color)
- public void get_dark_color (Widget widget, StateType state, out Color color)
- public void get_fg_color (Widget widget, StateType state, out Color color)
- public void get_light_color (Widget widget, StateType state, out Color color)
- public void get_mid_color (Widget widget, StateType state, out Color color)
- public void get_text_aa_color (Widget widget, StateType state, out Color color)
- public void get_text_color (Widget widget, StateType state, out Color color)
- public InitError init (ref unowned string[] argv)
This function should be called instead of
init and init.
- public InitError init_with_args (ref unowned string[] argv, string parameter_string, OptionEntry[] entries, string? translation_domain) throws Error
- public Quark texture_error_quark ()
- public unowned Actor texture_new_from_icon_name (Widget widget, string icon_name, IconSize size)
- public unowned Actor texture_new_from_pixbuf (Pixbuf pixbuf)
- public unowned Actor texture_new_from_stock (Widget widget, string stock_id, IconSize size)
- public bool texture_set_from_icon_name (Texture texture, Widget widget, string icon_name, IconSize size) throws Error
Sets the contents of this using
the icon_name from the current icon theme.
- public bool texture_set_from_pixbuf (Texture texture, Pixbuf pixbuf) throws Error
Sets the contents of this with a
copy of pixbuf.
- public bool texture_set_from_stock (Texture texture, Widget widget, string stock_id, IconSize size) throws Error
Sets the contents of this using
the stock icon stock_id, as rendered by widget.