![]() |
![]() |
![]() |
Criawips Reference Manual | ![]() |
---|---|---|---|---|
CriaPresentationPropertiesDialog; CriaPresentationPropertiesDialogClass; CriaPresentationPropertiesDialogPrivate; CriaPresentation* cria_presentation_properties_dialog_get_presentation (CriaPresentationPropertiesDialog *self); GtkWidget* cria_presentation_properties_dialog_new (CriaPresentation *presentation); void cria_presentation_properties_dialog_set_presentation (CriaPresentationPropertiesDialog *self, CriaPresentation *presentation);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----CriaPresentationPropertiesDialog
typedef struct _CriaPresentationPropertiesDialog CriaPresentationPropertiesDialog;
typedef struct { GtkDialogClass base_class; /* signals */ /*void (*signal) (CriaPresentationPropertiesDialog * self, const gchar * string);*/ } CriaPresentationPropertiesDialogClass;
typedef struct _CriaPresentationPropertiesDialogPrivate CriaPresentationPropertiesDialogPrivate;
CriaPresentation* cria_presentation_properties_dialog_get_presentation (CriaPresentationPropertiesDialog *self);
self : |
|
Returns : |
GtkWidget* cria_presentation_properties_dialog_new (CriaPresentation *presentation);
presentation : |
|
Returns : |
void cria_presentation_properties_dialog_set_presentation (CriaPresentationPropertiesDialog *self, CriaPresentation *presentation);
self : |
|
presentation : |
presentation
" property"presentation" CriaPresentation : Read / Write / Construct
The Presentation that's being edited with this dialog.