GtkLabel reset and GtkTextView max length
- by stdio
I've a NULL gtklabel. Upon the occurrence of an event, I set a text in this label (with gtk_label_set_text). How can I reset the gtklabel after the event (reset to NULL)?
How can I set the max length (characters) of a GtkTextView?
What's the easiest way to set the distance from the margin of a widget in a GtkTable?