diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2004-10-20 07:10:01 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2004-10-20 07:10:01 +0000 |
commit | 72954854aebebfa1192059e7220fd43563ff6c6a (patch) | |
tree | 5eea12e228e825a62e2152d776cc84cbd29a9fbb /docbook | |
parent | 61faabddcd2609935b00b07c1da9ce3d8238f3dc (diff) | |
download | wireshark-72954854aebebfa1192059e7220fd43563ff6c6a.tar.gz wireshark-72954854aebebfa1192059e7220fd43563ff6c6a.tar.bz2 wireshark-72954854aebebfa1192059e7220fd43563ff6c6a.zip |
add a small section about "GTK resources on the web"
svn path=/trunk/; revision=12354
Diffstat (limited to 'docbook')
-rw-r--r-- | docbook/edg_src/EDG_chapter_userinterface.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docbook/edg_src/EDG_chapter_userinterface.xml b/docbook/edg_src/EDG_chapter_userinterface.xml index d6b4ab2c6a..477b978e47 100644 --- a/docbook/edg_src/EDG_chapter_userinterface.xml +++ b/docbook/edg_src/EDG_chapter_userinterface.xml @@ -224,6 +224,38 @@ </para> </section> + <section id="ChUIGTKWeb"> + <title>GTK resources on the web</title> + <para> + You can find several resources about GTK. + </para> + <para> + First of all, have a look at: <ulink url="http://www.gtk.org"/> as this + will be the first place to look at. If you want to develop GTK related + things for Ethereal, the most important place might + be the GTK API documentation at: <ulink url="http://gtk.org/api/"/>. + </para> + <para> + Several mailing lists are available about GTK development, see <ulink + url="http://gtk.org/mailinglists.html"/>, the gtk-app-devel-list + may be you friend. + </para> + <para> + Theres no Win32 specific GTK mailing list. If you want to post + a Win32 specific problem (e.g. a problem in the GtkFileChooser dialog) + and you are sure that it's really win32 specific, you + could send it to GIMPwin-users at <ulink + url="http://www.gimp.org/mail_lists.html"/>. + </para> + <para> + As it's often done wrong: You should post a mail to *help* the developers + there instead of only complaining. Posting such a thing like "I don't like + your dialog, it looks ugly" won't be much helpful. You might think about + what you dislike and describe why you dislike it and a suggestion for a + better way. + </para> + </section> + </section> <section id="ChUIGUIDocs"> |