compact           400 lib/widget/dialog.c             gboolean compact, const int *colors, widget_cb_fn callback,
compact           431 lib/widget/dialog.c     new_d->compact = compact;
compact           439 lib/widget/dialog.c             WIDGET (frame_new (0, 0, w->rect.lines, w->rect.cols, title, FALSE, new_d->compact));
compact            64 lib/widget/dialog.h     gboolean compact;           /* Suppress spaces around the frame */
compact           104 lib/widget/dialog.h                      widget_pos_flags_t pos_flags, gboolean compact,
compact            72 lib/widget/frame.c     int d = f->compact ? 0 : 1;
compact            98 lib/widget/frame.c frame_new (int y, int x, int lines, int cols, const char *title, gboolean single, gboolean compact)
compact           109 lib/widget/frame.c     f->compact = compact;
compact            29 lib/widget/frame.h     gboolean compact;
compact            37 lib/widget/frame.h                    gboolean compact);
compact            71 lib/widget/hline.c         if (CONST_DIALOG (o)->compact)