Symbol: SetStylable
headers/os/interface/TextView.h
188
void SetStylable(bool stylable);
src/add-ons/screen_savers/ifs/IFSSaver.cpp
127
textView->SetStylable(true);
src/add-ons/screen_savers/leaves/Leaves.cpp
145
textView->SetStylable(true);
src/apps/aboutsystem/AboutSystem.cpp
1539
fCreditsView->SetStylable(true);
src/apps/bootmanager/WizardPageView.cpp
58
view->SetStylable(true);
src/apps/bootmanager/WizardPageView.cpp
72
view->SetStylable(true);
src/apps/debugger/user_interface/gui/team_window/ConsoleOutputView.cpp
207
fConsoleOutput->SetStylable(true);
src/apps/deskcalc/CalcView.cpp
409
fExpressionTextView->SetStylable(true);
src/apps/deskcalc/CalcView.cpp
414
fExpressionTextView->SetStylable(false);
src/apps/deskcalc/ExpressionTextView.cpp
41
SetStylable(false);
src/apps/expander/ExpanderWindow.cpp
123
fListingText->SetStylable(false);
src/apps/mail/Content.cpp
821
SetStylable(true);
src/apps/mediaplayer/interface/SubtitleBitmap.cpp
26
fTextView->SetStylable(true);
src/apps/mediaplayer/interface/SubtitleBitmap.cpp
30
fShadowTextView->SetStylable(true);
src/apps/networkstatus/NetworkStatusView.cpp
368
view->SetStylable(true);
src/apps/pairs/PairsWindow.cpp
322
view->SetStylable(true);
src/apps/poorman/PoorManWindow.cpp
97
fLoggingView->SetStylable(true);
src/apps/pulse/PulseApp.cpp
236
view->SetStylable(true);
src/apps/stylededit/StyledEditWindow.cpp
1173
fTextView->SetStylable(true);
src/apps/terminal/ThemeView.cpp
222
fPreview->SetStylable(true);
src/apps/webpositive/URLInputGroup.cpp
183
SetStylable(true);
src/kits/interface/AboutWindow.cpp
187
fInfoView->SetStylable(true);
src/kits/interface/TextView.cpp
370
SetStylable(toggle);
src/libs/print/libprint/BlockingWindow.cpp
117
v->SetStylable(true);
src/preferences/datatranslations/DataTranslationsWindow.cpp
338
view->SetStylable(true);
src/preferences/printers/TestPageView.cpp
274
statusView->SetStylable(true);
src/preferences/screen/AlertWindow.cpp
37
TextView()->SetStylable(true);
src/preferences/virtualmemory/VirtualMemory.cpp
47
view->SetStylable(true);
src/servers/mail/ErrorLogWindow.cpp
206
view->SetStylable(true);
src/servers/syslog_daemon/SyslogDaemon.cpp
79
view->SetStylable(true);
src/tests/kits/translation/TranslationUtilsTest.cpp
225
ptextview->SetStylable(false);
src/tests/kits/translation/TranslationUtilsTest.cpp
239
ptextview->SetStylable(true);