Gtk.Entry.prototype.get_attributes
function get_attributes():Pango.AttrList {
// Gjs wrapper for gtk_entry_get_attributes()
}Gets the attribute list that was set on the entry using Gtk.set_attributes, if any.
Since 3.6
- Returns
the attribute list, or null if none was set.