| GTK+ Reference Manual | ||||
|---|---|---|---|---|
#include <gtk/gtk.h>
GtkAccessible;
void gtk_accessible_connect_widget_destroyed
(GtkAccessible *accessible);
typedef struct {
AtkObject parent;
/*
* The GtkWidget whose properties and features are exported via this
* accessible instance.
*/
GtkWidget *widget;
} GtkAccessible;
void gtk_accessible_connect_widget_destroyed
(GtkAccessible *accessible);
This function specifies the callback function to be called when the widget corresponding to a GtkAccessible is destroyed.
|
a GtkAccessible |