StringObject

class StringObject(**properties: Any)

Superclasses: Object

Constructors:

StringObject(**properties)
new(string:str) -> Gtk.StringObject

Constructors

class StringObject
classmethod new(string: str) StringObject

Wraps a string in an object for use with GListModel.

Parameters:

string – The string to wrap

Methods

class StringObject
get_string() str

Returns the string contained in a GtkStringObject.

Properties

class StringObject
props.string: str

The string.