Name
BonoboZoomableFrame -- An interface for Control frames for things that might zoom.
Details
BonoboZoomableFrame
typedef struct {
BonoboObject object;
BonoboZoomableFramePrivate *priv;
} BonoboZoomableFrame; |
BonoboZoomableFrameClass
typedef struct {
BonoboObjectClass parent;
void (*zoom_level_changed) (BonoboZoomableFrame *zframe,
float zoom_level);
void (*zoom_parameters_changed) (BonoboZoomableFrame *zframe);
} BonoboZoomableFrameClass; |
bonobo_zoomable_frame_get_type ()
GtkType bonobo_zoomable_frame_get_type (void); |
bonobo_zoomable_frame_get_epv ()
POA_Bonobo_ZoomableFrame__epv* bonobo_zoomable_frame_get_epv
(void); |
bonobo_zoomable_frame_corba_object_create ()
Bonobo_ZoomableFrame bonobo_zoomable_frame_corba_object_create
(BonoboObject *object); |
bonobo_zoomable_frame_new ()
Create a new bonobo-zoomable implementing BonoboObject
interface.
bonobo_zoomable_frame_construct ()
bonobo_zoomable_frame_get_zoom_level ()
bonobo_zoomable_frame_get_min_zoom_level ()
bonobo_zoomable_frame_get_max_zoom_level ()
bonobo_zoomable_frame_has_min_zoom_level ()
bonobo_zoomable_frame_has_max_zoom_level ()
bonobo_zoomable_frame_is_continuous ()
bonobo_zoomable_frame_get_preferred_zoom_levels ()
bonobo_zoomable_frame_get_preferred_zoom_level_names ()
bonobo_zoomable_frame_set_zoom_level ()
bonobo_zoomable_frame_zoom_in ()
bonobo_zoomable_frame_zoom_out ()
bonobo_zoomable_frame_zoom_to_fit ()
bonobo_zoomable_frame_zoom_to_default ()
bonobo_zoomable_frame_bind_to_zoomable ()
void bonobo_zoomable_frame_bind_to_zoomable
(BonoboZoomableFrame *zframe,
Bonobo_Zoomable zoomable); |
Associates zoomable with this zoomable_frame.
bonobo_zoomable_frame_get_zoomable ()