Top | ![]() |
![]() |
![]() |
![]() |
#define | AGS_MACHINE_COUNTER() |
GList * | ags_window_standard_machine_counter_alloc () |
AgsMachineCounter * | ags_window_find_machine_counter () |
void | ags_window_increment_machine_counter () |
void | ags_window_decrement_machine_counter () |
AgsMachineCounter * | ags_machine_counter_alloc () |
void | ags_window_show_error () |
gboolean | ags_window_load_file_timeout () |
AgsWindow * | ags_window_new () |
#define | AGS_IS_WINDOW() |
#define | AGS_WINDOW() |
#define | AGS_WINDOW_CLASS() |
#define | AGS_WINDOW_GET_CLASS() |
GType | ags_window_get_type () |
enum | AgsWindowFlags |
struct | AgsMachineCounter |
#define | AGS_TYPE_WINDOW |
struct | AgsWindow |
struct | AgsWindowClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── AgsWindow
AgsWindow is a composite toplevel widget. It contains the menubar, the machine rack and the notation editor.
GList * ags_window_standard_machine_counter_alloc ();
Keep track of count of machines. Allocates a GList of well known machines.
Since: 2.0.0
AgsMachineCounter * ags_window_find_machine_counter (AgsWindow *window
,GType machine_type
);
Keep track of count of machines. Lookup window's counter.
Since: 2.0.0
void ags_window_increment_machine_counter (AgsWindow *window
,GType machine_type
);
Keep track of count of machines. Increment window's counter.
Since: 2.0.0
void ags_window_decrement_machine_counter (AgsWindow *window
,GType machine_type
);
Keep track of count of machines. Decrement window's counter.
Since: 2.0.0
AgsMachineCounter * ags_machine_counter_alloc (gchar *version
,gchar *build_id
,GType machine_type
,guint initial_value
);
Keep track of count of machines.
version |
the machine's version |
|
build_id |
the machine's build id |
|
machine_type |
the machine type |
|
initial_value |
initialize counter |
Since: 2.0.0
gboolean
ags_window_load_file_timeout (AgsWindow *window
);
Load file.
Since: 2.0.0
AgsWindow *
ags_window_new (GObject *application_context
);
Creates an AgsWindow
Since: 2.0.0
#define AGS_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_WINDOW, AgsWindow))
#define AGS_WINDOW_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_WINDOW, AgsWindowClass))
#define AGS_WINDOW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_WINDOW, AgsWindowClass))