callback.h File Reference

the definition of the callback functions More...

Go to the source code of this file.

Functions

void real_open (gpointer data)
void on_menu_about_activate (GtkMenuItem *menuitem, gpointer user_data)
void on_file_open_activate (GtkMenuItem *menuitem, gpointer data)
void on_row_activated (GtkTreeView *, GtkTreePath *, GtkTreeViewColumn *, gpointer)
void on_menu_toggle_footer_activate (GtkMenuItem *menuitem, gpointer data)
gboolean key_press_handle (GtkWidget *, GdkEventKey *, gpointer)


Detailed Description

the definition of the callback functions


Function Documentation

gboolean key_press_handle GtkWidget *  widget,
GdkEventKey *  event,
gpointer  data
 

let user to do something with keyboard

void on_file_open_activate GtkMenuItem *  menuitem,
gpointer  data
 

void on_menu_about_activate GtkMenuItem *  menuitem,
gpointer  user_data
 

when the about menu clicked, this function will be called

void on_menu_toggle_footer_activate GtkMenuItem *  menuitem,
gpointer  data
 

when the user toggle the footer view, call this function

void on_row_activated GtkTreeView *  treeview,
GtkTreePath *  treepath,
GtkTreeViewColumn *  treecolumn,
gpointer  data
 

when the user click the bookmark, go to the nearest line

void real_open gpointer  data  ) 
 

when user select a file, call this function


Generated on Wed Nov 30 21:04:23 2005 for RFC Reader by  doxygen 1.4.5