Table of Contents

Class EventControllerFocus

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

Constructors

EventControllerFocus(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

EventControllerFocus(IntPtr, bool)

protected EventControllerFocus(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ContainsFocusPropertyDefinition

public static readonly Property<bool, EventControllerFocus> ContainsFocusPropertyDefinition

Field Value

Property<bool, EventControllerFocus>

EnterSignal

Signal Descriptor for OnEnter.

public static readonly Signal<EventControllerFocus> EnterSignal

Field Value

Signal<EventControllerFocus>

IsFocusPropertyDefinition

public static readonly Property<bool, EventControllerFocus> IsFocusPropertyDefinition

Field Value

Property<bool, EventControllerFocus>

LeaveSignal

Signal Descriptor for OnLeave.

public static readonly Signal<EventControllerFocus> LeaveSignal

Field Value

Signal<EventControllerFocus>

Properties

ContainsFocus

public bool ContainsFocus { get; }

Property Value

bool

IsFocus

public bool IsFocus { get; }

Property Value

bool

Methods

GetContainsFocus()

public bool GetContainsFocus()

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type

GetIsFocus()

public bool GetIsFocus()

Returns

bool

New()

public static EventControllerFocus New()

Returns

EventControllerFocus

Events

OnEnter

public event SignalHandler<EventControllerFocus> OnEnter

Event Type

SignalHandler<EventControllerFocus>

OnLeave

public event SignalHandler<EventControllerFocus> OnLeave

Event Type

SignalHandler<EventControllerFocus>