Ardour  8.7-14-g57a6773833
gtkentryprivate.h File Reference
Include dependency graph for gtkentryprivate.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)
 

Function Documentation

◆ _gtk_entry_completion_compute_prefix()

gchar* _gtk_entry_completion_compute_prefix ( GtkEntryCompletion completion,
const char *  key 
)

◆ _gtk_entry_completion_popdown()

void _gtk_entry_completion_popdown ( GtkEntryCompletion completion)

◆ _gtk_entry_completion_popup()

void _gtk_entry_completion_popup ( GtkEntryCompletion completion)

◆ _gtk_entry_completion_resize_popup()

gboolean _gtk_entry_completion_resize_popup ( GtkEntryCompletion completion)

◆ _gtk_entry_effective_inner_border()

void _gtk_entry_effective_inner_border ( GtkEntry entry,
GtkBorder border 
)

◆ _gtk_entry_get_borders()

void _gtk_entry_get_borders ( GtkEntry entry,
gint *  xborder,
gint *  yborder 
)

◆ _gtk_entry_reset_im_context()

void _gtk_entry_reset_im_context ( GtkEntry entry)