Home
last modified time | relevance | path

Searched refs:B_CONTROL_MODIFIED (Results 1 – 9 of 9) sorted by relevance

/haiku/src/preferences/shortcuts/
H A DEditWindow.cpp29 BButton* okButton = new BButton("OK", new BMessage(B_CONTROL_MODIFIED)); in EditWindow()
44 case B_CONTROL_MODIFIED: in MessageReceived()
/haiku/src/kits/interface/
H A DTextInput.cpp201 B_CONTROL_MODIFIED); in InsertText()
211 B_CONTROL_MODIFIED); in DeleteText()
H A DListView.cpp1265 InvokeNotify(fSelectMessage, B_CONTROL_MODIFIED); in Select()
1275 InvokeNotify(fSelectMessage, B_CONTROL_MODIFIED); in Select()
1363 InvokeNotify(fSelectMessage, B_CONTROL_MODIFIED); in DeselectAll()
1376 InvokeNotify(fSelectMessage, B_CONTROL_MODIFIED); in DeselectExcept()
1386 InvokeNotify(fSelectMessage, B_CONTROL_MODIFIED); in Deselect()
1403 InvokeNotify(fSelectMessage, B_CONTROL_MODIFIED); in SortItems()
H A DSlider.cpp544 InvokeNotify(ModificationMessage(), B_CONTROL_MODIFIED); in KeyDown()
610 InvokeNotify(ModificationMessage(), B_CONTROL_MODIFIED); in MouseDown()
630 InvokeNotify(ModificationMessage(), B_CONTROL_MODIFIED); in MouseDown()
661 InvokeNotify(ModificationMessage(), B_CONTROL_MODIFIED); in MouseMoved()
H A DButton.cpp170 InvokeNotify(fPopUpMessage, B_CONTROL_MODIFIED); in MouseDown()
/haiku/headers/os/app/
H A DAppDefs.h133 B_CONTROL_MODIFIED = 'CMOD' enumerator
/haiku/src/apps/mail/
H A DAddressTextControl.cpp358 B_CONTROL_MODIFIED); in InsertText()
370 B_CONTROL_MODIFIED); in DeleteText()
/haiku/src/bin/desklink/
H A DVolumeControl.cpp284 InvokeNotify(ModificationMessage(), B_CONTROL_MODIFIED); in MessageReceived()
/haiku/src/kits/shared/
H A DCalendarView.cpp378 InvokeNotify(SelectionMessage(), B_CONTROL_MODIFIED); in MouseDown()