labels             77 lib/widget/buttonbar.c             bb->labels[i].end_coord = pos;
labels             96 lib/widget/buttonbar.c             bb->labels[i].end_coord = pos;
labels            105 lib/widget/buttonbar.c             bb->labels[i].end_coord = pos;
labels            117 lib/widget/buttonbar.c         return bb->labels[0].end_coord;
labels            118 lib/widget/buttonbar.c     return bb->labels[i].end_coord - bb->labels[i - 1].end_coord;
labels            129 lib/widget/buttonbar.c         if (bb->labels[i].end_coord > x)
labels            140 lib/widget/buttonbar.c     g_free (bb->labels[idx - 1].text);
labels            141 lib/widget/buttonbar.c     bb->labels[idx - 1].text = g_strdup (text);
labels            154 lib/widget/buttonbar.c     if ((bb != NULL) && (bb->labels[i].command != CK_IgnoreKey))
labels            156 lib/widget/buttonbar.c         target = (bb->labels[i].receiver != NULL) ? bb->labels[i].receiver : WIDGET (w->owner);
labels            157 lib/widget/buttonbar.c         ret = send_message (target, w, MSG_ACTION, bb->labels[i].command, NULL);
labels            200 lib/widget/buttonbar.c                 text = (bb->labels[i].text != NULL) ? bb->labels[i].text : "";
labels            208 lib/widget/buttonbar.c             g_free (bb->labels[i].text);
labels            278 lib/widget/buttonbar.c         bb->labels[idx - 1].command = command;
labels            279 lib/widget/buttonbar.c         bb->labels[idx - 1].receiver = WIDGET (receiver);
labels             32 lib/widget/buttonbar.h     } labels[BUTTONBAR_LABELS_NUM];