GtranslatorContextPanel

GtranslatorContextPanel

Synopsis

                    GtranslatorContextPanelPrivate;
                    GtranslatorContextPanel;
GType               gtranslator_context_panel_register_type
                                                        (GTypeModule *module);
GtkWidget *         gtranslator_context_panel_new       (GtkWidget *tab);
GtkTextView *       gtranslator_context_panel_get_context_text_view
                                                        (GtranslatorContextPanel *panel);

Description

Details

GtranslatorContextPanelPrivate

typedef struct _GtranslatorContextPanelPrivate GtranslatorContextPanelPrivate;


GtranslatorContextPanel

typedef struct {
	GtkVBox parent_instance;
} GtranslatorContextPanel;


gtranslator_context_panel_register_type ()

GType               gtranslator_context_panel_register_type
                                                        (GTypeModule *module);

module :

Returns :


gtranslator_context_panel_new ()

GtkWidget *         gtranslator_context_panel_new       (GtkWidget *tab);

Creates a new GtranslatorContextPanel object.

tab :

a GtranslatorTab

Returns :

a new GtranslatorContextPanel object

gtranslator_context_panel_get_context_text_view ()

GtkTextView *       gtranslator_context_panel_get_context_text_view
                                                        (GtranslatorContextPanel *panel);

panel :

Returns :