![]() |
![]() |
![]() |
libgnome-control-center Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
CcPanel; CcPanelClass; const gchar* cc_panel_get_id (CcPanel *panel
); CcShell* cc_panel_get_shell (CcPanel *panel
); const gchar* cc_panel_get_display_name (CcPanel *panel
); void cc_panel_set_display_name (CcPanel *panel
,const gchar *display_name
); gboolean cc_panel_get_active (CcPanel *panel
); void cc_panel_set_active (CcPanel *panel
,gboolean is_active
);
CcPanel is an abstract class used to implement panels for the shell. A panel contains a collection of related settings that are displayed within the shell window.
typedef struct { } CcPanel;
The contents of this struct are private should not be accessed directly.
typedef struct { } CcPanelClass;
The contents of this struct are private should not be accessed directly.
const gchar* cc_panel_get_id (CcPanel *panel
);
Get the value of the "id" property
|
A CcPanel |
Returns : |
value of the id property, owned by the panel |
CcShell* cc_panel_get_shell (CcPanel *panel
);
Get the shell that the panel resides in
const gchar* cc_panel_get_display_name (CcPanel *panel
);
Get the value of the "display-name" property.
|
A CcPanel |
Returns : |
the display name, owned by the panel |
void cc_panel_set_display_name (CcPanel *panel
,const gchar *display_name
);
Set the value of the "display-name" property.
|
A CcPanel |
|
Display name of the panel |
gboolean cc_panel_get_active (CcPanel *panel
);
Get the current value of the "active" property
|
A CcPanel |
Returns : |
TRUE if the panel is marked as active |