GtkIMHtml Signals

Signals:

See also:
gtkimhtml.h

url_clicked

void (*url_clicked)(GtkIMHtml *imhtml, char *uri);
Description: Emitted when a link is clicked
Parameters:
imhtml The GtkIMHtml emitting the signal.
url The uri.

format_buttons_update

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.

format_function_clear

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.

format_function_toggle

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.

format_function_update

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.