Method
GtkEntryget_attributes
since: 3.6
Declaration [src]
PangoAttrList*
gtk_entry_get_attributes (
GtkEntry* entry
)
Description [src]
Gets the attribute list that was set on the entry using gtk_entry_set_attributes(), if any.
Available since: 3.6
Gets property | Gtk.Entry:attributes |
Return value
Type: PangoAttrList
The attribute list, or NULL
if none was set.
The returned data is owned by the instance. |
The return value can be NULL . |