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