thunarx.PropertyPage

thunarx.PropertyPage — thunarx.PropertyPage Reference

Synopsis

class thunarx.PropertyPage(gobject.GObject):
    thunarx.PropertyPage(label)
thunarx.PropertyPage(label_widget)
def get_label()
def set_label(label)
def get_label_widget()
def set_label_widget(label_widget)

Ancestry

+-- gobject.GObject
    +-- thunarx.PropertyPage

Description

A thunarx.PropertyPage object is returned by thunarx.PropertyPageProvider extensions.

Properties

"label"The label displayed in the notebook tab.Read-Write
"label-widget"The label widget displayed in the notebook tab. Default value: NoneRead-Write

Constructor

    thunarx.PropertyPage(label)

label :

the user-visible label for the property page

Creates a new thunarx.PropertyPage object.

Constructor

    thunarx.PropertyPage(label_widget)

label_widget :

the user-visible label widget for the property page

Creates a new thunarx.PropertyPage object.

Public Methods

thunarx.FileInfo.get_label

    def get_label()

Returns :

the text in the label or NULL

thunarx.FileInfo.set_label

    def set_label()

Returns :

Sets the text of the label.

thunarx.FileInfo.get_label_widget

    def get_label_widget()

Returns :

Returns the label widget for the property_page.

thunarx.FileInfo.set_label_widget

    def set_label_widget()

Returns :

Sets the label widget for the property_page. This is the widget that will appear in the notebook header for the property_page.