wh 264 lib/widget/dialog-switch.c Widget *wh = WIDGET (h); wh 267 lib/widget/dialog-switch.c widget_set_state (wh, WST_SUSPENDED, TRUE); wh 269 lib/widget/dialog-switch.c if (widget_get_state (wh, WST_CLOSED)) wh 271 lib/widget/dialog-switch.c widget_destroy (wh); wh 282 lib/widget/dialog.c Widget *wh = WIDGET (h); wh 288 lib/widget/dialog.c if (!widget_get_state (wh, WST_MODAL) && mc_global.midnight_shutdown) wh 294 lib/widget/dialog.c while (widget_get_state (wh, WST_ACTIVE)) wh 306 lib/widget/dialog.c while (widget_get_state (wh, WST_IDLE) && is_idle ()) wh 307 lib/widget/dialog.c send_message (wh, NULL, MSG_IDLE, 0, NULL); wh 310 lib/widget/dialog.c if (!widget_get_state (wh, WST_ACTIVE)) wh 314 lib/widget/dialog.c widget_update_cursor (wh); wh 322 lib/widget/dialog.c if (widget_get_state (wh, WST_CLOSED)) wh 517 lib/widget/dialog.c Widget *wh = WIDGET (h); wh 520 lib/widget/dialog.c widget_set_state (wh, WST_MODAL, TRUE); wh 526 lib/widget/dialog.c if (widget_get_state (wh, WST_CONSTRUCT)) wh 528 lib/widget/dialog.c if (!widget_get_state (wh, WST_MODAL)) wh 532 lib/widget/dialog.c group_default_callback (wh, NULL, MSG_INIT, 0, NULL); wh 540 lib/widget/dialog.c widget_set_state (wh, WST_ACTIVE, TRUE); wh 542 lib/widget/dialog.c widget_set_state (wh, WST_FOCUSED, TRUE); wh 848 src/editor/editdraw.c Widget *wh = WIDGET (we->owner); wh 857 src/editor/editdraw.c last_line = wh->rect.y + wh->rect.lines - 1; wh 863 src/editor/editdraw.c last_column = wh->rect.x + wh->rect.cols - 1; wh 870 src/editor/editdraw.c if (y2 < wh->rect.y + 1 /* menubar */ ) wh 874 src/editor/editdraw.c if (x2 < wh->rect.x) wh 884 src/editor/editdraw.c else if (y1 >= wh->rect.y + 1 /* menubar */ ) wh 885 src/editor/editdraw.c end_row = wh->rect.lines - 1 - y1 - 1; wh 887 src/editor/editdraw.c end_row = start_row + wh->rect.lines - 1 - 1; wh 891 src/editor/editdraw.c else if (x1 >= wh->rect.x) wh 892 src/editor/editdraw.c end_column = wh->rect.cols - 1 - x1; wh 894 src/editor/editdraw.c end_column = start_column + wh->rect.cols - 1; wh 223 src/editor/editwidget.c const WRect *wh = &wo->rect; wh 228 src/editor/editwidget.c if (w->y > wh->y + 1) /* menubar */ wh 232 src/editor/editwidget.c if (w->y < wh->y + wh->lines - 2) /* buttonbar */ wh 236 src/editor/editwidget.c if (w->x + wh->cols > wh->x) wh 240 src/editor/editwidget.c if (w->x < wh->x + wh->cols) wh 265 src/editor/editwidget.c const WRect *wh = &wo->rect; wh 274 src/editor/editwidget.c if (w->y + w->lines < wh->y + wh->lines - 1) /* buttonbar */ wh 282 src/editor/editwidget.c if (w->x + w->cols < wh->x + wh->cols) wh 528 src/filemanager/achown.c Widget *wh = WIDGET (h); wh 554 src/filemanager/achown.c dlg_create (TRUE, wh->rect.y - 1, lxx, wh->rect.lines + 2, 17, WPOS_KEEP_DEFAULT, TRUE, wh 1078 src/help.c Widget *wh; wh 1135 src/help.c wh = WIDGET (whelp); wh 1137 src/help.c wh->keymap = help_map; wh 1138 src/help.c widget_want_tab (wh, TRUE); wh 1153 src/help.c WIDGET (help_bar)->rect.y -= wh->rect.y; wh 1154 src/help.c WIDGET (help_bar)->rect.x -= wh->rect.x; wh 1163 src/help.c buttonbar_set_label (help_bar, 1, Q_ ("ButtonBar|Help"), wh->keymap, NULL); wh 1164 src/help.c buttonbar_set_label (help_bar, 2, Q_ ("ButtonBar|Index"), wh->keymap, NULL); wh 1165 src/help.c buttonbar_set_label (help_bar, 3, Q_ ("ButtonBar|Prev"), wh->keymap, NULL); wh 1166 src/help.c buttonbar_set_label (help_bar, 4, "", wh->keymap, NULL); wh 1167 src/help.c buttonbar_set_label (help_bar, 5, "", wh->keymap, NULL); wh 1168 src/help.c buttonbar_set_label (help_bar, 6, "", wh->keymap, NULL); wh 1169 src/help.c buttonbar_set_label (help_bar, 7, "", wh->keymap, NULL); wh 1170 src/help.c buttonbar_set_label (help_bar, 8, "", wh->keymap, NULL); wh 1171 src/help.c buttonbar_set_label (help_bar, 9, "", wh->keymap, NULL); wh 1172 src/help.c buttonbar_set_label (help_bar, 10, Q_ ("ButtonBar|Quit"), wh->keymap, NULL); wh 1176 src/help.c widget_destroy (wh);