- Gof/Mediator . . . . 3 matches
ListBox, EntryField, Button은 특화된 사용자 인터페이스 요소를 위한 DialogDirector의 subclass들이다. ListBox는 현재 선택을 위해서 GetSelection연산자를 제공한다. 그리고 EntryField의 SetText 연산자는 새로운 text로 field를 채운다.
virtual void SetText(const char* text);
virtual void SetText(const char* text);
- 5인용C++스터디/더블버퍼링 . . . . 2 matches
SetTextColor(hMemDC,RGB(192,192,192));
SetTextColor(hMemDC,RGB(32,32,32));
- bitblt로 투명배경 구현하기 . . . . 2 matches
SetTextColor(hdc_original, RGB(255,255,255));
SetTextColor(hdc_background, RGB(0,0,0));
Found 3 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.