You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
GtkWidget *create_list_window(void);
|
|
|
|
void on_exit_application(GtkWidget * widget, gpointer user_data);
|
|
|
|
void selection_made(GtkWidget *clist, gint row, gint column,
|
|
|
|
GdkEventButton *event, gpointer data);
|
|
|
|
void on_resort_columns(GtkWidget *widget, gint column, gpointer user_data);
|
|
|
|
void e_cb_modifier(GtkWidget * widget, gpointer data);
|
|
|
|
|
|
|
|
|
|
|
|
GtkTooltips *tooltips;
|
|
|
|
GtkAccelGroup *accel_group;
|
|
|
|
|