NemoPropertyPage

NemoPropertyPage

Functions

Types and Values

Description

Functions

nemo_property_page_new ()

NemoPropertyPage *
nemo_property_page_new (const char *name,
                        GtkWidget *label,
                        GtkWidget *page);

Creates a new NemoPropertyPage from page_widget.

Parameters

name

the identifier for the property page

 

label

the user-visible label of the property page

 

page

the property page to display

 

Returns

a newly created NemoPropertyPage

Types and Values

NemoPropertyPageDetails

typedef struct _NemoPropertyPageDetails NemoPropertyPageDetails;

struct NemoPropertyPage

struct NemoPropertyPage {
	GObject parent;

	NemoPropertyPageDetails *details;
};