Go to the source code of this file.
|
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) |
|
◆ _gtk_text_util_append_special_char_menuitems()
◆ _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()
◆ _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 |
|
) |
| |
◆ GtkTextUtilCharChosenFunc
G_BEGIN_DECLS typedef void(* GtkTextUtilCharChosenFunc) (const char *text, gpointer data) |
( |
const char * |
text, |
|
|
gpointer |
data |
|
) |
| |