thunarx.PropertyPage
thunarx.PropertyPage — thunarx.PropertyPage Reference
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. |