| Top |
Additional stack pages for a file's properties window can be provided by a NemoPropertyPageProvider. An appropriate parent GtkWidget is created (usually a container type,) along with a label for the stack switcher.
NemoPropertyPage * nemo_property_page_new (const char *name,GtkWidget *label,GtkWidget *page);
Creates a new NemoPropertyPage from page_widget.
“label” property“label” GtkWidget *
Label widget to display in the notebook tab.
Owner: NemoPropertyPage
Flags: Read / Write
“name” property “name” char *
Name of the page.
Owner: NemoPropertyPage
Flags: Read / Write / Construct Only
Default value: NULL
“page” property“page” GtkWidget *
Widget for the property page.
Owner: NemoPropertyPage
Flags: Read / Write