GtranslatorHistoryEntry

GtranslatorHistoryEntry

Synopsis

                    GtranslatorHistoryEntryPrivate;
                    GtranslatorHistoryEntry;
GtkWidget *         gtranslator_history_entry_new       (const gchar *history_id,
                                                         gboolean enable_completion);
void                gtranslator_history_entry_prepend_text
                                                        (GtranslatorHistoryEntry *entry,
                                                         const gchar *text);
void                gtranslator_history_entry_append_text
                                                        (GtranslatorHistoryEntry *entry,
                                                         const gchar *text);
void                gtranslator_history_entry_clear     (GtranslatorHistoryEntry *entry);
void                gtranslator_history_entry_set_history_length
                                                        (GtranslatorHistoryEntry *entry,
                                                         guint max_saved);
guint               gtranslator_history_entry_get_history_length
                                                        (GtranslatorHistoryEntry *gentry);
gchar *             gtranslator_history_entry_get_history_id
                                                        (GtranslatorHistoryEntry *entry);
void                gtranslator_history_entry_set_enable_completion
                                                        (GtranslatorHistoryEntry *entry,
                                                         gboolean enable);
gboolean            gtranslator_history_entry_get_enable_completion
                                                        (GtranslatorHistoryEntry *entry);
GtkWidget *         gtranslator_history_entry_get_entry (GtranslatorHistoryEntry *entry);
gchar *             (*GtranslatorHistoryEntryEscapeFunc)
                                                        (const gchar *str);
void                gtranslator_history_entry_set_escape_func
                                                        (GtranslatorHistoryEntry *entry,
                                                         GtranslatorHistoryEntryEscapeFuncescape_func );

Description

Details

GtranslatorHistoryEntryPrivate

typedef struct _GtranslatorHistoryEntryPrivate GtranslatorHistoryEntryPrivate;


GtranslatorHistoryEntry

typedef struct {
  GtkComboBoxEntry parent_instance;

  GtranslatorHistoryEntryPrivate *priv;
} GtranslatorHistoryEntry;


gtranslator_history_entry_new ()

GtkWidget *         gtranslator_history_entry_new       (const gchar *history_id,
                                                         gboolean enable_completion);

history_id :

enable_completion :

Returns :


gtranslator_history_entry_prepend_text ()

void                gtranslator_history_entry_prepend_text
                                                        (GtranslatorHistoryEntry *entry,
                                                         const gchar *text);

entry :

text :


gtranslator_history_entry_append_text ()

void                gtranslator_history_entry_append_text
                                                        (GtranslatorHistoryEntry *entry,
                                                         const gchar *text);

entry :

text :


gtranslator_history_entry_clear ()

void                gtranslator_history_entry_clear     (GtranslatorHistoryEntry *entry);

entry :


gtranslator_history_entry_set_history_length ()

void                gtranslator_history_entry_set_history_length
                                                        (GtranslatorHistoryEntry *entry,
                                                         guint max_saved);

entry :

max_saved :


gtranslator_history_entry_get_history_length ()

guint               gtranslator_history_entry_get_history_length
                                                        (GtranslatorHistoryEntry *gentry);

gentry :

Returns :


gtranslator_history_entry_get_history_id ()

gchar *             gtranslator_history_entry_get_history_id
                                                        (GtranslatorHistoryEntry *entry);

entry :

Returns :


gtranslator_history_entry_set_enable_completion ()

void                gtranslator_history_entry_set_enable_completion
                                                        (GtranslatorHistoryEntry *entry,
                                                         gboolean enable);

entry :

enable :


gtranslator_history_entry_get_enable_completion ()

gboolean            gtranslator_history_entry_get_enable_completion
                                                        (GtranslatorHistoryEntry *entry);

entry :

Returns :


gtranslator_history_entry_get_entry ()

GtkWidget *         gtranslator_history_entry_get_entry (GtranslatorHistoryEntry *entry);

entry :

Returns :


GtranslatorHistoryEntryEscapeFunc ()

gchar *             (*GtranslatorHistoryEntryEscapeFunc)
                                                        (const gchar *str);

str :

Returns :


gtranslator_history_entry_set_escape_func ()

void                gtranslator_history_entry_set_escape_func
                                                        (GtranslatorHistoryEntry *entry,
                                                         GtranslatorHistoryEntryEscapeFuncescape_func );

entry :

Param2 :