WRect             111 lib/widget/background.c     WRect r = { y, x, lines, cols };
WRect             209 lib/widget/button.c     WRect r = { y, x, 1, 1 };
WRect             246 lib/widget/buttonbar.c     WRect r = { LINES - 1, 0, 1, COLS };
WRect             140 lib/widget/check.c     WRect r = { y, x, 1, 1 };
WRect             403 lib/widget/dialog.c     WRect r = { y1, x1, lines, cols };
WRect              71 lib/widget/frame.c     const WRect *w = &wf->rect;
WRect             100 lib/widget/frame.c     WRect r = { y, x, lines, cols };
WRect             133 lib/widget/gauge.c     WRect r = { y, x, 1, cols };
WRect             189 lib/widget/group.c group_default_make_global (Widget *w, const WRect *delta)
WRect             203 lib/widget/group.c         WRect r = WIDGET (w->owner)->rect;
WRect             225 lib/widget/group.c group_default_make_local (Widget *w, const WRect *delta)
WRect             239 lib/widget/group.c         WRect r = WIDGET (w->owner)->rect;
WRect             391 lib/widget/group.c     const WRect *g = &CONST_WIDGET (c->owner)->rect;
WRect             393 lib/widget/group.c     WRect r = c->rect;
WRect             425 lib/widget/group.c group_set_position (WGroup *g, const WRect *r)
WRect             427 lib/widget/group.c     WRect *w = &WIDGET (g)->rect;
WRect             430 lib/widget/group.c     WRect or = *w;
WRect             454 lib/widget/group.c group_default_resize (WGroup *g, WRect *r)
WRect             463 lib/widget/group.c     WRect r0;
WRect             599 lib/widget/group.c group_init (WGroup *g, const WRect *r, widget_cb_fn callback, widget_mouse_cb_fn mouse_callback)
WRect              41 lib/widget/group.h void group_init (WGroup *g, const WRect *r, widget_cb_fn callback,
WRect             102 lib/widget/groupbox.c     WRect r = { y, x, height, width };
WRect              77 lib/widget/history.c     WRect r;
WRect              68 lib/widget/hline.c         WRect *w = &wl->rect;
WRect              69 lib/widget/hline.c         const WRect *wo = &o->rect;
WRect             149 lib/widget/hline.c     WRect r = { y, x, 1, width };
WRect             955 lib/widget/input.c     WRect r = { y, x, 1, width };
WRect            1186 lib/widget/input.c     const WRect *w = &wi->rect;
WRect             135 lib/widget/label.c     WRect r = { y, x, 1, 1 };
WRect              95 lib/widget/listbox.c     const WRect *w = &CONST_WIDGET (l)->rect;
WRect             137 lib/widget/listbox.c     const WRect *w = &CONST_WIDGET (l)->rect;
WRect             279 lib/widget/listbox.c     const WRect *w = &CONST_WIDGET (l)->rect;
WRect             557 lib/widget/listbox.c     WRect r = { y, x, 1, width };
WRect             126 lib/widget/menu.c     const WRect *w = &CONST_WIDGET (menubar)->rect;
WRect             184 lib/widget/menu.c     const WRect *w = &CONST_WIDGET (menubar)->rect;
WRect             222 lib/widget/menu.c     const WRect *w = &CONST_WIDGET (menubar)->rect;
WRect             732 lib/widget/menu.c     const WRect *w = &CONST_WIDGET (menubar)->rect;
WRect             962 lib/widget/menu.c     WRect r = { 0, 0, 1, COLS };
WRect             425 lib/widget/quick.c         WRect *r;
WRect             336 lib/widget/quick.h     WRect rect; /* if rect.x == -1 or rect.y == -1, then dialog is ceneterd;
WRect             218 lib/widget/radio.c     WRect r0 = { y, x, count, 1 };
WRect              61 lib/widget/rect.c WRect *
WRect              64 lib/widget/rect.c     WRect *r;
WRect              66 lib/widget/rect.c     r = g_try_new (WRect, 1);
WRect              86 lib/widget/rect.c rect_init (WRect *r, int y, int x, int lines, int cols)
WRect             104 lib/widget/rect.c rect_move (WRect *r, int dy, int dx)
WRect             120 lib/widget/rect.c rect_resize (WRect *r, int dl, int dc)
WRect             140 lib/widget/rect.c rect_grow (WRect *r, int dl, int dc)
WRect             160 lib/widget/rect.c rect_intersect (WRect *r, const WRect *r1)
WRect             196 lib/widget/rect.c rect_union (WRect *r, const WRect *r1)
WRect             231 lib/widget/rect.c rects_are_overlapped (const WRect *r1, const WRect *r2)
WRect             248 lib/widget/rect.c rects_are_equal (const WRect *r1, const WRect *r2)
WRect              11 lib/widget/rect.h #define RECT(x)       ((WRect *) (x))
WRect              12 lib/widget/rect.h #define CONST_RECT(x) ((const WRect *) (x))
WRect              18 lib/widget/rect.h struct WRect;
WRect              19 lib/widget/rect.h typedef struct WRect WRect;
WRect              33 lib/widget/rect.h WRect *rect_new (int y, int x, int lines, int cols);
WRect              34 lib/widget/rect.h void rect_init (WRect *r, int y, int x, int lines, int cols);
WRect              35 lib/widget/rect.h void rect_move (WRect *r, int dy, int dx);
WRect              36 lib/widget/rect.h void rect_resize (WRect *r, int dl, int dc);
WRect              37 lib/widget/rect.h void rect_grow (WRect *r, int dl, int dc);
WRect              38 lib/widget/rect.h void rect_intersect (WRect *r, const WRect *r1);
WRect              39 lib/widget/rect.h void rect_union (WRect *r, const WRect *r1);
WRect              40 lib/widget/rect.h gboolean rects_are_overlapped (const WRect *r1, const WRect *r2);
WRect              41 lib/widget/rect.h gboolean rects_are_equal (const WRect *r1, const WRect *r2);
WRect              85 lib/widget/widget-common.c widget_default_resize (Widget *w, const WRect *r)
WRect             307 lib/widget/widget-common.c widget_init (Widget *w, const WRect *r, widget_cb_fn callback, widget_mouse_cb_fn mouse_callback)
WRect             392 lib/widget/widget-common.c widget_adjust_position (widget_pos_flags_t pos_flags, WRect *r)
WRect             433 lib/widget/widget-common.c     WRect r = { y, x, lines, cols };
WRect             448 lib/widget/widget-common.c widget_set_size_rect (Widget *w, WRect *r)
WRect             687 lib/widget/widget-common.c widget_default_make_global (Widget *w, const WRect *delta)
WRect             706 lib/widget/widget-common.c widget_default_make_local (Widget *w, const WRect *delta)
WRect             895 lib/widget/widget-common.c     const WRect *r = &w->rect;
WRect             134 lib/widget/widget-common.h     WRect rect;  // position and size
WRect             164 lib/widget/widget-common.h     void (*make_global) (Widget *w, const WRect *delta);
WRect             165 lib/widget/widget-common.h     void (*make_local) (Widget *w, const WRect *delta);
WRect             206 lib/widget/widget-common.h void widget_init (Widget *w, const WRect *r, widget_cb_fn callback,
WRect             212 lib/widget/widget-common.h void widget_adjust_position (widget_pos_flags_t pos_flags, WRect *r);
WRect             214 lib/widget/widget-common.h void widget_set_size_rect (Widget *w, WRect *r);
WRect             228 lib/widget/widget-common.h void widget_default_make_global (Widget *w, const WRect *delta);
WRect             229 lib/widget/widget-common.h void widget_default_make_local (Widget *w, const WRect *delta);
WRect              79 lib/widget/wtools.c             WRect r;
WRect             182 lib/widget/wtools.c     WRect r = { -1, -1, 0, COLS / 2 };
WRect             662 lib/widget/wtools.c     WRect r;
WRect             108 src/diffviewer/search.c         WRect r = { -1, -1, 0, 58 };
WRect            2368 src/diffviewer/ydiff.c     WRect r = { -1, -1, 0, 56 };
WRect            3360 src/diffviewer/ydiff.c     WRect r;
WRect             116 src/editor/edit-impl.h gboolean edit_add_window (WDialog *h, const WRect *r, const edit_arg_t *arg);
WRect             159 src/editor/edit-impl.h WEdit *edit_init (WEdit *edit, const WRect *r, const edit_arg_t *arg);
WRect             171 src/editor/edit.c         WRect r;
WRect            2091 src/editor/edit.c edit_init (WEdit *edit, const WRect *r, const edit_arg_t *arg)
WRect            2102 src/editor/edit.c         WRect loc_prev;
WRect            3353 src/editor/edit.c     WRect *w = &WIDGET (edit)->rect;
WRect             399 src/editor/editcmd.c     WRect r = { -1, -1, 0, 64 };
WRect             873 src/editor/editcmd.c         WRect r = { -1, -1, 0, 38 };
WRect            1082 src/editor/editcmd.c     WRect r = WIDGET (h)->rect;
WRect            1916 src/editor/editcmd.c     WRect r = { -1, -1, 0, 50 };
WRect             357 src/editor/editcomplete.c     const WRect *we = &CONST_WIDGET (edit)->rect;
WRect             840 src/editor/editdraw.c     WRect *w = &we->rect;
WRect            1044 src/editor/editdraw.c     WRect *w = &WIDGET (edit)->rect;
WRect             194 src/editor/editoptions.c         WRect r = { -1, -1, 0, 74 };
WRect             122 src/editor/editsearch.c         WRect r = { -1, -1, 0, 58 };
WRect             207 src/editor/editsearch.c         WRect r = { -1, -1, 0, 58 };
WRect             276 src/editor/editsearch.c         WRect r = { ypos, xpos, 0, -1 };
WRect             755 src/editor/editsearch.c         WRect r;
WRect             160 src/editor/editwidget.c         WRect r = { -1, -1, 0, 40 };
WRect             225 src/editor/editwidget.c     WRect *w = &we->rect;
WRect             226 src/editor/editwidget.c     const WRect *wh = &wo->rect;
WRect             267 src/editor/editwidget.c     WRect *w = &we->rect;
WRect             268 src/editor/editwidget.c     const WRect *wh = &wo->rect;
WRect            1018 src/editor/editwidget.c     WRect *r = &w->rect;
WRect            1019 src/editor/editwidget.c     const WRect *h = &CONST_WIDGET (w->owner)->rect;
WRect            1365 src/editor/editwidget.c edit_add_window (WDialog *h, const WRect *r, const edit_arg_t *arg)
WRect            1527 src/editor/editwidget.c         WRect r;
WRect              63 src/editor/editwidget.h     WRect loc_prev;
WRect             312 src/editor/etags.c     const WRect *w = &CONST_WIDGET (edit)->rect;
WRect             194 src/filemanager/boxes.c         const WRect *wd = &WIDGET (d->data.p)->rect;
WRect             195 src/filemanager/boxes.c         WRect r = w->rect;
WRect             407 src/filemanager/boxes.c         WRect r = w->rect;
WRect             590 src/filemanager/boxes.c         WRect r = { -1, -1, 0, 60 };
WRect             653 src/filemanager/boxes.c         WRect r = { -1, -1, 0, 54 };
WRect             737 src/filemanager/boxes.c         WRect r = { -1, -1, 0, 60 };
WRect             819 src/filemanager/boxes.c         WRect r = { -1, -1, 0, 48 };
WRect             914 src/filemanager/boxes.c         WRect r = { -1, -1, 0, 40 };
WRect             956 src/filemanager/boxes.c     WRect r = { -1, -1, 0, 46 };
WRect             994 src/filemanager/boxes.c     WRect r = { -1, -1, 0, 46 };
WRect            1058 src/filemanager/boxes.c         WRect r = { -1, -1, 0, 46 };
WRect            1105 src/filemanager/boxes.c     WRect r;
WRect            1190 src/filemanager/boxes.c         WRect r = { -1, -1, 0, 56 };
WRect            1255 src/filemanager/boxes.c     WRect r = { w->rect.y + w->rect.lines - 6, w->rect.x, 0, w->rect.cols };
WRect            1287 src/filemanager/boxes.c     WRect r = { -1, -1, 0, 64 };
WRect             332 src/filemanager/chattr.c         const WRect *wo = &CONST_WIDGET (w->owner)->rect;
WRect             358 src/filemanager/chattr.c     WRect r = { y, x, 2, 1 };
WRect             873 src/filemanager/chattr.c chattrboxes_new (const WRect *r)
WRect             967 src/filemanager/chattr.c     WRect r;
WRect             201 src/filemanager/file.c     WRect r;
WRect            3381 src/filemanager/file.c     WRect r = wd->rect;
WRect            3425 src/filemanager/file.c     WRect r = wd->rect;
WRect             885 src/filemanager/filegui.c     WRect r;
WRect            1444 src/filemanager/filegui.c         WRect r = { -1, -1, 0, fmd_xlen };
WRect            1564 src/filemanager/find.c     WRect r = w->rect;
WRect             606 src/filemanager/hotlist.c         WRect r = w->rect;
WRect            1010 src/filemanager/hotlist.c     WRect r = { -1, -1, 0, 64 };
WRect            1072 src/filemanager/hotlist.c     WRect r = { -1, -1, 0, 64 };
WRect             109 src/filemanager/info.c     const WRect *w = &CONST_WIDGET (info)->rect;
WRect             366 src/filemanager/info.c info_new (const WRect *r)
WRect              21 src/filemanager/info.h WInfo *info_new (const WRect *r);
WRect             642 src/filemanager/layout.c restore_into_right_dir_panel (int idx, gboolean last_was_panel, const WRect *r)
WRect             813 src/filemanager/layout.c     const WRect *r = &CONST_WIDGET (mw)->rect;
WRect             816 src/filemanager/layout.c     WRect rb;
WRect             973 src/filemanager/layout.c     const WRect *r = &mw->rect;
WRect            1113 src/filemanager/layout.c     WRect r = { 0, 0, 0, 0 };
WRect            1330 src/filemanager/layout.c         WRect r;
WRect            2551 src/filemanager/panel.c     WRect r = { -1, -1, 0, 50 };
WRect            4444 src/filemanager/panel.c panel_sized_empty_new (const char *panel_name, const WRect *r)
WRect            4533 src/filemanager/panel.c panel_sized_with_dir_new (const char *panel_name, const WRect *r, const vfs_path_t *vpath)
WRect             154 src/filemanager/panel.h WPanel *panel_sized_empty_new (const char *panel_name, const WRect *r);
WRect             155 src/filemanager/panel.h WPanel *panel_sized_with_dir_new (const char *panel_name, const WRect *r, const vfs_path_t *vpath);
WRect             222 src/filemanager/panel.h     WRect r = { 0, 0, 1, 1 };
WRect             241 src/filemanager/panel.h     WRect r = { 0, 0, 1, 1 };
WRect             272 src/filemanager/panel.h panel_sized_new (const char *panel_name, const WRect *r)
WRect            1274 src/filemanager/tree.c tree_new (const WRect *r, gboolean is_panel)
WRect              25 src/filemanager/tree.h WTree *tree_new (const WRect *r, gboolean is_panel);
WRect             891 src/help.c         WRect r = w->rect;
WRect            1056 src/help.c     mousedispatch_new (const WRect *r)
WRect            1091 src/help.c         WRect r = { 1, 1, 1, 1 };
WRect             578 src/viewer/ascii.c     const WRect *r = &view->data_area;
WRect             850 src/viewer/ascii.c     const WRect *r = &view->data_area;
WRect             101 src/viewer/dialogs.c         WRect r = { -1, -1, 0, 58 };
WRect             190 src/viewer/dialogs.c         WRect r = { -1, -1, 0, 40 };
WRect             150 src/viewer/display.c     const WRect *r = &view->status_area;
WRect             257 src/viewer/display.c     WRect view_area;
WRect             360 src/viewer/display.c     const WRect *r = &view->ruler_area;
WRect             101 src/viewer/hex.c     const WRect *r = &view->data_area;
WRect             159 src/viewer/internal.h     WRect status_area;                        // Where the status line is displayed
WRect             160 src/viewer/internal.h     WRect ruler_area;                         // Where the ruler is displayed
WRect             161 src/viewer/internal.h     WRect data_area;                          // Where the data is displayed
WRect              88 src/viewer/mcviewer.c     const WRect *r = &view->data_area;
WRect             192 src/viewer/mcviewer.c mcview_new (const WRect *r, gboolean is_panel)
WRect             239 src/viewer/mcviewer.c     WRect r;
WRect              42 src/viewer/mcviewer.h extern WView *mcview_new (const WRect *r, gboolean is_panel);
WRect             381 src/viewer/move.c     const WRect *r = &view->data_area;
WRect             103 src/viewer/search.c         WRect r;
WRect              86 tests/lib/widget/group_init_destroy.c     WRect r;
WRect              42 tests/lib/widget/widget_find_by_id.c     WRect r;
WRect              40 tests/lib/widget/widget_make_global_local.c     WRect r;
WRect             154 tests/src/editor/edit_complete_word_cmd.c     WRect r;