Home
last modified time | relevance | path

Searched defs:SetWindowTitleWithCFString (Results 1 – 2 of 2) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DMacWindows.pas5464 function SetWindowTitleWithCFString( inWindow: WindowRef; inString: CFStringRef ): OSStatus; extern… in SetWindowTitleWithCFString() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DXplatUICarbon.cs2382 extern static int SetWindowTitleWithCFString (IntPtr hWnd, IntPtr titleCFStr); in SetWindowTitleWithCFString() method in System.Windows.Forms.XplatUICarbon