Home
last modified time | relevance | path

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

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/motif/
H A Dclipbrd.cpp36 typedef wxScopedArray<wxDataFormat> wxDataFormatScopedArray; typedef
267 wxDataFormatScopedArray dfarr(count); in wxClipboardCallback()
303 wxDataFormatScopedArray dfarr(count); in AddData()
416 wxDataFormatScopedArray dfarr(dfcount); in GetData()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/motif/
H A Dclipbrd.cpp36 typedef wxScopedArray<wxDataFormat> wxDataFormatScopedArray; typedef
267 wxDataFormatScopedArray dfarr( new wxDataFormat[count] ); in wxClipboardCallback()
303 wxDataFormatScopedArray dfarr( new wxDataFormat[count] ); in AddData()
416 wxDataFormatScopedArray dfarr( new wxDataFormat[dfcount] ); in GetData()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/motif/
H A Dclipbrd.cpp36 typedef wxScopedArray<wxDataFormat> wxDataFormatScopedArray; typedef
267 wxDataFormatScopedArray dfarr( new wxDataFormat[count] ); in wxClipboardCallback()
303 wxDataFormatScopedArray dfarr( new wxDataFormat[count] ); in AddData()
416 wxDataFormatScopedArray dfarr( new wxDataFormat[dfcount] ); in GetData()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/x11/
H A Dclipbrd.cpp26 typedef wxScopedArray<wxDataFormat> wxDataFormatScopedArray; typedef
339 wxDataFormatScopedArray dfarr(count); in wxClipboardHandleSelectionRequest()
544 wxDataFormatScopedArray dfarr(count); in GetData()