Re: HTML help files and linking to them
- From: montse <root pc46 fsc alcala es>
- To: jonathan chetwynd <jc signbrowser org uk>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: HTML help files and linking to them
- Date: Mon, 06 Nov 2000 02:47:29 +0100
jonathan chetwynd wrote:
hi as you know I've read Eric Harlow's excellent book and looked through
the gtk tutorial.
Could someone point me to a simple and small implementation of an help
button launching an html browser containing help files, please?
could be a tutorial or simple application source files.
I'd prefer not to use gnome(gtali has a good example of this) at this
stage, more learning....
thanks again
--
jonathan chetwynd
jc signbrowser org uk
IT teacher (learning difficulties)
& accessibility consultant
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
You can use href widget to use a text as a link:
href1 = gnome_href_new ("file.htm", _("help"));
or you can create a button with its callback:
void
on_tc_ayuda_bt_clicked (GtkButton *button,
gpointer user_data)
{
gnome_url_show("file.htm");
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]