the_hint          107 src/filemanager/filemanager.c WLabel *the_hint;
the_hint          521 src/filemanager/filemanager.c     if (!mc_global.message_visible || the_hint == NULL || WIDGET (the_hint)->owner == NULL)
the_hint          892 src/filemanager/filemanager.c     the_hint = label_new (0, 0, NULL);
the_hint          893 src/filemanager/filemanager.c     the_hint->color = hintbar_colors;
the_hint          894 src/filemanager/filemanager.c     the_hint->auto_adjust_cols = 0;
the_hint          895 src/filemanager/filemanager.c     WIDGET (the_hint)->rect.cols = COLS;
the_hint          896 src/filemanager/filemanager.c     group_add_widget (g, the_hint);
the_hint         1695 src/filemanager/filemanager.c     if (WIDGET (the_hint)->owner == NULL)
the_hint         1700 src/filemanager/filemanager.c         label_set_text (the_hint, NULL);
the_hint           31 src/filemanager/filemanager.h extern WLabel *the_hint;
the_hint          862 src/filemanager/layout.c     widget_set_size (WIDGET (the_hint), height + start_y, r->x, 1, r->cols);
the_hint          863 src/filemanager/layout.c     widget_set_visibility (WIDGET (the_hint), mc_global.message_visible);
the_hint         1023 src/filemanager/layout.c     label_set_text (the_hint, str);