Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dtcreateterm(3) [hpux man page]

DtCreateTerm(library call)												DtCreateTerm(library call)

NAME
DtCreateTerm -- create a DtTerm widget SYNOPSIS
#include <Dt/Term.h> Widget DtCreateTerm( Widget parent, String name, ArgList arglist, Cardinal argcount); DESCRIPTION
The DtCreateTerm function creates a terminal emulator widget hierarchy. The parent argument specifies the parent widget ID. The name argument specifies the name of the created widget. The arglist argument specifies the argument list. The argcount argument specifies the number of attribute and value pairs in the argument list (arglist). The DtTerm widget provides the core set of functionality needed to emulate an ANSI X3.64-1979- and ISO 6429:1992(E)-style terminal, such as the DEC VT220. This functionality includes text rendering, scrolling, margin and tab support, escape sequence parsing and the low-level OS-specific interface required to allocate and configure a pty or STREAMS pseudo-terminal device and write the system's utmp device. RETURN VALUE
Upon successful completion, the DtCreateTerm function returns the DtTerm widget ID. SEE ALSO
dtterm(1), dtterm(5), pty(7), Dt/Term.h - DtTerm(5), DtTerm(3), DtTermInitialize(3), DtTermDisplaySend(3), DtTermSubprocSend(3), DtTermSub- procReap(3). DtCreateTerm(library call)

Check Out this Related Man Page

DtCreateHelpQuickDialog(library call)									     DtCreateHelpQuickDialog(library call)

NAME
DtCreateHelpQuickDialog -- create a DtHelpQuickDialog widget SYNOPSIS
#include <Dt/HelpQuickD.h> Widget DtCreateHelpQuickDialog( Widget parent, String name, ArgList arglist, Cardinal argcount); DESCRIPTION
The DtCreateHelpQuickDialog function is a convenience function that creates a DtHelpQuickDialog widget. The parent argument specifies the parent widget ID. The name argument specifies the name of the created widget. The arglist argument specifies the argument list. The argcount argument specifies the number of attribute and value pairs in the argument list (arglist). RETURN VALUE
Upon successful completion, the DtCreateHelpQuickDialog function returns an XmBulletinBoard widget whose parent is a dialog shell widget; otherwise, it returns an undefined widget value. The dialog shell is the DtHelpQuickDialog widget's top level. Refer to the Motif docu- mentation for more information on the dialog shell widget and applicable resources. SEE ALSO
Dt/HelpDialog.h - DtHelpDialog(5), Dt/Help.h - DtHelp(5), DtCreateHelpDialog(3), DtHelpSetCatalogName(3), DtHelpQuickDialogGetChild(3), XmBulletinBoard(3). DtCreateHelpQuickDialog(library call)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

protect dtterm

we have an hp-ux and a user requested me if i can password protect the dtterm. i know that this is possible but can you give me some hints in making this happen? thanks :cool: (2 Replies)
Discussion started by: inquirer
2 Replies

2. Solaris

how to redirect my output in a new terminal

Hi all, i type a command along with dtterm what i would like to have is that the output of the command to be shown in the new terminal . Any Idea on how to acheive this? (0 Replies)
Discussion started by: Sayantan
0 Replies

3. Red Hat

Caps lock dtterm

Hello, We are having a problem with running dtterm off a RHEL server. Logging into an HP-UX server from a RHEL 5.1 desktop, setting DISPLAY and running dtterm, the caps lock does not work. We have been playing with xmodmap & stty but to no avail. Any help appreciated. mgb (1 Reply)
Discussion started by: mgb
1 Replies

4. HP-UX

Caps lock dtterm

Hello, We are having a problem with running dtterm off a RHEL server. Logging into an HP-UX server from a RHEL 5.1 desktop, setting DISPLAY and running dtterm, the caps lock does not work. We have been playing with xmodmap & stty but to no avail. Any help appreciated. mgb (7 Replies)
Discussion started by: mgb
7 Replies

5. UNIX for Dummies Questions & Answers

IconGeometry

Hi. We are trying to use a modifier on the dtterm command to have a terminal open minimized in a specific location on the screen. So far we have found that the -iconic option will start it minimized, and we think that the icongeometry resource has something to do with moving the minimized... (0 Replies)
Discussion started by: sojo1024
0 Replies

6. UNIX for Dummies Questions & Answers

dtterm to list a folder contents in new window

Hi everyone,:cool: thank you in advance for any help on this I have a dtterm command to open a new small terminal window with a contents of log, and it works fine. dtterm -title "my.log" -geometry =40x30+0+550 -fn 6x13 -e tail -n 40 -f /home/logs/user.log & However what I want to do... (4 Replies)
Discussion started by: golfcents
4 Replies