NemoPropertyPage
NemoPropertyPage — A widget that can display additional info about a file.
|
|
Object Hierarchy
GObject
╰── NemoPropertyPage
Description
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.
Types and Values
NemoPropertyPage
typedef struct _NemoPropertyPage NemoPropertyPage;
Property Details
The “label”
property
“label” GtkWidget *
Label widget to display in the notebook tab.
Flags: Read / Write
The “name”
property
“name” gchar *
Name of the page.
Flags: Read / Write / Construct Only
Default value: NULL
The “page”
property
“page” GtkWidget *
Widget for the property page.
Flags: Read / Write