Class Map
public class Map
- Inheritance
-
Map
- Inherited Members
Methods
GetGType()
Calls native function gtk_source_map_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
GetView(IntPtr)
Calls native method gtk_source_map_get_view.
public static extern IntPtr GetView(IntPtr map)
Parameters
map
IntPtrTransfer ownership: None Nullable: False
Returns
- IntPtr
Transfer ownership: None Nullable: True
New()
Calls native constructor gtk_source_map_new.
public static extern IntPtr New()
Returns
- IntPtr
Transfer ownership: None Nullable: False
SetView(IntPtr, IntPtr)
Calls native method gtk_source_map_set_view.
public static extern void SetView(IntPtr map, IntPtr view)