It seems to become common sense, to name the widgets with some descriptive trailing, like:
xy_lb = gtk_label_new();
xy_cb = gtk_checkbox_new();
XXX: add more examples
However, this schema isn't used at all places inside the code.