gtk_label_set_text (label, NULL)
. If that fails for any reason (e.g. earlier version doesn't allow NULL
), just replace it with ""
.GtkTextBuffer
and g_signal_stop_emission_by_name()
when you don't want the insertion to actually happen. Never did this, so it's just what I'd try, no guarantees it will really work.GtkAlignment
around your widget and set padding on it — may or may not be what you want.