| Top |
Functions
|
|
ags_machine_selection_set_edit () |
|
|
ags_machine_selection_get_radio_button () |
|
|
ags_machine_selection_add_radio_button () |
|
|
ags_machine_selection_remove_radio_button () |
|
|
ags_machine_selection_load_defaults () |
| AgsMachineSelection * | ags_machine_selection_new () |
| #define | AGS_IS_MACHINE_SELECTION() |
| #define | AGS_IS_MACHINE_SELECTION_CLASS() |
| #define | AGS_MACHINE_SELECTION() |
| #define | AGS_MACHINE_SELECTION_CLASS() |
| #define | AGS_MACHINE_SELECTION_GET_CLASS() |
|
|
ags_machine_selection_get_type () |
Types and Values
| #define | AGS_MACHINE_SELECTION_INDEX |
| enum | AgsMachineSelectionEdit |
| #define | AGS_TYPE_MACHINE_SELECTION |
| struct | AgsMachineSelection |
| struct | AgsMachineSelectionClass |
Object Hierarchy
GObject ╰──GInitiallyUnowned ╰──GtkWidget ╰──GtkWindow ╰──GtkDialog ╰── AgsMachineSelection
Implemented Interfaces
AgsMachineSelection implements
Functions
ags_machine_selection_set_edit ()
void ags_machine_selection_set_edit (AgsMachineSelection *machine_selection,);guint edit
ags_machine_selection_get_radio_button ()
GList * ags_machine_selection_get_radio_button (AgsMachineSelection *machine_selection);
Get radio button of machine_selection
.
Since:
ags_machine_selection_add_radio_button ()
void ags_machine_selection_add_radio_button (AgsMachineSelection *machine_selection,);GtkCheckButton *radio_button
ags_machine_selection_remove_radio_button ()
void ags_machine_selection_remove_radio_button (AgsMachineSelection *machine_selection,);GtkCheckButton *radio_button
ags_machine_selection_load_defaults ()
void ags_machine_selection_load_defaults (AgsMachineSelection *machine_selection);
ags_machine_selection_new ()
AgsMachineSelection *
ags_machine_selection_new (AgsWindow *window);
Create a new AgsMachineSelection.
Since:
AGS_IS_MACHINE_SELECTION()
#define AGS_IS_MACHINE_SELECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MACHINE_SELECTION))
AGS_IS_MACHINE_SELECTION_CLASS()
#define AGS_IS_MACHINE_SELECTION_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MACHINE_SELECTION))
AGS_MACHINE_SELECTION()
#define AGS_MACHINE_SELECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MACHINE_SELECTION, AgsMachineSelection))
AGS_MACHINE_SELECTION_CLASS()
#define AGS_MACHINE_SELECTION_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MACHINE_SELECTION, AgsMachineSelectionClass))
AGS_MACHINE_SELECTION_GET_CLASS()
#define AGS_MACHINE_SELECTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_MACHINE_SELECTION, AgsMachineSelectionClass))