Searched refs:GetSystemIcon (Results 1 - 5 of 5) sorted by relevance

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

Completed in 176 milliseconds