Sponsored Content
Contact Us Post Here to Contact Site Administrators and Moderators Thank-you for this wonderful Educational Forum Post 302122972 by Shell_Life on Friday 22nd of June 2007 09:51:35 AM
Old 06-22-2007
Kflanigan,
Thank you for your kind comments.
Without the first initiative to create the site, we would not be able
to help people to solve unix related issues.
Thus, even though we volunteer members work on the problem
resolutions, a major portion of the credit must be given to the
site creator that had the idea and spent his own money to start
and maintain it.
It is also important to note that the site owner took a great decision
to keep this site non-commercial.
My sincere appreciation goes to him.
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Free/Educational Unix for PC??

1) Which versions of unix are available free or for educational purposes for PC. I see that the solaris binaries cannot be used on PC. 2) When I installed Linux RedHat, I had to make a partition in ext3 format. Will I have to do something similar for unix? BTW, my linux red hat os will not... (5 Replies)
Discussion started by: LANSTARR.COM
5 Replies

2. Solaris

Wonderful world of AIDE

I am having trouble getting the aide/configure to see the static link libmash. I verifyed that I had a static of mhash installed. #./configure --enable-static=yes did #make install #make check Everything looks good. Ran Aide 0.10 configure by: #./configure And I get the... (0 Replies)
Discussion started by: siamhien
0 Replies

3. High Performance Computing

Rocks clusters make sense for educational environments

08-18-2008 11:00 AM Cluster computing has played a pivotal role in the way research is conducted in educational environments. Because the amount of available money and hardware varies between university researchers, often it's necessary to find a clustering solution that can work well on a small... (0 Replies)
Discussion started by: Linux Bot
0 Replies

4. UNIX for Dummies Questions & Answers

Online UNIX Educational Materials

Can you please give me good site for unix commands practice in online?? (1 Reply)
Discussion started by: Nagabhushanam.K
1 Replies

5. 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

6. 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
XmDropSiteRegister(library call)										  XmDropSiteRegister(library call)

NAME
XmDropSiteRegister -- A Drag and Drop function that identifies a drop site and assigns resources that specify its behavior SYNOPSIS
#include <Xm/DragDrop.h> void XmDropSiteRegister( Widget widget, ArgList arglist, Cardinal argcount); DESCRIPTION
XmDropSiteRegister identifies the specified widget or gadget as a drop site and sets resource values that define the drop site's behavior. The routine assigns default values to any resources that are not specified in the argument list. The toolkit generates a warning message if a drop site is registered with XmNdropSiteActivity set to XmDROP_SITE_ACTIVE and the XmNdropProc resource is NULL. If the drop site is a descendant of a widget that is registered as a drop site, the XmNdropSiteType resource of the ancestor drop site must be specified as XmDROP_SITE_COMPOSITE. The ancestor must be registered before the descendant. The drop site is stacked above all other sib- ling drop sites already registered. widget Specifies the ID of the widget to be registered. arglist Specifies the argument list. argcount Specifies the number of attribute/value pairs in the argument list (arglist). For a complete definition of DropSite and its associated resources, see XmDropSite(3). RELATED
XmDisplay(3), XmDropSite(3), XmDropSiteEndUpdate(3), XmDropSiteStartUpdate(3), XmDropSiteUpdate(3), XmDropSiteUnregister(3), and XmScreen(3). XmDropSiteRegister(library call)
All times are GMT -4. The time now is 11:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy