![]() | ![]() | ![]() | Criawips Reference Manual | ![]() |
---|
CriaPresentationPropertiesDialog —
struct CriaPresentationPropertiesDialog; struct CriaPresentationPropertiesDialogClass; struct 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 +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----CriaPresentationPropertiesDialog
struct CriaPresentationPropertiesDialogClass { GtkDialogClass base_class; /* signals */ /*void (*signal) (CriaPresentationPropertiesDialog * self, const gchar * string);*/ };
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" (CriaPresentation : Read / Write / Construct) | The Presentation that's being edited with this dialog. |
<< CriaIPresentationView | CriaRenderer >> |