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 136 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 555 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 429 lib/widget/quick.c WRect *r; WRect 331 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 310 lib/widget/widget-common.c widget_init (Widget *w, const WRect *r, widget_cb_fn callback, widget_mouse_cb_fn mouse_callback) WRect 395 lib/widget/widget-common.c widget_adjust_position (widget_pos_flags_t pos_flags, WRect *r) WRect 436 lib/widget/widget-common.c WRect r = { y, x, lines, cols }; WRect 451 lib/widget/widget-common.c widget_set_size_rect (Widget *w, WRect *r) WRect 690 lib/widget/widget-common.c widget_default_make_global (Widget *w, const WRect *delta) WRect 709 lib/widget/widget-common.c widget_default_make_local (Widget *w, const WRect *delta) WRect 899 lib/widget/widget-common.c const WRect *r = &w->rect; WRect 133 lib/widget/widget-common.h WRect rect; /* position and size */ WRect 162 lib/widget/widget-common.h void (*make_global) (Widget * w, const WRect * delta); WRect 163 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 226 lib/widget/wtools.c WRect r = { -1, -1, 0, COLS / 2 }; WRect 702 lib/widget/wtools.c WRect r; WRect 107 src/diffviewer/search.c WRect r = { -1, -1, 0, 58 }; WRect 2368 src/diffviewer/ydiff.c WRect r = { -1, -1, 0, 56 }; WRect 3359 src/diffviewer/ydiff.c WRect r; WRect 133 src/editor/edit-impl.h gboolean edit_add_window (WDialog * h, const WRect * r, const edit_arg_t * arg); WRect 177 src/editor/edit-impl.h WEdit *edit_init (WEdit * edit, const WRect * r, const edit_arg_t * arg); WRect 173 src/editor/edit.c WRect r; WRect 2121 src/editor/edit.c edit_init (WEdit *edit, const WRect *r, const edit_arg_t *arg) WRect 2132 src/editor/edit.c WRect loc_prev; WRect 3384 src/editor/edit.c WRect *w = &WIDGET (edit)->rect; WRect 409 src/editor/editcmd.c WRect r = { -1, -1, 0, 64 }; WRect 879 src/editor/editcmd.c WRect r = { -1, -1, 0, 38 }; WRect 1087 src/editor/editcmd.c WRect r = WIDGET (h)->rect; WRect 1930 src/editor/editcmd.c WRect r = { -1, -1, 0, 50 }; WRect 359 src/editor/editcomplete.c const WRect *we = &CONST_WIDGET (edit)->rect; WRect 839 src/editor/editdraw.c WRect *w = &we->rect; WRect 1042 src/editor/editdraw.c WRect *w = &WIDGET (edit)->rect; WRect 188 src/editor/editoptions.c WRect r = { -1, -1, 0, 74 }; WRect 112 src/editor/editsearch.c WRect r = { -1, -1, 0, 58 }; WRect 192 src/editor/editsearch.c WRect r = { -1, -1, 0, 58 }; WRect 257 src/editor/editsearch.c WRect r = { ypos, xpos, 0, -1 }; WRect 758 src/editor/editsearch.c WRect r; WRect 161 src/editor/editwidget.c WRect r = { -1, -1, 0, 40 }; WRect 222 src/editor/editwidget.c WRect *w = &we->rect; WRect 223 src/editor/editwidget.c const WRect *wh = &wo->rect; WRect 264 src/editor/editwidget.c WRect *w = &we->rect; WRect 265 src/editor/editwidget.c const WRect *wh = &wo->rect; WRect 1017 src/editor/editwidget.c WRect *r = &w->rect; WRect 1018 src/editor/editwidget.c const WRect *h = &CONST_WIDGET (w->owner)->rect; WRect 1364 src/editor/editwidget.c edit_add_window (WDialog *h, const WRect *r, const edit_arg_t *arg) WRect 1526 src/editor/editwidget.c WRect r; WRect 73 src/editor/editwidget.h WRect loc_prev; WRect 317 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 408 src/filemanager/boxes.c WRect r = w->rect; WRect 594 src/filemanager/boxes.c WRect r = { -1, -1, 0, 60 }; WRect 653 src/filemanager/boxes.c WRect r = { -1, -1, 0, 54 }; WRect 733 src/filemanager/boxes.c WRect r = { -1, -1, 0, 60 }; WRect 810 src/filemanager/boxes.c WRect r = { -1, -1, 0, 48 }; WRect 901 src/filemanager/boxes.c WRect r = { -1, -1, 0, 40 }; WRect 941 src/filemanager/boxes.c WRect r = { -1, -1, 0, 46 }; WRect 977 src/filemanager/boxes.c WRect r = { -1, -1, 0, 46 }; WRect 1036 src/filemanager/boxes.c WRect r = { -1, -1, 0, 46 }; WRect 1079 src/filemanager/boxes.c WRect r; WRect 1166 src/filemanager/boxes.c WRect r = { -1, -1, 0, 56 }; WRect 1229 src/filemanager/boxes.c WRect r = { w->rect.y + w->rect.lines - 6, w->rect.x, 0, w->rect.cols }; WRect 1259 src/filemanager/boxes.c WRect r = { -1, -1, 0, 64 }; WRect 336 src/filemanager/chattr.c const WRect *wo = &CONST_WIDGET (w->owner)->rect; WRect 362 src/filemanager/chattr.c WRect r = { y, x, 2, 1 }; WRect 877 src/filemanager/chattr.c chattrboxes_new (const WRect *r) WRect 971 src/filemanager/chattr.c WRect r; WRect 205 src/filemanager/file.c WRect r; WRect 3372 src/filemanager/file.c WRect r = wd->rect; WRect 3416 src/filemanager/file.c WRect r = wd->rect; WRect 880 src/filemanager/filegui.c WRect r; WRect 1443 src/filemanager/filegui.c WRect r = { -1, -1, 0, fmd_xlen }; WRect 1571 src/filemanager/find.c WRect r = w->rect; WRect 607 src/filemanager/hotlist.c WRect r = w->rect; WRect 1015 src/filemanager/hotlist.c WRect r = { -1, -1, 0, 64 }; WRect 1078 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 650 src/filemanager/layout.c restore_into_right_dir_panel (int idx, gboolean last_was_panel, const WRect *r) WRect 821 src/filemanager/layout.c const WRect *r = &CONST_WIDGET (mw)->rect; WRect 824 src/filemanager/layout.c WRect rb; WRect 982 src/filemanager/layout.c const WRect *r = &mw->rect; WRect 1122 src/filemanager/layout.c WRect r = { 0, 0, 0, 0 }; WRect 1336 src/filemanager/layout.c WRect r; WRect 2680 src/filemanager/panel.c WRect r = { -1, -1, 0, 50 }; WRect 4565 src/filemanager/panel.c panel_sized_empty_new (const char *panel_name, const WRect *r) WRect 4654 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, WRect 223 src/filemanager/panel.h WRect r = { 0, 0, 1, 1 }; WRect 242 src/filemanager/panel.h WRect r = { 0, 0, 1, 1 }; WRect 274 src/filemanager/panel.h panel_sized_new (const char *panel_name, const WRect *r) WRect 1275 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 893 src/help.c WRect r = w->rect; WRect 1058 src/help.c mousedispatch_new (const WRect *r) WRect 1093 src/help.c WRect r = { 1, 1, 1, 1 }; WRect 578 src/viewer/ascii.c const WRect *r = &view->data_area; WRect 849 src/viewer/ascii.c const WRect *r = &view->data_area; WRect 101 src/viewer/dialogs.c WRect r = { -1, -1, 0, 58 }; WRect 188 src/viewer/dialogs.c WRect r = { -1, -1, 0, 40 }; WRect 154 src/viewer/display.c const WRect *r = &view->status_area; WRect 262 src/viewer/display.c WRect view_area; WRect 369 src/viewer/display.c const WRect *r = &view->ruler_area; WRect 100 src/viewer/hex.c const WRect *r = &view->data_area; WRect 156 src/viewer/internal.h WRect status_area; /* Where the status line is displayed */ WRect 157 src/viewer/internal.h WRect ruler_area; /* Where the ruler is displayed */ WRect 158 src/viewer/internal.h WRect data_area; /* Where the data is displayed */ WRect 94 src/viewer/mcviewer.c const WRect *r = &view->data_area; WRect 198 src/viewer/mcviewer.c mcview_new (const WRect *r, gboolean is_panel) WRect 245 src/viewer/mcviewer.c WRect r; WRect 42 src/viewer/mcviewer.h extern WView *mcview_new (const WRect * r, gboolean is_panel); WRect 378 src/viewer/move.c const WRect *r = &view->data_area; WRect 103 src/viewer/search.c WRect r; WRect 88 tests/lib/widget/group_init_destroy.c WRect r; WRect 44 tests/lib/widget/widget_find_by_id.c WRect r; WRect 42 tests/lib/widget/widget_make_global_local.c WRect r; WRect 154 tests/src/editor/edit_complete_word_cmd.c WRect r;