CriaSlideShow

CriaSlideShow —

Synopsis




            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);

Object Hierarchy


  GObject
   +----GtkObject
         +----GtkWidget
               +----GtkContainer
                     +----GtkBin
                           +----GtkWindow
                                 +----CriaSlideShow

Implemented Interfaces

CriaSlideShow implements AtkImplementorIface.

Properties


  "presentation"         CriaPresentation      : Read / Write / Construct
  "slide"                guint                 : Read / Write / Construct

Description

Details

CriaSlideShow

typedef struct _CriaSlideShow CriaSlideShow;


CriaSlideShowClass

typedef struct {
	GtkWindowClass		  base_class;
	CriaSlide		* after_show;

	/* signals */
	void (*signal)	       (CriaSlideShow	* template,
				const	gchar	* string);
} CriaSlideShowClass;


CriaSlideShowPrivate

typedef struct _CriaSlideShowPrivate CriaSlideShowPrivate;


cria_slide_show_get_presentation ()

CriaPresentation* cria_slide_show_get_presentation
                                            (CriaSlideShow *self);

self :
Returns :

cria_slide_show_get_slide ()

guint       cria_slide_show_get_slide       (CriaSlideShow *self);

self :
Returns :

cria_slide_show_new ()

GtkWidget*  cria_slide_show_new             (CriaPresentation *presentation);

presentation :
Returns :

cria_slide_show_set_presentation ()

void        cria_slide_show_set_presentation
                                            (CriaSlideShow *self,
                                             CriaPresentation *presentation);

self :
presentation :

cria_slide_show_set_slide ()

void        cria_slide_show_set_slide       (CriaSlideShow *self,
                                             guint slide);

self :
slide :

Properties

The "presentation" property

  "presentation"         CriaPresentation      : Read / Write / Construct

The presentation currently shown by this CriaSlideShow.


The "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