AgsInlinePlayer
AgsInlinePlayer
|
|
Object Hierarchy
GObject
╰── GInitiallyUnowned
╰── GtkObject
╰── GtkWidget
╰── GtkContainer
╰── GtkBox
╰── GtkVBox
╰── AgsInlinePlayer
Implemented Interfaces
AgsInlinePlayer implements
AtkImplementorIface, GtkBuildable, GtkOrientable and AgsConnectable.
Functions
AGS_INLINE_PLAYER()
#define AGS_INLINE_PLAYER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_INLINE_PLAYER, AgsInlinePlayer))
AGS_INLINE_PLAYER_CLASS()
#define AGS_INLINE_PLAYER_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_INLINE_PLAYER, AgsInlinePlayerClass))
AGS_INLINE_PLAYER_GET_CLASS()
#define AGS_INLINE_PLAYER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_INLINE_PLAYER, AgsInlinePlayerClass))
AGS_IS_INLINE_PLAYER()
#define AGS_IS_INLINE_PLAYER(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_INLINE_PLAYER))
ags_inline_player_get_type ()
GType
ags_inline_player_get_type ();
Types and Values
AGS_TYPE_INLINE_PLAYER
#define AGS_TYPE_INLINE_PLAYER (ags_inline_player_get_type ())
struct AgsInlinePlayer
struct AgsInlinePlayer;
struct AgsInlinePlayerClass
struct AgsInlinePlayerClass {
GtkHBoxClass vbox;
};
Property Details
The “playable”
property
“playable” GObject *
The AgsPlayable to use within the AgsInlinePlayer.
Flags: Read / Write