wh                286 lib/widget/dialog-switch.c             Widget *wh = WIDGET (h);
wh                289 lib/widget/dialog-switch.c             widget_set_state (wh, WST_SUSPENDED, TRUE);
wh                291 lib/widget/dialog-switch.c             if (widget_get_state (wh, WST_CLOSED))
wh                293 lib/widget/dialog-switch.c                 widget_destroy (wh);
wh                283 lib/widget/dialog.c     Widget *wh = WIDGET (h);
wh                289 lib/widget/dialog.c     if (!widget_get_state (wh, WST_MODAL) && mc_global.midnight_shutdown)
wh                295 lib/widget/dialog.c     while (widget_get_state (wh, WST_ACTIVE))
wh                307 lib/widget/dialog.c             while (widget_get_state (wh, WST_IDLE) && is_idle ())
wh                308 lib/widget/dialog.c                 send_message (wh, NULL, MSG_IDLE, 0, NULL);
wh                311 lib/widget/dialog.c             if (!widget_get_state (wh, WST_ACTIVE))
wh                315 lib/widget/dialog.c         widget_update_cursor (wh);
wh                323 lib/widget/dialog.c         if (widget_get_state (wh, WST_CLOSED))
wh                495 lib/widget/dialog.c     Widget *wh = WIDGET (h);
wh                498 lib/widget/dialog.c         widget_set_state (wh, WST_MODAL, TRUE);
wh                504 lib/widget/dialog.c     if (widget_get_state (wh, WST_CONSTRUCT))
wh                506 lib/widget/dialog.c         if (!widget_get_state (wh, WST_MODAL))
wh                510 lib/widget/dialog.c         group_default_callback (wh, NULL, MSG_INIT, 0, NULL);
wh                518 lib/widget/dialog.c     widget_set_state (wh, WST_ACTIVE, TRUE);
wh                519 lib/widget/dialog.c     widget_draw (wh);
wh                834 src/editor/editdraw.c     Widget *wh = WIDGET (we->owner);
wh                843 src/editor/editdraw.c     last_line = wh->rect.y + wh->rect.lines - 1;
wh                849 src/editor/editdraw.c     last_column = wh->rect.x + wh->rect.cols - 1;
wh                856 src/editor/editdraw.c     if (y2 < wh->rect.y + 1)  // menubar
wh                860 src/editor/editdraw.c     if (x2 < wh->rect.x)
wh                870 src/editor/editdraw.c         else if (y1 >= wh->rect.y + 1)  // menubar
wh                871 src/editor/editdraw.c             end_row = wh->rect.lines - 1 - y1 - 1;
wh                873 src/editor/editdraw.c             end_row = start_row + wh->rect.lines - 1 - 1;
wh                877 src/editor/editdraw.c         else if (x1 >= wh->rect.x)
wh                878 src/editor/editdraw.c             end_column = wh->rect.cols - 1 - x1;
wh                880 src/editor/editdraw.c             end_column = start_column + wh->rect.cols - 1;
wh                226 src/editor/editwidget.c     const WRect *wh = &wo->rect;
wh                231 src/editor/editwidget.c         if (w->y > wh->y + 1)  // menubar
wh                235 src/editor/editwidget.c         if (w->y < wh->y + wh->lines - 2)  // buttonbar
wh                239 src/editor/editwidget.c         if (w->x + wh->cols > wh->x)
wh                243 src/editor/editwidget.c         if (w->x < wh->x + wh->cols)
wh                268 src/editor/editwidget.c     const WRect *wh = &wo->rect;
wh                277 src/editor/editwidget.c         if (w->y + w->lines < wh->y + wh->lines - 1)  // buttonbar
wh                285 src/editor/editwidget.c         if (w->x + w->cols < wh->x + wh->cols)
wh                522 src/filemanager/achown.c         Widget *wh = WIDGET (h);
wh                547 src/filemanager/achown.c         chl_dlg = dlg_create (TRUE, wh->rect.y - 1, lxx, wh->rect.lines + 2, 17, WPOS_KEEP_DEFAULT,
wh               1132 src/help.c         Widget *wh;
wh               1189 src/help.c         wh = WIDGET (whelp);
wh               1191 src/help.c         wh->keymap = help_map;
wh               1192 src/help.c         widget_want_tab (wh, TRUE);
wh               1206 src/help.c         WIDGET (help_bar)->rect.y -= wh->rect.y;
wh               1207 src/help.c         WIDGET (help_bar)->rect.x -= wh->rect.x;
wh               1216 src/help.c         buttonbar_set_label (help_bar, 1, Q_ ("ButtonBar|Help"), wh->keymap, NULL);
wh               1217 src/help.c         buttonbar_set_label (help_bar, 2, Q_ ("ButtonBar|Index"), wh->keymap, NULL);
wh               1218 src/help.c         buttonbar_set_label (help_bar, 3, Q_ ("ButtonBar|Prev"), wh->keymap, NULL);
wh               1219 src/help.c         buttonbar_set_label (help_bar, 4, "", wh->keymap, NULL);
wh               1220 src/help.c         buttonbar_set_label (help_bar, 5, "", wh->keymap, NULL);
wh               1221 src/help.c         buttonbar_set_label (help_bar, 6, "", wh->keymap, NULL);
wh               1222 src/help.c         buttonbar_set_label (help_bar, 7, "", wh->keymap, NULL);
wh               1223 src/help.c         buttonbar_set_label (help_bar, 8, "", wh->keymap, NULL);
wh               1224 src/help.c         buttonbar_set_label (help_bar, 9, "", wh->keymap, NULL);
wh               1225 src/help.c         buttonbar_set_label (help_bar, 10, Q_ ("ButtonBar|Quit"), wh->keymap, NULL);
wh               1229 src/help.c         widget_destroy (wh);