
The GtkHelpButton widget is derivated from GtkButton.

Its purpose is to unify all the Help Button we now have in Mandrake
application.

It basically looks like this:

         [ Help ]


Description:
------------

  The help button simply looks like a simple button with 'Help' written on it.
When the user click on it, a window is displayed with a Help text in it.


Functions:
----------

The GtkHelpButtons widgets are created with this function:
GtkWidget *gtk_help_button_new(gchar *HelpFile);

where 'HelpFile' is the name of the file which will be displayed when the
user click on the button.

Signals:
--------

  No new signal for this widget.

Args:
-----
  The GtkHelpButton widget introduce a new read/write Arg:
    "GtkHelpButton::HelpFile" (GTK_TYPE_STRING)  
    It's the name of the Help file name.
  
Fields:
-------

You can access this read only field of GtkHelpButton:
  gchar *HelpFile; Once again, it's the help file name.

