Thunarx.PropertyPage

Thunarx.PropertyPage — Thunarx.PropertyPage Reference

Synopsis

 Thunarx.PropertyPage extends, GObject.GObject {
  Thunarx.PropertyPage(label);
  Thunarx.PropertyPage(label_widget);
  get_label();
  set_label(label);
  get_label_widget();
  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: None Read-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

get_label();

Returns :

the text in the label or NULL

Thunarx.FileInfo.set_label

set_label();

Returns :

Sets the text of the label.

Thunarx.FileInfo.get_label_widget

get_label_widget();

Returns :

Returns the label widget for the property_page.

Thunarx.FileInfo.set_label_widget

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.