| Criawips Reference Manual | ||||
|---|---|---|---|---|
CriaSlideShow;
CriaSlideShowClass;
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 +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----CriaSlideShow
"presentation" CriaPresentation : Read / Write / Construct "slide" guint : Read / Write / Construct
typedef struct {
GtkWindowClass base_class;
CriaSlide * after_show;
/* signals */
void (*signal) (CriaSlideShow * template,
const gchar * string);
} CriaSlideShowClass;
CriaPresentation* cria_slide_show_get_presentation (CriaSlideShow *self);
self : |
|
| Returns : |
guint cria_slide_show_get_slide (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" property"presentation" CriaPresentation : Read / Write / Construct
The presentation currently shown by this CriaSlideShow.
slide" property"slide" guint : Read / Write / Construct
The slide that's presented in this moment or that we're currently switching to.
Default value: 0