AgsWindow
AgsWindow — The window object.
|
|
Includes
#include <ags/X/ags_window.h>
Description
AgsWindow is a composite toplevel widget.
Functions
AGS_MACHINE_COUNTER()
#define AGS_MACHINE_COUNTER(ptr) ((AgsMachineCounter *)(ptr))
ags_window_find_machine_counter ()
AgsMachineCounter *
ags_window_find_machine_counter (AgsWindow *window,
GType machine_type);
ags_window_increment_machine_counter ()
void
ags_window_increment_machine_counter (AgsWindow *window,
GType machine_type);
ags_window_decrement_machine_counter ()
void
ags_window_decrement_machine_counter (AgsWindow *window,
GType machine_type);
ags_machine_counter_alloc ()
AgsMachineCounter *
ags_machine_counter_alloc (gchar *version,
gchar *build_id,
GType machine_type,
guint initial_value);
ags_window_new ()
AgsWindow *
ags_window_new (GObject *ags_main);
Creates an AgsWindow
Since 0.3
Types and Values
struct AgsMachineCounter
struct AgsMachineCounter {
gchar *version;
gchar *build_id;
GType machine_type;
guint counter;
};