Signals:
- See also:
- gtkimhtml.h
void (*url_clicked)(GtkIMHtml *imhtml, char *uri);
- Description: Emitted when a link is clicked
- Parameters:
-
| imhtml | The GtkIMHtml emitting the signal. |
| url | The uri. |
void (*format_buttons_update)(GtkIMHtml *imhtml, GtkIMHtmlButtons buttons, gpointer data);
- Description: Emitted when allowed formatting has changed.
- Parameters:
-
| imhtml | The GtkIMHtml emitting the signal. |
| buttons | GtkIMHtmlButtons for the GtkIMHtml. |
| data | User defined data. |
void (*format_function_clear)(GtkIMHtml *imhtml, gpointer data);
- Description: Emitted when clearing the formatting for the GtkIMHtml.
- Parameters:
-
| imhtml | The GtkIMHtml emitting the signal. |
| data | User defined data. |
void (*format_function_toggle)(GtkIMHtml *imhtml, GtkIMHtmlButtons buttons, gpointer data);
- Description: Emitted when a format has been toggled.
- Parameters:
-
| imhtml | The GtkIMHtml emitting the signal. |
| buttons | GtkIMHtmlButtons for the GtkIMHtml. |
| data | User defined data. |
void (*format_function_update)(GtkIMHtml *imhtml, gpointer data);
- Description: Emitted when the cursor has moved and formatting has changed
- Parameters:
-
| imhtml | The GtkIMHtml emitting the signal. |
| data | User defined data. |