![]() | ![]() | ![]() | Criawips Reference Manual | ![]() |
---|
CriaSlideShow —
struct CriaSlideShow; struct CriaSlideShowClass; struct CriaSlideShowPrivate; CriaPresentation* cria_slide_show_get_presentation (CriaSlideShow *self); guint cria_slide_show_get_slide (CriaSlideShow *self); GtkWidget* cria_slide_show_new (CriaPresentation *presentation); void cria_slide_show_set_presentation (CriaSlideShow *self, CriaPresentation *presentation); void cria_slide_show_set_slide (CriaSlideShow *self, guint slide);
GObject +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----CriaSlideShow
"presentation" CriaPresentation : Read / Write / Construct "slide" guint : Read / Write / Construct
struct CriaSlideShowClass { GtkWindowClass base_class; CriaSlide * after_show; /* signals */ void (*signal) (CriaSlideShow * template, const gchar * string); };
CriaPresentation* cria_slide_show_get_presentation (CriaSlideShow *self);
self : | |
Returns : |
GtkWidget* cria_slide_show_new (CriaPresentation *presentation);
presentation : | |
Returns : |
void cria_slide_show_set_presentation (CriaSlideShow *self, CriaPresentation *presentation);
self : | |
presentation : |
void cria_slide_show_set_slide (CriaSlideShow *self, guint slide);
self : | |
slide : |
"presentation" (CriaPresentation : Read / Write / Construct) | The presentation currently shown by this CriaSlideShow. |
"slide" (guint : Read / Write / Construct) | The slide that's presented in this moment or that we're currently switching to. |
<< CriaSlideList | slide-properties-dialog >> |