NemoPropertyPage

NemoPropertyPage

Synopsis

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

Object Hierarchy

  GObject
   +----NemoPropertyPage

Properties

  "label"                    GtkWidget*            : Read / Write
  "name"                     gchar*                : Read / Write / Construct Only
  "page"                     GtkWidget*            : Read / Write

Description

Details

NemoPropertyPageDetails

typedef struct _NemoPropertyPageDetails NemoPropertyPageDetails;


struct NemoPropertyPage

struct NemoPropertyPage;


nemo_property_page_new ()

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

Creates a new NemoPropertyPage from page_widget.

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

Property Details

The "label" property

  "label"                    GtkWidget*            : Read / Write

Label widget to display in the notebook tab.


The "name" property

  "name"                     gchar*                : Read / Write / Construct Only

Name of the page.

Default value: NULL


The "page" property

  "page"                     GtkWidget*            : Read / Write

Widget for the property page.