Table of Contents

Class MountOperation

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class MountOperation : MountOperation, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
MountOperation
Implements
Inherited Members

Constructors

MountOperation(bool, params ConstructArgument[])

protected MountOperation(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

MountOperation(IntPtr, bool)

protected MountOperation(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

DisplayPropertyDefinition

public static readonly Property<Display?, MountOperation> DisplayPropertyDefinition

Field Value

Property<Display, MountOperation>

IsShowingPropertyDefinition

public static readonly Property<bool, MountOperation> IsShowingPropertyDefinition

Field Value

Property<bool, MountOperation>

ParentPropertyDefinition

public static readonly Property<Window?, MountOperation> ParentPropertyDefinition

Field Value

Property<Window, MountOperation>

Properties

Display

public Display? Display { get; set; }

Property Value

Display

IsShowing

public bool IsShowing { get; }

Property Value

bool

Parent

public Window? Parent { get; set; }

Property Value

Window

Methods

GetDisplay()

public Display GetDisplay()

Returns

Display

GetGType()

public static Type GetGType()

Returns

Type

GetIsShowing()

public bool GetIsShowing()

Returns

bool

GetParent()

public Window? GetParent()

Returns

Window

New(Window?)

public static MountOperation New(Window? parent)

Parameters

parent Window

Returns

MountOperation

SetDisplay(Display)

public void SetDisplay(Display display)

Parameters

display Display

SetParent(Window?)

public void SetParent(Window? parent)

Parameters

parent Window