compact           369 lib/widget/dialog.c             gboolean compact, const int *colors, widget_cb_fn callback,
compact           400 lib/widget/dialog.c     new_d->compact = compact;
compact           408 lib/widget/dialog.c             WIDGET (frame_new (0, 0, w->rect.lines, w->rect.cols, title, FALSE, new_d->compact));
compact            67 lib/widget/dialog.h     gboolean compact;      // Suppress spaces around the frame
compact           108 lib/widget/dialog.h                      widget_pos_flags_t pos_flags, gboolean compact, const int *colors,
compact            72 lib/widget/frame.c     int d = f->compact ? 0 : 1;
compact            99 lib/widget/frame.c frame_new (int y, int x, int lines, int cols, const char *title, gboolean single, gboolean compact)
compact           110 lib/widget/frame.c     f->compact = compact;
compact            30 lib/widget/frame.h     gboolean compact;
compact            38 lib/widget/frame.h                    gboolean compact);
compact            71 lib/widget/hline.c         if (CONST_DIALOG (o)->compact)