#include "gtkmod.h"
Functions | |
gint | key_event (GtkWidget* widget, GdkEventKey* event) |
keypresses, window destruction. | |
void | delete_event (GtkWidget*, gpointer*) |
quit. | |
void | hide (GtkWidget*, gpointer* window) |
hide the widget. | |
void | position_callback ( GtkAdjustment *adj ) |
change the position in the order when the adjustment is changed. | |
void | select_row_callback (GtkWidget *widget, gint row, gint column, GdkEventButton *event, gpointer data) |
Do something when a row of the CList has been selected. | |
void | input_callback (gpointer, gint source, GdkInputCondition condition) |
read from a pipe and update the display. | |
void | button_callback (GtkWidget* widget, gpointer* data) |
button callback for main window. |