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

/haiku/src/apps/debugger/user_interface/gui/util/
H A DAlertWithCheckbox.cpp36 const char* checkboxLabel, const char* label1, const char* label2, const char* label3)
77 if (label2) {
78 BButton* button = new BButton(label2, label2, new BMessage(kButton2Message));
35 AlertWithCheckbox(const char* title, const char* messageText, const char* checkboxLabel, const char* label1, const char* label2, const char* label3) argument
/haiku/src/tests/kits/interface/flatten_picture/
H A DTestResultItem.h45 HeaderListItem(const char* label1, const char* label2,
H A DTestResultItem.cpp126 HeaderListItem::HeaderListItem(const char* label1, const char* label2, argument
133 fLabels[1] = label2;
/haiku/src/apps/stylededit/
H A DStyledEditWindow.h79 const BString& label, const BString& label2,
H A DStyledEditWindow.cpp2001 const BString& label2, const BString& label3, alert_type type) const
2004 if (label2.Length() > 0)
2005 button2 = label2.String();
2000 _ShowAlert(const BString& text, const BString& label, const BString& label2, const BString& label3, alert_type type) const argument

Completed in 160 milliseconds