Sponsored Content
Top Forums Shell Programming and Scripting Creating a Classification Banner Post 52347 by Perderabo on Wednesday 16th of June 2004 10:19:15 AM
Old 06-16-2004
One thing that you want is doable. You can add
fontList:"$font"
to your arguments to select a font. You set the font variable to one of your fonts and you can get a list of those with xlsfonts.

It doesn't make sense to be using XmPushButton if you're not going to install any callbacks. You should switch to XmLabel. I always use a bulletin board, but I guess you don't need it if you only have one widget.

An x client cannot defeat a window manager. I don't use CDE. I just use a rather raw xterminal running an internal window manager. My window manager, NCDwm, does have some resources that it is willing to respect. For example:
NCDwm.xlaunchpad4.clientDecoration: -border -title
will cause my xlauchpad4 client (also a dtksh script) to appear with no borders like most xclients have. That string is in my .Xresources file which I load with xrdb. Every other window manager that I've used has some stuff like this. So your CDE environment may have some resources that you could load to do some of what you want. But you'll have to check your CDE docs on that.
 

3 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

CDE Classification Banner

Hello; I need to place a classification banner at the top of my Solaris 2.6 CDE Desktop. The Banner must be displayed in all CDE desktop sessions available on the CDE dashboard (1,2,3,4). The Banner must remain anchored at the top of the CDE desktop and must not be able to be closed or hidden... (0 Replies)
Discussion started by: rambo15
0 Replies

2. Shell Programming and Scripting

scripting for classification

hi i am very new to scripting. i am learning by myself. i found this example. can any one help in writing script for this example, so that i can have an idea how to analyse and script. example: overview: The aim of this exercise is to classify books into four seperate files and then print a... (1 Reply)
Discussion started by: yonex
1 Replies

3. UNIX for Dummies Questions & Answers

Reading a file and Classification

Hello Everyone, I am new to UNIX. I have got a requirement. Thought of posting it in this forum so that someone might help me. Please have a look at the scenario. The Objective is to "classify books into four seperate files and then print a summary report". Specifications are as... (3 Replies)
Discussion started by: yarlagadda999
3 Replies
DtWsmRemoveWorkspaceFunctions(library call)							       DtWsmRemoveWorkspaceFunctions(library call)

NAME
DtWsmRemoveWorkspaceFunctions -- remove a window's workspace functions SYNOPSIS
#include <Dt/Wsm.h> void DtWsmRemoveWorkspaceFunctions( Display *display, Window window); DESCRIPTION
The DtWsmRemoveWorkspaceFunctions function removes a window's workspace functions. When DtWsmRemoveWorkspaceFunctions removes workspace functions, the window menu for the window the CDE workspace manager, dtwm(1), displays does not have the entries that allow the window to occupy a different set of workspaces, occupy all workspaces, or be removed from the current workspace. The display argument is the X display. The window argument is the window to have its workspace functions disabled. RETURN VALUE
The DtWsmRemoveWorkspaceFunctions function returns no value. APPLICATION USAGE
The application must call DtWsmRemoveWorkspaceFunctions before the window is mapped. The CDE workspace manager, dtwm(1), only looks at the workspace function information at the time the workspace manager manages the window. If the CDE workspace manager, dtwm(1), is managing the window, the application must withdraw the window (see XWithdrawWindow(3)), remove the workspace functions, and map the window once again. SEE ALSO
dtwm(1), Dt/Wsm.h - DtWsm(5). DtWsmRemoveWorkspaceFunctions(library call)
All times are GMT -4. The time now is 04:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy