Yattm - unified GTK instant-messaging client logo
   [Generated for version 0.2-17 - Mon Jan 6 19:01:23 GMT+1 2003]

Home - Main Page - Data Structures - File List - Data Fields - Globals

help_menu.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

void show_manual (GtkWidget *w, void *null)
void show_website (GtkWidget *w, void *null)


Function Documentation

void show_manual GtkWidget *    w,
void *    null
 

Definition at line 25 of file help_menu.c.

References open_url_nw().

00026 {
00027   open_url_nw(NULL, "http://staff.ncst.ernet.in/tahir/eb-manual/");
00028 }

void show_website GtkWidget *    w,
void *    null
 

Definition at line 30 of file help_menu.c.

References open_url_nw().

00031 {
00032   open_url_nw(NULL, "http://www.yattm.com/");
00033 }


Contact: Andy Maloney     [Documentation generated by doxygen]