Sponsored Content
Full Discussion: Subscribe to a forum
Contact Us Post Here to Contact Site Administrators and Moderators Subscribe to a forum Post 34612 by google on Sunday 2nd of March 2003 12:18:55 PM
Old 03-02-2003
Enter the forum you wish to subscribe to, then, in the upper right hand corner of the window you will see the 'New thread' button. Under that button is a link: --> Subscribe to this Forum

Click that
 

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
glutButtonBoxFunc(3GLUT)					       GLUT						  glutButtonBoxFunc(3GLUT)

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