GtranslatorContextPanel

GtranslatorContextPanel

Synopsis

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

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