Gtk.StringObject¶
class — extends GObject.Object
The type of items in a GtkStringList.
A GtkStringObject is a wrapper around a const char*; it has
a StringObject.string property that can be used
for property bindings and expressions.
Constructors¶
new¶
Wraps a string in an object for use with GListModel.
Parameters:
string— The string to wrap
Methods¶
get_string¶
Returns the string contained in a GtkStringObject.
Properties¶
string¶
The string.