Top | ![]() |
![]() |
![]() |
![]() |
void | ags_envelope_info_plot () |
AgsEnvelopeInfo * | ags_envelope_info_new () |
#define | AGS_ENVELOPE_INFO() |
#define | AGS_ENVELOPE_INFO_CLASS() |
#define | AGS_ENVELOPE_INFO_GET_CLASS() |
#define | AGS_IS_ENVELOPE_INFO() |
GType | ags_envelope_info_get_type () |
#define | AGS_ENVELOPE_INFO_DEFAULT_VERSION |
#define | AGS_ENVELOPE_INFO_DEFAULT_BUILD_ID |
enum | AgsEnvelopeInfoFlags |
enum | AgsEnvelopeInfoColumn |
#define | AGS_TYPE_ENVELOPE_INFO |
struct | AgsEnvelopeInfo |
struct | AgsEnvelopeInfoClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsEnvelopeInfo
AgsEnvelopeInfo implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.
void
ags_envelope_info_plot (AgsEnvelopeInfo *envelope_info
);
Plot envelope.
Since: 2.0.0
AgsEnvelopeInfo * ags_envelope_info_new ();
Create a new instance of AgsEnvelopeInfo
Since: 2.0.0
#define AGS_ENVELOPE_INFO(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ENVELOPE_INFO, AgsEnvelopeInfo))
#define AGS_ENVELOPE_INFO_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ENVELOPE_INFO, AgsEnvelopeInfoClass))
#define AGS_ENVELOPE_INFO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_ENVELOPE_INFO, AgsEnvelopeInfoClass))
#define AGS_IS_ENVELOPE_INFO(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_ENVELOPE_INFO))