OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:listbox_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc
71
label1_(NULL), label2_(NULL), button_(NULL),
listbox_
(NULL),
160
::SendMessage(
listbox_
, LB_RESETCONTENT, 0, 0);
162
AddListBoxItem(
listbox_
, "List of currently connected peers:", -1);
165
AddListBoxItem(
listbox_
, i->second.c_str(), i->first);
169
::SetFocus(
listbox_
);
173
LRESULT count = ::SendMessage(
listbox_
, LB_GETCOUNT, 0, 0);
176
LRESULT selection = ::SendMessage(
listbox_
, LB_SETCURSEL , count - 1, 0);
178
::PostMessage(wnd_, WM_COMMAND, MAKEWPARAM(GetDlgCtrlID(
listbox_
),
180
reinterpret_cast<LPARAM>(
listbox_
));
330
LRESULT sel = ::SendMessage(
listbox_
, LB_GETCURSEL, 0, 0)
[
all
...]
main_wnd.h
189
HWND
listbox_
;
member in class:MainWnd
Completed in 211 milliseconds