AgsPanel
AgsPanel — panel
|
|
Description
The AgsPanel is a composite widget to act as panel.
Details
struct AgsPanel
struct AgsPanel {
AgsMachine machine;
gchar *name;
gchar *xml_type;
GtkVBox *vbox;
};
struct AgsPanelClass
struct AgsPanelClass {
AgsMachineClass machine;
};
ags_panel_new ()
AgsPanel * ags_panel_new ();
Creates an AgsPanel
devout :
|
the assigned devout. |
Returns : |
a new AgsPanel
|
Since 0.3