BtPatternPropertiesDialog

BtPatternPropertiesDialog — pattern settings

Synopsis


#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);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkWindow
                                       +----GtkDialog
                                             +----BtPatternPropertiesDialog

Implemented Interfaces

BtPatternPropertiesDialog implements AtkImplementorIface and GtkBuildable.

Properties

  "app"                      BtEditApplication*    : Read / Write / Construct Only
  "pattern"                  BtPattern*            : Read / Write / Construct Only

Description

A dialog to (re)configure a BtPattern.

Details

BtPatternPropertiesDialog

typedef struct _BtPatternPropertiesDialog BtPatternPropertiesDialog;

the pattern settings dialog


bt_pattern_properties_dialog_new ()

BtPatternPropertiesDialog * bt_pattern_properties_dialog_new
                                                        (const BtEditApplication *app,
                                                         const BtPattern *pattern);

Create a new instance

app :

the application the dialog belongs to

pattern :

the pattern for which to create the dialog for

Returns :

the new instance or NULL in case of an error

bt_pattern_properties_dialog_apply ()

void                bt_pattern_properties_dialog_apply  (const BtPatternPropertiesDialog *self);

Makes the dialog settings effective.

self :

the dialog which settings to apply

Property Details

The "app" property

  "app"                      BtEditApplication*    : Read / Write / Construct Only

Set application object, the dialog belongs to.


The "pattern" property

  "pattern"                  BtPattern*            : Read / Write / Construct Only

Set pattern object, the dialog handles.