#define BONOBO_VIEW_FRAME_TYPE
#define BONOBO_VIEW_FRAME (o)
#define BONOBO_VIEW_FRAME_CLASS (k)
#define BONOBO_IS_VIEW_FRAME (o)
#define BONOBO_IS_VIEW_FRAME_CLASS (k)
struct BonoboViewFrame;
struct BonoboViewFrameClass;
BonoboViewFrame* bonobo_view_frame_construct
(BonoboViewFrame *view_frame,
Bonobo_ViewFrame corba_view_frame,
BonoboClientSite *client_site,
Bonobo_UIContainer uih);
BonoboViewFrame* bonobo_view_frame_new (BonoboClientSite *client_site,
Bonobo_Unknown uih);
void bonobo_view_frame_bind_to_view (BonoboViewFrame *view_frame,
Bonobo_View view);
Bonobo_View bonobo_view_frame_get_view (BonoboViewFrame *view_frame);
BonoboClientSite* bonobo_view_frame_get_client_site
(BonoboViewFrame *view_frame);
GtkWidget* bonobo_view_frame_get_wrapper (BonoboViewFrame *view_frame);
void bonobo_view_frame_set_covered (BonoboViewFrame *view_frame,
gboolean covered);
Bonobo_UIContainer bonobo_view_frame_get_ui_container
(BonoboViewFrame *view_frame);
void bonobo_view_frame_view_activate (BonoboViewFrame *view_frame);
void bonobo_view_frame_view_deactivate
(BonoboViewFrame *view_frame);
void bonobo_view_frame_set_zoom_factor
(BonoboViewFrame *view_frame,
double zoom);
POA_Bonobo_ViewFrame__epv* bonobo_view_frame_get_epv
(void);
|