| Top |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkBin
╰── GtkWindow
╰── GtkDialog
╰── BtPatternPropertiesDialog
BtPatternPropertiesDialog *
bt_pattern_properties_dialog_new (const BtPattern *pattern);
Create a new instance
void
bt_pattern_properties_dialog_apply (const BtPatternPropertiesDialog *self);
Makes the dialog settings effective.
“length” property “length” gulong
length of the pattern in ticks.
Owner: BtPatternPropertiesDialog
Flags: Read
Allowed values: >= 1
“name” property “name” gchar *
the display-name of the pattern.
Owner: BtPatternPropertiesDialog
Flags: Read
Default value: "unamed"
“pattern” property“pattern” BtPattern *
Set pattern object, the dialog handles.
Owner: BtPatternPropertiesDialog
Flags: Write / Construct Only