Home
last modified time | relevance | path

Searched refs:GetSystemIcon (Results 1 – 6 of 6) sorted by relevance

/haiku/src/preferences/keymap/
H A DStatusMenuField.cpp251 if (BIconUtils::GetSystemIcon("dialog-error", fStopIcon) != B_OK) { in _FillIcons()
269 if (BIconUtils::GetSystemIcon("dialog-warning", fWarnIcon) != B_OK) { in _FillIcons()
/haiku/headers/os/interface/
H A DIconUtils.h39 static status_t GetSystemIcon(const char* iconName, BBitmap* result);
/haiku/src/apps/debugger/user_interface/gui/util/
H A DAlertWithCheckbox.cpp45 BIconUtils::GetSystemIcon("dialog-information", &fBitmap); in AlertWithCheckbox()
/haiku/docs/user/interface/
H A DIconUtils.dox118 \fn static status_t BIconUtils::GetSystemIcon(const char* iconName, BBitmap* result)
/haiku/src/kits/interface/
H A DAlert.cpp566 BIconUtils::GetSystemIcon(iconName, icon); in _CreateTypeIcon()
/haiku/src/libs/icon/
H A DIconUtils.cpp621 BIconUtils::GetSystemIcon(const char* iconName, BBitmap* icon) in GetSystemIcon() function in BIconUtils