Atk.NoOpObject

g Atk.Action Atk.Action Atk.NoOpObject Atk.NoOpObject Atk.Action->Atk.NoOpObject Atk.Component Atk.Component Atk.Component->Atk.NoOpObject Atk.Document Atk.Document Atk.Document->Atk.NoOpObject Atk.EditableText Atk.EditableText Atk.EditableText->Atk.NoOpObject Atk.Hypertext Atk.Hypertext Atk.Hypertext->Atk.NoOpObject Atk.Image Atk.Image Atk.Image->Atk.NoOpObject Atk.Object Atk.Object Atk.Object->Atk.NoOpObject Atk.Selection Atk.Selection Atk.Selection->Atk.NoOpObject Atk.Table Atk.Table Atk.Table->Atk.NoOpObject Atk.TableCell Atk.TableCell Atk.TableCell->Atk.NoOpObject Atk.Text Atk.Text Atk.Text->Atk.NoOpObject Atk.Value Atk.Value Atk.Value->Atk.NoOpObject Atk.Window Atk.Window Atk.Window->Atk.NoOpObject GObject.GInterface GObject.GInterface GObject.GInterface->Atk.Action GObject.GInterface->Atk.Component GObject.GInterface->Atk.Document GObject.GInterface->Atk.EditableText GObject.GInterface->Atk.Hypertext GObject.GInterface->Atk.Image GObject.GInterface->Atk.Selection GObject.GInterface->Atk.Table GObject.GInterface->Atk.TableCell GObject.GInterface->Atk.Text GObject.GInterface->Atk.Value GObject.GInterface->Atk.Window GObject.Object GObject.Object GObject.Object->Atk.Object

Subclasses:

None

Methods

Inherited:

Atk.Object (25), GObject.Object (37), Atk.Action (7), Atk.Component (15), Atk.Document (8), Atk.EditableText (7), Atk.Hypertext (3), Atk.Image (5), Atk.Selection (7), Atk.Table (29), Atk.TableCell (7), Atk.Text (23), Atk.Value (10)

Structs:

GObject.ObjectClass (5)

class

new (obj)

Virtual Methods

Inherited:

Atk.Object (24), GObject.Object (7), Atk.Action (7), Atk.Component (16), Atk.Document (8), Atk.EditableText (7), Atk.Hypertext (4), Atk.Image (5), Atk.Selection (8), Atk.Table (36), Atk.TableCell (7), Atk.Text (26), Atk.Value (10)

Properties

Inherited:

Atk.Object (15)

Signals

Inherited:

Atk.Object (8), GObject.Object (1), Atk.Component (1), Atk.Document (4), Atk.Hypertext (1), Atk.Selection (1), Atk.Table (7), Atk.Text (6), Atk.Value (1), Atk.Window (9)

Fields

Inherited:

Atk.Object (8), GObject.Object (1), Atk.Component (1), Atk.Document (4), Atk.Hypertext (1), Atk.Selection (1), Atk.Table (7), Atk.Text (6), Atk.Value (1), Atk.Window (9)

Name

Type

Access

Description

parent

Atk.Object

r

Class Details

class Atk.NoOpObject(**kwargs)
Bases:

Atk.Object, Atk.Action, Atk.Component, Atk.Document, Atk.EditableText, Atk.Hypertext, Atk.Image, Atk.Selection, Atk.Table, Atk.TableCell, Atk.Text, Atk.Value, Atk.Window

Abstract:

No

Structure:

Atk.NoOpObjectClass

An Atk.Object which purports to implement all ATK interfaces.

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

classmethod new(obj)[source]
Parameters:

obj (GObject.Object) – a GObject.Object

Returns:

a default (non-functioning stub) Atk.Object

Return type:

Atk.Object

Provides a default (non-functioning stub) Atk.Object. Application maintainers should not use this method.