diff options
Diffstat (limited to 'doc/html/tqcontextmenuevent.html')
-rw-r--r-- | doc/html/tqcontextmenuevent.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqcontextmenuevent.html b/doc/html/tqcontextmenuevent.html index 24b6cd20d..beb6e655b 100644 --- a/doc/html/tqcontextmenuevent.html +++ b/doc/html/tqcontextmenuevent.html @@ -90,7 +90,7 @@ the mouse or keyboard). </h3> <p> Constructs a context menu event object with the accept parameter -flag set to FALSE. +flag set to false. <p> The <em>reason</em> parameter must be <a href="#Reason-enum">TQContextMenuEvent::Mouse</a> or <a href="#Reason-enum">TQContextMenuEvent::Keyboard</a>. <p> The <em>pos</em> parameter specifies the mouse position relative to the receiving widget. <em>globalPos</em> is the mouse position in absolute @@ -100,7 +100,7 @@ coordinates. <em>state</em> is the ButtonState at the time of the event. </h3> <p> Constructs a context menu event object with the accept parameter -flag set to FALSE. +flag set to false. <p> The <em>reason</em> parameter must be <a href="#Reason-enum">TQContextMenuEvent::Mouse</a> or <a href="#Reason-enum">TQContextMenuEvent::Keyboard</a>. <p> The <em>pos</em> parameter specifies the mouse position relative to the receiving widget. <em>state</em> is the ButtonState at the time of the @@ -163,15 +163,15 @@ the consumed flag as well. <h3 class=fn>bool <a name="isAccepted"></a>TQContextMenuEvent::isAccepted () const </h3> -<p> Returns TRUE if the receiver has processed the event; otherwise -returns FALSE. +<p> Returns true if the receiver has processed the event; otherwise +returns false. <p> <p>See also <a href="#accept">accept</a>(), <a href="#ignore">ignore</a>(), and <a href="#consume">consume</a>(). <h3 class=fn>bool <a name="isConsumed"></a>TQContextMenuEvent::isConsumed () const </h3> -<p> Returns TRUE (which stops propagation of the event) if the -receiver has blocked the event; otherwise returns FALSE. +<p> Returns true (which stops propagation of the event) if the +receiver has blocked the event; otherwise returns false. <p> <p>See also <a href="#accept">accept</a>(), <a href="#ignore">ignore</a>(), and <a href="#consume">consume</a>(). <h3 class=fn>const <a href="tqpoint.html">TQPoint</a> & <a name="pos"></a>TQContextMenuEvent::pos () const |