Ardour
9.0-pre0-582-g084a23a80d
|
#include <gtk/gtktreeviewcolumn.h>
#include <gtk/gtktreemodelfilter.h>
#include <gtk/gtkliststore.h>
#include <gtk/gtkentrycompletion.h>
#include <gtk/gtkentry.h>
Go to the source code of this file.
Classes | |
struct | _GtkEntryCompletionPrivate |
Functions | |
gboolean | _gtk_entry_completion_resize_popup (GtkEntryCompletion *completion) |
void | _gtk_entry_completion_popup (GtkEntryCompletion *completion) |
void | _gtk_entry_completion_popdown (GtkEntryCompletion *completion) |
gchar * | _gtk_entry_completion_compute_prefix (GtkEntryCompletion *completion, const char *key) |
void | _gtk_entry_get_borders (GtkEntry *entry, gint *xborder, gint *yborder) |
void | _gtk_entry_effective_inner_border (GtkEntry *entry, GtkBorder *border) |
void | _gtk_entry_reset_im_context (GtkEntry *entry) |
gchar* _gtk_entry_completion_compute_prefix | ( | GtkEntryCompletion * | completion, |
const char * | key | ||
) |
void _gtk_entry_completion_popdown | ( | GtkEntryCompletion * | completion | ) |
void _gtk_entry_completion_popup | ( | GtkEntryCompletion * | completion | ) |
gboolean _gtk_entry_completion_resize_popup | ( | GtkEntryCompletion * | completion | ) |
void _gtk_entry_get_borders | ( | GtkEntry * | entry, |
gint * | xborder, | ||
gint * | yborder | ||
) |
void _gtk_entry_reset_im_context | ( | GtkEntry * | entry | ) |