slide-properties-dialog

slide-properties-dialog —

Synopsis




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

Object Hierarchy


  GObject
   +----GtkObject
         +----GtkWidget
               +----GtkContainer
                     +----GtkBin
                           +----GtkWindow
                                 +----GtkDialog
                                       +----CriaSlidePropertiesDialog

Implemented Interfaces

CriaSlidePropertiesDialog implements AtkImplementorIface and CriaSlideView.

Description

Details

struct CriaSlidePropertiesDialog

struct CriaSlidePropertiesDialog;


struct CriaSlidePropertiesDialogClass

struct CriaSlidePropertiesDialogClass {

	GtkDialogClass	  base_class;
};


struct CriaSlidePropertiesDialogPrivate

struct CriaSlidePropertiesDialogPrivate;


cria_slide_properties_dialog_get_slide ()

CriaSlide*  cria_slide_properties_dialog_get_slide
                                            (CriaSlidePropertiesDialog *self);

Get the slide displayed by self.

self : a CriaSlidePropertiesDialog
Returns :the slide displayed by self.

cria_slide_properties_dialog_new ()

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.

cria_slide_properties_dialog_set_slide ()

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