![]() | ![]() | ![]() | Criawips Reference Manual | ![]() |
---|
slide-properties-dialog —
struct CriaSlidePropertiesDialog; struct CriaSlidePropertiesDialogClass; struct CriaSlidePropertiesDialogPrivate; CriaSlide* cria_slide_properties_dialog_get_slide (CriaSlidePropertiesDialog *self); GtkWidget* cria_slide_properties_dialog_new (CriaSlide *slide); void cria_slide_properties_dialog_set_slide (CriaSlidePropertiesDialog *self, CriaSlide *slide);
GObject +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----CriaSlidePropertiesDialog
struct CriaSlidePropertiesDialogClass { GtkDialogClass base_class; };
CriaSlide* cria_slide_properties_dialog_get_slide (CriaSlidePropertiesDialog *self);
Get the slide displayed by self.
self : | a CriaSlidePropertiesDialog |
Returns : | the slide displayed by self. |
GtkWidget* cria_slide_properties_dialog_new (CriaSlide *slide);
Creates a new slide property dialog connected to slide.
slide : | a CriaSlide |
Returns : | a new slide property dialog. |
void cria_slide_properties_dialog_set_slide (CriaSlidePropertiesDialog *self, CriaSlide *slide);
Set the slide to be displayed in this properties dialog.
self : | a CriaSlidePropertiesDialog |
slide : | a CriaSlide |
<< CriaSlideShow | CriaSlideView >> |