Sponsored Content
Full Discussion: Subscribe to a forum
Contact Us Post Here to Contact Site Administrators and Moderators Subscribe to a forum Post 34656 by yeheyaansari on Tuesday 4th of March 2003 10:56:47 AM
Old 03-04-2003
I tried to locate "Subscribe to..." under new thread button, but found only "Mark this Forum Read".
Also pleas let me know how to get the email notofication.

Regards,
Yeheya
 

6 More Discussions You Might Find Interesting

1. Solaris

Im New To This Forum........

I will like to get a first hand tour about this forum also a little information about sun solaris.....please:D (17 Replies)
Discussion started by: kprescod4158
17 Replies

2. Red Hat

Not able to subscribe any subscription

Hi Team I have installed RHEL Server V6.3 successfully and also register on REDHAT network "http://www.redhat.com/about/subscription/#" but not able to subscribe any subscription. It throws me : NO Subscription available. Anybody faced this issue ? Please help me due to this, I am not able to... (1 Reply)
Discussion started by: atul9806
1 Replies

3. What is on Your Mind?

Forum Update: Disabled Home Page Forum Statistics for Guests (Not Registered)

Just a quick update; to speed up the forums, I have disabled the forum statistics on the home page for non registered users. No changes for registered users. (0 Replies)
Discussion started by: Neo
0 Replies

4. What is on Your Mind?

Daemon Media YouTube Channel - Please Subscribe

Dear All, I have changed the name of our YT channel to, Daemon Media. https://www.youtube.com/channel/UCMLqHzkLsMe0luLqORg5m-A Will have some exciting cinematic intro videos soon. Please subscribe to this channel Now! Thanks. In the future, I plan to turn this channel into a... (5 Replies)
Discussion started by: Neo
5 Replies

5. What is on Your Mind?

Mobile: Advanced Forum Statistics to Forum Home Page

For mobile users, I have just added a "first beta" Advanced Forum Statistics to the home page on mobile using CSS overflow:auto; so you can swipe if you need to see more. Google Search Console mobile usability says this page is "mobile friendly" so perhaps this will be useful for some of our... (12 Replies)
Discussion started by: Neo
12 Replies

6. Programming

Publish and Subscribe to AES-256 Encrypted MQTT Messages to Node-RED from PHP Scripts

Various Node-Red crypto modules do not work with PHP, so to send an encrypted message from a PHP script (in this case from a Ubuntu server) to Node-RED we need our own code. After a few hours of searching, testing various libs, more testing and debugging, I got this PHP to Node-RED code... (0 Replies)
Discussion started by: Neo
0 Replies
glutTabletButtonFunc(3GLUT)					       GLUT					       glutTabletButtonFunc(3GLUT)

NAME
glutTabletButtonFunc - sets the special keyboard callback for the current window. SYNTAX
void glutTabletButtonFunc(void (*func)(int button, int state, int x, int y)); ARGUMENTS
func The new tablet button callback function. DESCRIPTION
glutTabletButtonFunc sets the tablet button callback for the current window. The tablet button callback for a window is called when the window has tablet input focus (normally, when the mouse is in the window) and the user generates tablet button presses. The button parame- ter will be the button number (starting at one). The number of available tablet buttons can be determined with glutDe- viceGet(GLUT_NUM_TABLET_BUTTONS). The state is either GLUT_UP or GLUT_DOWN indicating whether the callback was due to a release or press respectively. The x and y callback parameters indicate the window relative coordinates when the tablet button state changed. Registering a tablet button callback when a tablet device is not available is ineffectual and not an error. In this case, no tablet button callbacks will be generated. Passing NULL to glutTabletButtonFunc disables the generation of tablet button callbacks. When a new window is created, no tablet button callback is initially registered. SEE ALSO
glutTabletMotionFunc, glutDeviceGet, glutMotionFunc, glutSpaceballMotionFunc AUTHOR
Mark J. Kilgard (mjk@nvidia.com) GLUT
3.7 glutTabletButtonFunc(3GLUT)
All times are GMT -4. The time now is 05:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy