| Buzztard Bt-Edit Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
#include "bt-edit.h"
BtPatternPropertiesDialog;
BtPatternPropertiesDialog * bt_pattern_properties_dialog_new
(const BtPattern *pattern);
void bt_pattern_properties_dialog_apply (const BtPatternPropertiesDialog *self);
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkWindow
+----GtkDialog
+----BtPatternPropertiesDialog
typedef struct _BtPatternPropertiesDialog BtPatternPropertiesDialog;
the pattern settings dialog
BtPatternPropertiesDialog * bt_pattern_properties_dialog_new
(const BtPattern *pattern);
Create a new instance
|
the pattern for which to create the dialog for |
Returns : |
the new instance |
void bt_pattern_properties_dialog_apply (const BtPatternPropertiesDialog *self);
Makes the dialog settings effective.
|
the dialog which settings to apply |
"pattern" property"pattern" BtPattern* : Write / Construct Only
Set pattern object, the dialog handles.