CriaSlideEditor
CriaSlideEditor —
Object Hierarchy
GObject
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkScrolledWindow
+----CriaSlideEditor
Implemented Interfaces
CriaSlideEditor implements
AtkImplementorIface and CriaSlideView.
Details
struct CriaSlideEditor
struct CriaSlideEditor;
struct CriaSlideEditorClass
struct CriaSlideEditorClass {
GtkScrolledWindowClass base_class;
};
struct CriaSlideEditorPriv
struct CriaSlideEditorPriv;
cria_slide_editor_set_zoom_auto ()
void cria_slide_editor_set_zoom_auto (CriaSlideEditor *self,
gboolean zoom_auto);
cria_slide_editor_get_zoom ()
gdouble cria_slide_editor_get_zoom (CriaSlideEditor *self);
cria_slide_editor_new ()
GtkWidget* cria_slide_editor_new (CriaSlide *slide);
cria_slide_editor_set_zoom ()
void cria_slide_editor_set_zoom (CriaSlideEditor *self,
gdouble zoom);