|  |  |  | Caja Extension Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
CajaPropertyPageDetails; CajaPropertyPage; CajaPropertyPage * caja_property_page_new (const char *name,GtkWidget *label,GtkWidget *page);
"label" GtkWidget* : Read / Write "name" gchar* : Read / Write / Construct Only "page" GtkWidget* : Read / Write
CajaPropertyPage * caja_property_page_new (const char *name,GtkWidget *label,GtkWidget *page);
Creates a new CajaPropertyPage from page_widget.
| 
 | the identifier for the property page | 
| 
 | the user-visible label of the property page | 
| 
 | the property page to display | 
| Returns : | a newly created CajaPropertyPage | 
"name" property"name" gchar* : Read / Write / Construct Only
Name of the page.
Default value: NULL