Class WindowProperties
public class WindowProperties
- Inheritance
-
WindowProperties
- Inherited Members
Methods
GetFullscreen(nint)
Calls native method webkit_window_properties_get_fullscreen.
public static extern bool GetFullscreen(nint windowProperties)
Parameters
windowProperties
nintTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
GetGType()
Calls native function webkit_window_properties_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
GetLocationbarVisible(nint)
Calls native method webkit_window_properties_get_locationbar_visible.
public static extern bool GetLocationbarVisible(nint windowProperties)
Parameters
windowProperties
nintTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
GetMenubarVisible(nint)
Calls native method webkit_window_properties_get_menubar_visible.
public static extern bool GetMenubarVisible(nint windowProperties)
Parameters
windowProperties
nintTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
GetResizable(nint)
Calls native method webkit_window_properties_get_resizable.
public static extern bool GetResizable(nint windowProperties)
Parameters
windowProperties
nintTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
GetScrollbarsVisible(nint)
Calls native method webkit_window_properties_get_scrollbars_visible.
public static extern bool GetScrollbarsVisible(nint windowProperties)
Parameters
windowProperties
nintTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
GetStatusbarVisible(nint)
Calls native method webkit_window_properties_get_statusbar_visible.
public static extern bool GetStatusbarVisible(nint windowProperties)
Parameters
windowProperties
nintTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
GetToolbarVisible(nint)
Calls native method webkit_window_properties_get_toolbar_visible.
public static extern bool GetToolbarVisible(nint windowProperties)
Parameters
windowProperties
nintTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False