GtkLabel reset and GtkTextView max length

Posted by stdio on Stack Overflow See other posts from Stack Overflow or by stdio
Published on 2010-05-15T22:38:10Z Indexed on 2010/05/15 22:50 UTC
Read the original article Hit count: 246

Filed under:
|
  1. 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)?
  2. How can I set the max length (characters) of a GtkTextView?
  3. What's the easiest way to set the distance from the margin of a widget in a GtkTable?

© Stack Overflow or respective owner

Related posts about gtk

Related posts about gtktextview