Top | ![]() |
![]() |
![]() |
![]() |
NautilusPropertyPage is an object that describes a page in the file
properties dialog. Extensions can provide NautilusPropertyPage objects
by registering a NautilusPropertyPageProvider and returning them from
nautilus_property_page_provider_get_pages()
, which will be called by the
main application when creating file properties dialogs.
NautilusPropertyPage * nautilus_property_page_new (const char *name
,GtkWidget *label
,GtkWidget *page
);
“label”
property“label” GtkWidget *
Label widget to display in the notebook tab.
Owner: NautilusPropertyPage
Flags: Read / Write
“name”
property “name” char *
Name of the page.
Owner: NautilusPropertyPage
Flags: Read / Write / Construct Only
Default value: NULL
“page”
property“page” GtkWidget *
Widget for the property page.
Owner: NautilusPropertyPage
Flags: Read / Write