Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dtactionicon(3) [hpux man page]

DtActionIcon(library call)												DtActionIcon(library call)

NAME
DtActionIcon -- get the icon information for an action SYNOPSIS
#include <Dt/Action.h> char *DtActionIcon( char *actionName); DESCRIPTION
The DtActionIcon function gets the icon information for an action. The actionName argument is the name of the action. DtActionIcon returns the name of the icon associated with an actionName action. If the action definition does not explicitly identify an icon name, this function returns the default action icon name, as described in dtactionfile(4) (``Action Selection''). The default action icon name can be customized using the actionIcon X resource. If there are multiple actionName actions, the string returned is the icon associated with the most general action. The most general action is the one with the lowest precedence, as described in dtactionfile(4) (``Action Selection''). RETURN VALUE
Upon successful completion, the DtActionIcon function returns a newly allocated copy of the icon name string ( ICON field) associated with the action; otherwise, it returns NULL. APPLICATION USAGE
The DtActionIcon function is useful for applications that provide a graphical interface to actions. The application should use XtFree(3) to free the icon name string returned by the DtActionIcon function. SEE ALSO
Dt/Action.h - DtAction(5), XtFree(3) dtactionfile(4), dtdtfile(4). DtActionIcon(library call)

Check Out this Related Man Page

DtActionLabel(library call)											       DtActionLabel(library call)

NAME
DtActionLabel -- get the localizable label string for an action SYNOPSIS
#include <Dt/Action.h> char *DtActionLabel( char *actionName); DESCRIPTION
The DtActionLabel function provides access to the localizable label string associated with an action named actionName. The actionName argu- ment is the name of the action. The localizable label string is the string that all components should display to identify the action. If the action definition does not specify a label string, the action name itself is returned. The label string associated with an action is localizable, but the action name is not. If there are multiple actionName actions, the label string returned is the label associated with the most general action. The most general action is the one with the lowest precedence, as described in dtactionfile(4) (``Action Selection''). RETURN VALUE
Upon successful completion, the DtActionLabel function returns a newly allocated copy of the localizable label string associated with the action if an action named actionName is found; otherwise, it returns NULL. It is up to the caller to free the memory associated with this new copy of the label. The default value for an action label is the action name itself. APPLICATION USAGE
All applications displaying action names should use the action label to identify an action. SEE ALSO
Dt/Action.h - DtAction(5), dtactionfile(4), dtdtfile(4). DtActionLabel(library call)
Man Page

10 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Add more icon for logout

Suggestion: Can all pages add a icon for logout? I just found that only the main page has it.:) (0 Replies)
Discussion started by: tikual
0 Replies

2. UNIX for Dummies Questions & Answers

any idea to repeat a action in VI

Any idea to repeat an action to all the lines in vi... suppose i want to delete the first word from all the lines in VI .. how would i do it ? in general i am also looking for a way to apply a action to all the lines in VI . (6 Replies)
Discussion started by: myelvis
6 Replies

3. UNIX for Advanced & Expert Users

IRIX (SGI) question

How to change icon of my application (say script file) in IRIX icon view. (1 Reply)
Discussion started by: kosta_mirkin
1 Replies

4. AIX

Aixterm icon placement?

Hi, I'm using xterm and aixterm with Mwm on AIX, and having trouble controlling icon placement when minimising windows. Basically when I run an xterm or aixterm I want to be able to specify where the icon will be if minimised. The man page mentions the "#geometry Geometry" option to aixterm,... (1 Reply)
Discussion started by: cunningdavid
1 Replies

5. OS X (Apple)

Please look at this screen shot: How do I remove this lock icon?!

RESOLVED in the screen shot I'd like to remove the lock sandwiched between the spaces indicator and the monitor icon, how do I get rid of it? It locks the screen and I cannot remember how it came to be http://guptaxpn.com/tmp/lock_icon_screenshot.png Thanks for your help! (3 Replies)
Discussion started by: guptaxpn
3 Replies

6. Solaris

LAN icon missing in Task Bar

Can any body help me in getting back my LAN icon back in task bar i am using Solaris 10 on x86 machine when i log on to the system as root only volume icon is present in task bar where as LAN is missing Thanks in Advance THE_ARCHER (1 Reply)
Discussion started by: The_Archer
1 Replies

7. Ubuntu

Lost the log off, power down, etc. icon!

I had a purge of applications on my Ubuntu 8.10 install and lost the above mentioned icon from the toolbar, yes I know I should have left it alone! I have managed to find and install a shutdown icon and a separate shutdown, restart,etc icon uing the synaptic package manager but they are not the... (0 Replies)
Discussion started by: TonyFullerMalv
0 Replies

8. OS X (Apple)

html GUI default icon fades out

i have a html file with a default Apple supplied Safari icon that does a slow soft fade out, when i open a directory in the same directory of Documents in the usr account. And when i do close the same said directory the html file does a quick and fast fade out and back to its origin. I did a mdls... (0 Replies)
Discussion started by: cowLips
0 Replies

9. UNIX for Dummies Questions & Answers

icon

up graded lost log out power off icon how reinstall:wall: (2 Replies)
Discussion started by: flight
2 Replies

10. Windows & DOS: Issues & Discussions

Run Bash from Windows icon?

Is it possible to run a bash using a by creating an icon or shortcut in windows 7? Everything seems to be for unix or linux and unfortunately my institution is windows. For example, run bash ~/newbatch.sh by clicking on an icon on a users desktop. Cygwin will be installed as well. Thank you... (8 Replies)
Discussion started by: cmccabe
8 Replies