atk.no_op_object

Module for [NoOpObject] class

Types 3

An AtkObject which purports to implement all ATK interfaces.

An AtkNoOpObject is an AtkObject which purports to implement all ATK interfaces. It is the type of AtkObject which is created if an accessible object is requested for an object type for which no factory type is specified.

Methods
GType _gType() @property
NoOpObject self()Returns `this`, for use in `with` statements.
NoOpObjectGidBuilder builder()Get builder for [atk.noopobject.NoOpObject] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)
this(gobject.object.ObjectWrap obj)Provides a default (non-functioning stub) #AtkObject. Application maintainers should not use this method.

Fluent builder for [atk.no_op_object.NoOpObject]

Methods