AgsAnimationWindow

AgsAnimationWindow

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkWindow
                        ╰── AgsAnimationWindow

Implemented Interfaces

AgsAnimationWindow implements AtkImplementorIface and GtkBuildable.

Description

Functions

ags_animation_window_progress_timeout ()

gboolean
ags_animation_window_progress_timeout (AgsAnimationWindow *animation_window);

ags_animation_window_new ()

AgsAnimationWindow *
ags_animation_window_new ();

Creates an AgsAnimationWindow

Returns

a new AgsAnimationWindow

Since: 3.0.0


AGS_ANIMATION_WINDOW()

#define AGS_ANIMATION_WINDOW(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ANIMATION_WINDOW, AgsAnimationWindow))

AGS_ANIMATION_WINDOW_CLASS()

#define AGS_ANIMATION_WINDOW_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ANIMATION_WINDOW, AgsAnimationWindowClass))

AGS_ANIMATION_WINDOW_GET_CLASS()

#define AGS_ANIMATION_WINDOW_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_ANIMATION_WINDOW, AgsAnimationWindowClass))

AGS_IS_ANIMATION_WINDOW()

#define AGS_IS_ANIMATION_WINDOW(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_ANIMATION_WINDOW))

AGS_IS_ANIMATION_WINDOW_CLASS()

#define AGS_IS_ANIMATION_WINDOW_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_ANIMATION_WINDOW))

ags_animation_window_get_type ()

GType
ags_animation_window_get_type (void);

Types and Values

AGS_TYPE_ANIMATION_WINDOW

#define AGS_TYPE_ANIMATION_WINDOW                (ags_animation_window_get_type())

struct AgsAnimationWindow

struct AgsAnimationWindow;

struct AgsAnimationWindowClass

struct AgsAnimationWindowClass {
  GtkWindowClass window;
};