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

« back to all changes in this revision

Viewing changes to docs/html/wx/wx_wxradiobutton.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>wxRadioButton</title></head>
3
3
 
4
4
<BODY BGCOLOR=#FFFFFF>
5
 
<FONT FACE="Arial, Lucida, Helvetica">
6
5
<A NAME="wxradiobutton"></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_wxradiobox.html#wxradiobox"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx_wxrealpoint.html#wxrealpoint"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
8
7
 
29
28
 
30
29
 
31
30
<TR><TD VALIGN=TOP WIDTH=198>
32
 
<FONT FACE="Arial, Lucida, Helvetica">
33
31
<B>wxRB_GROUP</B>
34
32
</FONT></TD>
35
33
 
36
34
<TD VALIGN=TOP>
37
 
<FONT FACE="Arial, Lucida, Helvetica">
38
35
Marks the beginning of a new group of radio buttons.
39
36
</FONT></TD></TR>
40
37
 
41
38
 
42
39
<TR><TD VALIGN=TOP WIDTH=198>
43
 
<FONT FACE="Arial, Lucida, Helvetica">
44
40
<B>wxRB_SINGLE</B>
45
41
</FONT></TD>
46
42
 
47
43
<TD VALIGN=TOP>
48
 
<FONT FACE="Arial, Lucida, Helvetica">
49
44
In some circumstances, radio buttons that are not
50
45
consecutive siblings trigger a hang bug in Windows (only). If this happens, add this style
51
46
to mark the button as not belonging to a group, and implement the mutually-exclusive group behaviour yourself.
53
48
 
54
49
 
55
50
<TR><TD VALIGN=TOP WIDTH=198>
56
 
<FONT FACE="Arial, Lucida, Helvetica">
57
51
<B>wxRB_USE_CHECKBOX</B>
58
52
</FONT></TD>
59
53
 
60
54
<TD VALIGN=TOP>
61
 
<FONT FACE="Arial, Lucida, Helvetica">
62
55
Use a checkbox button instead of radio
63
56
button (currently supported only on PalmOS).
64
57
</FONT></TD></TR>
74
67
 
75
68
 
76
69
<TR><TD VALIGN=TOP WIDTH=277>
77
 
<FONT FACE="Arial, Lucida, Helvetica">
78
70
<B>EVT_RADIOBUTTON(id, func)</B>
79
71
</FONT></TD>
80
72
 
81
73
<TD VALIGN=TOP>
82
 
<FONT FACE="Arial, Lucida, Helvetica">
83
74
Process a wxEVT_COMMAND_RADIOBUTTON_SELECTED event,
84
75
when the radiobutton is clicked.
85
76
</FONT></TD></TR>