Lines Matching refs:myTab

68   myTab = new TabWidget(this, font, 2, VGAP + _th,
71 addTabWidget(myTab);
76 tabID = myTab->addTab(" Look & Feel ");
88 myPalettePopup = new PopUpWidget(myTab, font, xpos, ypos, pwidth, lineHeight,
102 myDialogFontPopup = new PopUpWidget(myTab, font, xpos, ypos, pwidth, lineHeight,
108 myHidpiWidget = new CheckboxWidget(myTab, font, xpos,
122 myPositionPopup = new PopUpWidget(myTab, font, xpos, ypos, pwidth, lineHeight,
128 myCenter = new CheckboxWidget(myTab, _font, xpos, ypos + 1, "Center windows");
135 myListDelaySlider = new SliderWidget(myTab, font, xpos, ypos, swidth, lineHeight,
148 myWheelLinesSlider = new SliderWidget(myTab, font, xpos, ypos, swidth, lineHeight,
158 myDoubleClickSlider = new SliderWidget(myTab, font, xpos, ypos, swidth, lineHeight,
169 myControllerDelaySlider = new SliderWidget(myTab, font, xpos, ypos, swidth, lineHeight,
180 myControllerRateSlider = new SliderWidget(myTab, font, xpos, ypos, swidth, lineHeight,
190 ypos = myTab->getHeight() - fontHeight - ifont.getFontHeight() - VGAP - VBORDER;
192 new StaticTextWidget(myTab, ifont, xpos, ypos,
197 addToFocusList(wid, myTab, tabID);
199 myTab->parentWidget(tabID)->setHelpAnchor("UserInterface");
204 tabID = myTab->addTab(" Launcher ");
211 new ButtonWidget(myTab, font, xpos, ypos, bwidth, buttonHeight,
215 myRomPath = new EditTextWidget(myTab, font, xpos, ypos + (buttonHeight - lineHeight) / 2 - 1,
221 myFollowLauncherWidget = new CheckboxWidget(myTab, font, xpos, ypos, "Follow Launcher path");
229 myLauncherWidthSlider = new SliderWidget(myTab, font, xpos, ypos, "Launcher width ",
236 myLauncherHeightSlider = new SliderWidget(myTab, font, xpos, ypos, "Launcher height ",
254 new PopUpWidget(myTab, font, xpos, ypos + 1, pwidth, lineHeight, items,
260 myRomViewerSize = new SliderWidget(myTab, font, xpos, ypos, "ROM info width ",
274 myOpenBrowserButton = new ButtonWidget(myTab, font, xpos, ypos, bwidth, buttonHeight,
279 mySnapLoadPath = new EditTextWidget(myTab, font, HBORDER + lwidth,
287 myLauncherExitWidget = new CheckboxWidget(myTab, font, xpos + 1, ypos, "Always exit to Launcher");
292 ypos = myTab->getHeight() - fontHeight - ifont.getFontHeight() - VGAP - VBORDER;
294 new StaticTextWidget(myTab, ifont, xpos, ypos,
299 addToFocusList(wid, myTab, tabID);
301 myTab->parentWidget(tabID)->setHelpAnchor("ROMInfo");
312 myTab->setActiveTab(0);
415 myTab->loadConfig(); in loadConfig()
496 switch(myTab->getActiveTab()) in setDefaults()