![]() |
![]() |
![]() |
Criawips Reference Manual | ![]() |
---|
slide-properties-dialogslide-properties-dialog — |
CriaSlidePropertiesDialog; CriaSlidePropertiesDialogClass; 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
typedef struct { GtkDialogClass base_class; } CriaSlidePropertiesDialogClass;
typedef struct _CriaSlidePropertiesDialogPrivate CriaSlidePropertiesDialogPrivate;
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 >> |