Atk.NoOpObject¶
- Subclasses:
None
Methods¶
- Inherited:
Atk.Object (27), GObject.Object (37), Atk.Action (7), Atk.Component (15), Atk.Document (10), 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:
class |
|
Virtual Methods¶
Properties¶
- Inherited:
Signals¶
Fields¶
- Inherited:
Atk.Object (9), GObject.Object (1), Atk.Component (1), Atk.Document (5), Atk.Hypertext (1), Atk.Selection (1), Atk.Table (7), Atk.Text (6), Atk.Value (1), Atk.Window (9)
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
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:
An
Atk.Objectwhich purports to implement all ATK interfaces.An
Atk.NoOpObjectis anAtk.Objectwhich purports to implement all ATK interfaces. It is the type ofAtk.Objectwhich 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) – aGObject.Object- Returns:
a default (non-functioning stub)
Atk.Object- Return type:
Provides a default (non-functioning stub)
Atk.Object. Application maintainers should not use this method.