AffEntry
AffEntry is simply a GtkEntry which sets two settings and tells Affinity to draw around it so it better fits in within Affinity. If you do not want to use AffEntry, you can run aff_register_entry instead. The code for settings the two settings is
gtk_entry_set_has_frame(entry, FALSE);
gtk_entry_set_inner_border(entry, NULL);
page revision: 1, last edited: 09 Nov 2008 04:24





