Searched refs:fDisabledOn (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DPictureButton.cpp25 fDisabledOn(NULL),
37 fDisabledOn(NULL)
53 fDisabledOn = new(std::nothrow) BPicture(&pictureArchive);
64 delete fDisabledOn;
103 if (fDisabledOn && fDisabledOn->Archive(&pictureArchive, deep) == B_OK) {
202 || (fDisabledOn == NULL && fBehavior == B_TWO_STATE_BUTTON))
206 DrawPicture(fDisabledOn);
329 delete fDisabledOn;
330 fDisabledOn
[all...]
/haiku/headers/os/interface/
H A DPictureButton.h95 BPicture* fDisabledOn; member in class:BPictureButton

Completed in 33 milliseconds