![]() |
![]() |
![]() |
GTranslator Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
struct GtrHistoryEntryClass; GtkWidget * gtr_history_entry_new (const gchar *history_id
,gboolean enable_completion
); void gtr_history_entry_prepend_text (GtrHistoryEntry *entry
,const gchar *text
); void gtr_history_entry_append_text (GtrHistoryEntry *entry
,const gchar *text
); void gtr_history_entry_clear (GtrHistoryEntry *entry
); void gtr_history_entry_set_history_length (GtrHistoryEntry *entry
,guint max_saved
); guint gtr_history_entry_get_history_length (GtrHistoryEntry *gentry
); void gtr_history_entry_set_enable_completion (GtrHistoryEntry *entry
,gboolean enable
); gboolean gtr_history_entry_get_enable_completion (GtrHistoryEntry *entry
); GtkWidget * gtr_history_entry_get_entry (GtrHistoryEntry *entry
); gchar * (*GtrHistoryEntryEscapeFunc) (const gchar *str
); void gtr_history_entry_set_escape_func (GtrHistoryEntry *entry
,GtrHistoryEntryEscapeFunc escape_func
);
GtkWidget * gtr_history_entry_new (const gchar *history_id
,gboolean enable_completion
);
void gtr_history_entry_prepend_text (GtrHistoryEntry *entry
,const gchar *text
);
void gtr_history_entry_append_text (GtrHistoryEntry *entry
,const gchar *text
);
void gtr_history_entry_set_history_length (GtrHistoryEntry *entry
,guint max_saved
);
guint gtr_history_entry_get_history_length
(GtrHistoryEntry *gentry
);
void gtr_history_entry_set_enable_completion (GtrHistoryEntry *entry
,gboolean enable
);
gboolean gtr_history_entry_get_enable_completion
(GtrHistoryEntry *entry
);
void gtr_history_entry_set_escape_func (GtrHistoryEntry *entry
,GtrHistoryEntryEscapeFunc escape_func
);