Top | ![]() |
![]() |
![]() |
![]() |
Functions
Object Hierarchy
GObject ╰──GInitiallyUnowned ╰──GtkWidget ╰──GtkWindow ╰──GtkDialog ╰── AgsPositionNotationCursorDialog
Implemented Interfaces
AgsPositionNotationCursorDialog implements
Functions
ags_position_notation_cursor_dialog_new ()
AgsPositionNotationCursorDialog * ags_position_notation_cursor_dialog_new ();
Create a new AgsPositionNotationCursorDialog.
Since:
AGS_IS_POSITION_NOTATION_CURSOR_DIALOG()
#define AGS_IS_POSITION_NOTATION_CURSOR_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_POSITION_NOTATION_CURSOR_DIALOG))
AGS_IS_POSITION_NOTATION_CURSOR_DIALOG_CLASS()
#define AGS_IS_POSITION_NOTATION_CURSOR_DIALOG_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_POSITION_NOTATION_CURSOR_DIALOG))
AGS_POSITION_NOTATION_CURSOR_DIALOG()
#define AGS_POSITION_NOTATION_CURSOR_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_POSITION_NOTATION_CURSOR_DIALOG, AgsPositionNotationCursorDialog))
AGS_POSITION_NOTATION_CURSOR_DIALOG_CLASS()
#define AGS_POSITION_NOTATION_CURSOR_DIALOG_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_POSITION_NOTATION_CURSOR_DIALOG, AgsPositionNotationCursorDialogClass))
AGS_POSITION_NOTATION_CURSOR_DIALOG_GET_CLASS()
#define AGS_POSITION_NOTATION_CURSOR_DIALOG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_POSITION_NOTATION_CURSOR_DIALOG, AgsPositionNotationCursorDialogClass))