Home
last modified time | relevance | path

Searched refs:buttonWasHandled (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/propgrid/
H A Dpropgrid.cpp3616 bool buttonWasHandled = false; in HandleCustomEditorEvent() local
3627 buttonWasHandled = true; in HandleCustomEditorEvent()
3636 if ( !buttonWasHandled ) in HandleCustomEditorEvent()
3672 buttonWasHandled = selected->OnEvent( this, editorWnd, event ); in HandleCustomEditorEvent()
3718 if ( !buttonWasHandled && event.GetEventType() == wxEVT_BUTTON ) in HandleCustomEditorEvent()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/propgrid/
H A Dpropgrid.cpp3616 bool buttonWasHandled = false; in HandleCustomEditorEvent() local
3627 buttonWasHandled = true; in HandleCustomEditorEvent()
3636 if ( !buttonWasHandled ) in HandleCustomEditorEvent()
3672 buttonWasHandled = selected->OnEvent( this, editorWnd, event ); in HandleCustomEditorEvent()
3718 if ( !buttonWasHandled && event.GetEventType() == wxEVT_BUTTON ) in HandleCustomEditorEvent()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/propgrid/
H A Dpropgrid.cpp3641 bool buttonWasHandled = false; in HandleCustomEditorEvent() local
3652 buttonWasHandled = true; in HandleCustomEditorEvent()
3661 if ( !buttonWasHandled ) in HandleCustomEditorEvent()
3697 buttonWasHandled = selected->OnEvent( this, editorWnd, event ); in HandleCustomEditorEvent()
3743 if ( !buttonWasHandled && event.GetEventType() == wxEVT_BUTTON ) in HandleCustomEditorEvent()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/src/
H A Dpropgrid.cpp7070 bool buttonWasHandled = false; in HandleCustomEditorEvent() local
7080 buttonWasHandled = true; in HandleCustomEditorEvent()
7089 if ( !buttonWasHandled ) in HandleCustomEditorEvent()
7123 buttonWasHandled = selected->OnEvent( this, editorWnd, event ); in HandleCustomEditorEvent()
7161 if ( !buttonWasHandled && event.GetEventType() == wxEVT_COMMAND_BUTTON_CLICKED ) in HandleCustomEditorEvent()
7165 buttonWasHandled = true; in HandleCustomEditorEvent()
7170 return buttonWasHandled; in HandleCustomEditorEvent()