![]() |
![]() |
![]() |
Nautilus Extension Reference Manual | ![]() |
---|---|---|---|---|
#define NAUTILUS_PROPERTY_PAGE (obj) NautilusPropertyPageDetails; NautilusPropertyPage; NautilusPropertyPage* nautilus_property_page_new (const char *name, GtkWidget *label, GtkWidget *page);
"label" GtkWidget* : Read / Write "name" gchar* : Read / Write / Construct Only "page" GtkWidget* : Read / Write
#define NAUTILUS_PROPERTY_PAGE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), NAUTILUS_TYPE_PROPERTY_PAGE, NautilusPropertyPage))
|
typedef struct _NautilusPropertyPageDetails NautilusPropertyPageDetails;
NautilusPropertyPage* nautilus_property_page_new (const char *name, GtkWidget *label, GtkWidget *page);
Creates a new NautilusPropertyPage 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 NautilusPropertyPage |