Home | History | Annotate | Download | only in app

Lines Matching refs:Show

275         Show(false);
298 pPrefs->SetBool("window-log-show", IsShown());
367 * Under Linux+GTK, the first time you show the window, it appears where
368 * it's supposed to. If you then hide it and show it again, it gets
370 * and it remembers its position across hide/show.
373 * reset the position after a show. The "newly shown" flag ensures that
374 * we only reposition the window as the result of a Show(true) call.
401 bool LogWindow::Show(bool show)
403 if (show) {
410 mVisible = show;
411 return wxDialog::Show(show);
506 * Show it. If they hit "OK", copy the updated values out, and