Home
last modified time | relevance | path

Searched refs:PangoUtil (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/Extensions/
H A DPangoUtil.cs33 static class PangoUtil class
162 [DllImport (PangoUtil.LIBPANGO, CallingConvention=CallingConvention.Cdecl)]
165 [DllImport (PangoUtil.LIBPANGO, CallingConvention=CallingConvention.Cdecl)]
168 [DllImport (PangoUtil.LIBPANGO, CallingConvention=CallingConvention.Cdecl)]
171 [DllImport (PangoUtil.LIBPANGO, CallingConvention=CallingConvention.Cdecl)]
174 [DllImport (PangoUtil.LIBPANGO, CallingConvention=CallingConvention.Cdecl)]
177 [DllImport (PangoUtil.LIBPANGO, CallingConvention=CallingConvention.Cdecl)]
180 [DllImport (PangoUtil.LIBPANGO, CallingConvention=CallingConvention.Cdecl)]
183 [DllImport (PangoUtil.LIBPANGO, CallingConvention=CallingConvention.Cdecl)]
186 [DllImport (PangoUtil.LIBPANGO, CallingConvention=CallingConvention.Cdecl)]
[all …]
H A DGtkWorkarounds.cs74 [DllImport (PangoUtil.LIBQUARTZ)]
77 [DllImport (PangoUtil.LIBQUARTZ)]
423 [DllImport (PangoUtil.LIBGTK, CallingConvention = CallingConvention.Cdecl)]
542 [DllImport (PangoUtil.LIBGDK, CallingConvention = CallingConvention.Cdecl)]
546 [DllImport (PangoUtil.LIBGDK, CallingConvention = CallingConvention.Cdecl)]
1038 [DllImport (PangoUtil.LIBQUARTZ)]
1041 [DllImport (PangoUtil.LIBQUARTZ)]
1073 [DllImport (PangoUtil.LIBGTK, CallingConvention = CallingConvention.Cdecl)]
1093 [DllImport (PangoUtil.LIBGTK, CallingConvention = CallingConvention.Cdecl)]
1096 [DllImport (PangoUtil.LIBGTK, CallingConvention = CallingConvention.Cdecl)]
[all …]
/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/MonoDevelop.Components/
H A DTabstrip.cs277 layout = PangoUtil.CreateLayout (parent); in Tab()