![]() |
![]() |
![]() |
GTranslator Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
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, GtranslatorHistoryEntryEscapeFunc escape_func);
typedef struct _GtranslatorHistoryEntryPrivate GtranslatorHistoryEntryPrivate;
typedef struct { GtkComboBoxEntry parent_instance; GtranslatorHistoryEntryPrivate *priv; } GtranslatorHistoryEntry;
GtkWidget * gtranslator_history_entry_new (const gchar *history_id, gboolean enable_completion);
|
|
|
|
Returns : |
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);
|
|
Returns : |
gchar * gtranslator_history_entry_get_history_id (GtranslatorHistoryEntry *entry);
|
|
Returns : |
void gtranslator_history_entry_set_enable_completion (GtranslatorHistoryEntry *entry, gboolean enable);
|
|
|
gboolean gtranslator_history_entry_get_enable_completion (GtranslatorHistoryEntry *entry);
|
|
Returns : |
GtkWidget * gtranslator_history_entry_get_entry (GtranslatorHistoryEntry *entry);
|
|
Returns : |
gchar * (*GtranslatorHistoryEntryEscapeFunc) (const gchar *str);
|
|
Returns : |
void gtranslator_history_entry_set_escape_func (GtranslatorHistoryEntry *entry, GtranslatorHistoryEntryEscapeFunc escape_func);
|
|
|