[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[platform-swt-dev] 2 SWT Questions
|
- From: K W <mikemyers@xxxxxxxxx>
- Date: Sat, 4 Jun 2005 19:22:26 -0700
- Delivered-to: platform-swt-dev@eclipse.org
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gB1Ll+Ahk4cfD3xtP73NE4gNH9NJC+0du1fT2GxuoLnTq2Lq8ESTTDHagVYnqfnL5j5u6VKSlE87nwgedK/qU3eW5wPp7GS4jvJTzr9NxIOSIJDtER8CTXd2xdfsVk7YA1T4O7j8muBfXr+ihrWtcnHrfZ79l/iXdxhFH+KVPuQ=
1) How do I make colored tabs using CTabFolder?
2) How do I make a pop-up menu when I right click on a TableItem?
TableItem does not inherit Control so I can't setMenu(). What is the
right way to do this?
Thanks!