Documentation of an application (help manual)



Hi,

i am writting a documentation for my gnome application and 
i am not sure of how this works. 

As i understand it (from http://developer.gnome.org/doc/GGAD), 
it is sufficient to generate some HTML files from a SGML file,
and put them in /usr/share/gnome/help/<myapp>/C + a topics.dat
file whose contents should appear in the Help menu of the application.

So, i guess Gnome-libs look into this directory before pulling-down
the menu and displays the Manual help item.

However, it does not seem to work with my application. 
could it be because i am using glade ?
I did use the Gnome application model to design the GUI
and the Help menu part looks like :

<widget>
        <class>GtkMenuItem</class>
        <name>help1</name>
        <stock_item>GNOMEUIINFO_MENU_HELP_TREE</stock_item>
        <widget>
          <class>GtkMenu</class>
          <name>help1_menu</name>

          <widget>
            <class>GtkPixmapMenuItem</class>
            <name>about1</name>
            <signal>
            <name>activate</name>
            <handler>on_about_app_activate</handler>
            </signal>
[....]

Am i missing a call to gnome libs to initialize the help system ?

thanks.

-- 
  Stéphane Genaud                                    
   ICPS, Université Louis Pasteur                   
   Pôle API, Bd. S. Brant, F-67400 Illkirch        
   tel : (33)(0)390244542, 0619058113 (SFR)




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]