~ubuntu-branches/ubuntu/maverick/wxwidgets2.8/maverick-proposed

« back to all changes in this revision

Viewing changes to docs/html/wx/wx_wxhelpevent.html

  • Committer: Bazaar Package Importer
  • Author(s): Devid Filoni
  • Date: 2007-11-06 18:25:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071106182513-809agqds6igh7mqo
Tags: 2.8.6.1-0ubuntu1
* New upstream version, based on the upstream tarball
  wxPython-src-2.8.6.1.tar.bz2, renamed debian to debian-upstream.
* Provide a get-orig-source target to do the repackaging.
* Fix "substvar-source-version-is-deprecated" lintian warnings.
* Remove duplicate Description field in debian/control.
* Add "\" at the end of line 8 in debian/python-wxtools.menu to fix
  "bad-test-in-menu-item" lintian error.
* Provide .xpm icons to fix "menu-icon-not-in-xpm-format" lintian errors,
  changed Icon field in debian/python-wxtools.menu.
* Fix "wrong-name-for-upstream-changelog" lintian warnings.
* Remove "Application;" from Categories field in debian/pycrust.desktop,
  debian/pyshell.desktop, debian/xrced.desktop.
* Switch "Apps" to "Applications" in debian/python-wxtools.menu to fix
  "menu-item-uses-apps-section" lintian warnings.
* Drop the icon extension from debian/pycrust.desktop,
  debian/pyshell.desktop, debian/xrced.desktop.
* Add dpatch support.
* Add "WX_CONFIG" patch.
* debian/rules:
  - added .xpm icons to install-gtk-py-tools target
  - added "docs/changes.txt" to dh_installchangelogs in binary-common target
  - added "\" at the end of "install-examples install-msw-dev
    install-msw-dbg install-headers-msw" line in .PHONY

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<head><link rel=stylesheet type="text/css" href="wx.css"><title>wxHelpEvent</title></head>
3
3
 
4
4
<BODY BGCOLOR=#FFFFFF>
5
 
<FONT FACE="Arial, Lucida, Helvetica">
6
5
<A NAME="wxhelpevent"></A><CENTER>
7
6
<A HREF="wx_contents.html"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="wx_classref.html#classref"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="wx_wxhelpcontrollerhelpprovider.html#wxhelpcontrollerhelpprovider"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx_wxhelpprovider.html#wxhelpprovider"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
8
7
 
37
36
 
38
37
 
39
38
<TR><TD VALIGN=TOP WIDTH=277>
40
 
<FONT FACE="Arial, Lucida, Helvetica">
41
39
<B>EVT_HELP(id, func)</B>
42
40
</FONT></TD>
43
41
 
44
42
<TD VALIGN=TOP>
45
 
<FONT FACE="Arial, Lucida, Helvetica">
46
43
Process a wxEVT_HELP event.
47
44
</FONT></TD></TR>
48
45
 
49
46
 
50
47
<TR><TD VALIGN=TOP WIDTH=277>
51
 
<FONT FACE="Arial, Lucida, Helvetica">
52
48
<B>EVT_HELP_RANGE(id1, id2, func)</B>
53
49
</FONT></TD>
54
50
 
55
51
<TD VALIGN=TOP>
56
 
<FONT FACE="Arial, Lucida, Helvetica">
57
52
Process a wxEVT_HELP event for a range of ids.
58
53
</FONT></TD></TR>
59
54
 
91
86
 
92
87
 
93
88
<TR><TD VALIGN=TOP WIDTH=277>
94
 
<FONT FACE="Arial, Lucida, Helvetica">
95
89
<B>Origin_Unknown</B>
96
90
</FONT></TD>
97
91
 
98
92
<TD VALIGN=TOP>
99
 
<FONT FACE="Arial, Lucida, Helvetica">
100
93
Unrecognized event source.
101
94
</FONT></TD></TR>
102
95
 
103
96
 
104
97
<TR><TD VALIGN=TOP WIDTH=277>
105
 
<FONT FACE="Arial, Lucida, Helvetica">
106
98
<B>Origin_Keyboard</B>
107
99
</FONT></TD>
108
100
 
109
101
<TD VALIGN=TOP>
110
 
<FONT FACE="Arial, Lucida, Helvetica">
111
102
Event generated by <TT>F1</TT> key press.
112
103
</FONT></TD></TR>
113
104
 
114
105
 
115
106
<TR><TD VALIGN=TOP WIDTH=277>
116
 
<FONT FACE="Arial, Lucida, Helvetica">
117
107
<B>Origin_HelpButton</B>
118
108
</FONT></TD>
119
109
 
120
110
<TD VALIGN=TOP>
121
 
<FONT FACE="Arial, Lucida, Helvetica">
122
111
Event generated by 
123
112
<A HREF="wx_wxcontexthelp.html#wxcontexthelp">wxContextHelp</A> or using the "?" title bur button under
124
113
MS Windows.