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

XmCreateWorkArea(library call)											    XmCreateWorkArea(library call)

NAME
XmCreateWorkArea -- A function that creates a RowColumn WorkArea SYNOPSIS
#include <Xm/RowColumn.h> Widget XmCreateWorkArea( Widget parent, String name, ArgList arglist, Cardinal argcount); DESCRIPTION
XmCreateWorkArea creates an instance of a RowColumn widget and returns the associated widget ID. The widget is created with XmNrowColumn- Type set to XmWORK_AREA. parent Specifies the parent widget ID name Specifies the name of the created widget arglist Specifies the argument list argcount Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of RowColumn and its associated resources, see XmRowColumn(3). RETURN
Returns the RowColumn widget ID. RELATED
XmCreateRadioBox(3), XmCreateSimpleCheckBox(3), XmCreateSimpleRadioBox(3), XmRowColumn(3), XmVaCreateSimpleCheckBox(3), and XmVaCreateSim- pleRadioBox(3). XmCreateWorkArea(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