Home | History | Annotate | Download | only in Scripts

Lines Matching refs:isWx

65 my $isWx;
248 push(@args, '--wx') if isWx();
270 if (isAppleWinWebKit() && !isWx()) {
555 if (isWx()) {
653 if (isGtk() || isWx()) {
685 sub isWx()
688 return $isWx;
693 return if defined($isWx);
694 $isWx = checkForArgumentAndRemoveFromARGV("--wx");
764 return !(isQt() or isGtk() or isWx() or isChromium());
851 if (isGtk() || isQt() || isWx()) {
864 } elsif (isWx()) {
890 } elsif (isGtk() or isQt() or isWx()) {