Gnm.InputMsg

g GObject.Object GObject.Object Gnm.InputMsg Gnm.InputMsg GObject.Object->Gnm.InputMsg

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new (msg, title)

equal (b)

get_msg ()

get_title ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class Gnm.InputMsg(**kwargs)
Bases:

GObject.Object

Abstract:

No

classmethod new(msg, title)
Parameters:
  • msg (str or None) – A message to show

  • title (str or None) – A title to show for the message

Returns:

a ref to new Gnm.InputMsg.

Return type:

Gnm.InputMsg

equal(b)
Parameters:

b (Gnm.InputMsg) –

Return type:

bool

get_msg()
Returns:

The message to show

Return type:

str

get_title()
Returns:

The title of the message to show

Return type:

str