Ardour  8.7-14-g57a6773833
gtktextutil.h File Reference

Go to the source code of this file.

Functions

void _gtk_text_util_append_special_char_menuitems (GtkMenuShell *menushell, GtkTextUtilCharChosenFunc func, gpointer data)
 
GdkPixmap_gtk_text_util_create_drag_icon (GtkWidget *widget, gchar *text, gsize len)
 
GdkPixmap_gtk_text_util_create_rich_drag_icon (GtkWidget *widget, GtkTextBuffer *buffer, GtkTextIter *start, GtkTextIter *end)
 
gboolean _gtk_text_util_get_block_cursor_location (PangoLayout *layout, gint index_, PangoRectangle *rectangle, gboolean *at_line_end)
 

Variables

G_BEGIN_DECLS typedef void(* GtkTextUtilCharChosenFunc )(const char *text, gpointer data)
 

Function Documentation

◆ _gtk_text_util_append_special_char_menuitems()

void _gtk_text_util_append_special_char_menuitems ( GtkMenuShell menushell,
GtkTextUtilCharChosenFunc  func,
gpointer  data 
)

◆ _gtk_text_util_create_drag_icon()

GdkPixmap* _gtk_text_util_create_drag_icon ( GtkWidget widget,
gchar *  text,
gsize  len 
)

◆ _gtk_text_util_create_rich_drag_icon()

GdkPixmap* _gtk_text_util_create_rich_drag_icon ( GtkWidget widget,
GtkTextBuffer buffer,
GtkTextIter start,
GtkTextIter end 
)

◆ _gtk_text_util_get_block_cursor_location()

gboolean _gtk_text_util_get_block_cursor_location ( PangoLayout *  layout,
gint  index_,
PangoRectangle *  rectangle,
gboolean *  at_line_end 
)

Variable Documentation

◆ GtkTextUtilCharChosenFunc

G_BEGIN_DECLS typedef void(* GtkTextUtilCharChosenFunc) (const char *text, gpointer data) ( const char *  text,
gpointer  data 
)

Definition at line 36 of file gtktextutil.h.