Searched defs:aShow (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DVBoxSettingsSelector.cpp283 void VBoxSettingsTreeViewSelector::setVisibleById (int aId, bool aShow) argument
287 item->setHidden (!aShow);
553 void VBoxSettingsToolBarSelector::setVisibleById (int aId, bool aShow) argument
559 item->action()->setVisible (aShow);
567 if (aShow &&
570 else if (!aShow &&

Completed in 2277 milliseconds