Nemo.PropertyPage

g GObject.Object GObject.Object Nemo.PropertyPage Nemo.PropertyPage GObject.Object->Nemo.PropertyPage

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new (name, label, page)

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Name

Type

Flags

Short Description

label

Gtk.Widget

r/w

Label widget to display in the notebook tab

name

str

r/w/co

Name of the page

page

Gtk.Widget

r/w

Widget for the property page

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class Nemo.PropertyPage(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

Nemo.PropertyPageClass

classmethod new(name, label, page)
Parameters:
  • name (str) – the identifier for the property page

  • label (Gtk.Widget) – the user-visible label of the property page

  • page (Gtk.Widget) – the property page to display

Returns:

a newly created Nemo.PropertyPage

Return type:

Nemo.PropertyPage

Creates a new Nemo.PropertyPage from page_widget.

Property Details

Nemo.PropertyPage.props.label
Name:

label

Type:

Gtk.Widget

Default Value:

None

Flags:

READABLE, WRITABLE

Label widget to display in the notebook tab

Nemo.PropertyPage.props.name
Name:

name

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

Name of the page

Nemo.PropertyPage.props.page
Name:

page

Type:

Gtk.Widget

Default Value:

None

Flags:

READABLE, WRITABLE

Widget for the property page