Fixing some errors in the message descriptions.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1016 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<HTML>
|
<HTML>
|
||||||
<!-- $Id: BDeskbarUseCases.html,v 1.4 2002/09/10 03:30:21 jrand Exp $ -->
|
<!-- $Id: BDeskbarUseCases.html,v 1.5 2002/09/12 04:47:16 jrand Exp $ -->
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<TITLE>BDeskbar Use Cases and Implementation Details</TITLE>
|
<TITLE>BDeskbar Use Cases and Implementation Details</TITLE>
|
||||||
</HEAD>
|
</HEAD>
|
||||||
@@ -210,7 +210,7 @@ confirms this.</P>
|
|||||||
|
|
||||||
<PRE>
|
<PRE>
|
||||||
BMessage theMsg;
|
BMessage theMsg;
|
||||||
theMsg.what = 'exst'
|
theMsg.what = 'info'
|
||||||
theMsg.AddInt32("id", theID); // This is the id to check for
|
theMsg.AddInt32("id", theID); // This is the id to check for
|
||||||
// OR, only one of id or name should be in the message
|
// OR, only one of id or name should be in the message
|
||||||
theMsg.AddString("name", theName); // This is the name to check for
|
theMsg.AddString("name", theName); // This is the name to check for
|
||||||
@@ -255,7 +255,7 @@ theMsg.AddInt32("count", ItemCount()); // This is the number of items in the
|
|||||||
|
|
||||||
<PRE>
|
<PRE>
|
||||||
BMessage theMsg;
|
BMessage theMsg;
|
||||||
theMsg.what = 'exst'
|
theMsg.what = 'remv'
|
||||||
theMsg.AddInt32("id", theID); // This is the id to remove
|
theMsg.AddInt32("id", theID); // This is the id to remove
|
||||||
// OR, only one of id or name should be in the message
|
// OR, only one of id or name should be in the message
|
||||||
theMsg.AddString("name", theName); // This is the name to remove
|
theMsg.AddString("name", theName); // This is the name to remove
|
||||||
|
|||||||
Reference in New Issue
Block a user