Home
last modified time | relevance | path

Searched refs:IsEditorFocused (Results 1 – 22 of 22) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/propgrid/
H A Dpropgrid.h849 bool IsEditorFocused() const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/propgrid/
H A Dpropgrid.h849 bool IsEditorFocused() const;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/propgrid/
H A Dpropgrid.h879 bool IsEditorFocused() const;
/dports/comms/cubicsdr/CubicSDR-0248e5a/src/
H A DModemProperties.cpp279 return mouseInView || (m_propertyGrid && m_propertyGrid->IsEditorFocused()); in isMouseInView()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dpropgrid.sip628 bool IsEditorFocused() const;
630 IsEditorFocused() -> bool
/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dformmain_tab_proc.inc146 if not F.IsEditorFocused then
H A Dformframe.pas374 function IsEditorFocused: boolean; in IsEditorFocused() function
2037 function TEditorFrame.IsEditorFocused: boolean; in IsEditorFocused() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/propgrid/
H A Dpropgrid.cpp2605 if ( IsEditorFocused() ) in RefreshProperty()
5624 bool editorFocused = IsEditorFocused(); in HandleKeyEvent()
5831 if ( IsEditorFocused() ) in OnKey()
5940 bool wxPropertyGrid::IsEditorFocused() const in IsEditorFocused() function in wxPropertyGrid
H A Deditors.cpp199 if ( cell.HasText() && !pg->IsEditorFocused() ) in SetControlAppearance()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/propgrid/
H A Dpropgrid.h1065 bool IsEditorFocused() const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/propgrid/
H A Dpropgrid.h1065 bool IsEditorFocused() const;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/propgrid/
H A Dpropgrid.h892 bool IsEditorFocused() const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/propgrid/
H A Dpropgrid.cpp5583 bool editorFocused = IsEditorFocused(); in HandleKeyEvent()
5781 if ( IsEditorFocused() ) in OnKey()
5868 bool wxPropertyGrid::IsEditorFocused() const in IsEditorFocused() function in wxPropertyGrid
H A Deditors.cpp237 if ( cell.HasText() && !pg->IsEditorFocused() ) in SetControlAppearance()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/propgrid/
H A Dpropgrid.cpp5583 bool editorFocused = IsEditorFocused(); in HandleKeyEvent()
5781 if ( IsEditorFocused() ) in OnKey()
5868 bool wxPropertyGrid::IsEditorFocused() const in IsEditorFocused() function in wxPropertyGrid
H A Deditors.cpp237 if ( cell.HasText() && !pg->IsEditorFocused() ) in SetControlAppearance()
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Dwatchesdlg.cpp726 if (m_grid->IsEditorFocused() || m_grid->GetLabelEditor()) in OnKeyDown()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/src/
H A Deditors.cpp2332 if ( cell.HasText() && !IsEditorFocused() ) in SetEditorAppearance()
H A Dpropgrid.cpp9413 bool wxPropertyGrid::IsEditorFocused() const in IsEditorFocused() function in wxPropertyGrid
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/include/wx/propgrid/
H A Dpropgrid.h7589 bool IsEditorFocused() const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/
H A Dpropgrid.pyi4961 def IsEditorFocused(self):
4963 IsEditorFocused() -> bool
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_propgridwxPropertyGrid.cpp3065 sipRes = sipCpp->IsEditorFocused(); in meth_wxPropertyGrid_IsEditorFocused()