Query: dwtcommandappend
OS: ultrix
Section: 3dwt
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DwtCommandAppend(3Dwt) DwtCommandAppend(3Dwt) Name DwtCommandAppend - Appends the passed string to the current command line and executes it, if required. Syntax void DwtCommandAppend(widget, command) Widget widget; char *command; Arguments widget Specifies the ID of the command window widget to whose command line you want to append the passed string. command Specifies the text to be appended to the command line. This argument is a NULL-terminated string. Description The DwtCommandAppend function appends the passed string to the current command line, within the command window widget. If the string sent is terminated with a carriage return (<CR>) or carriage return and/or linefeed (<CR><LF>) character, then the command is executed, the application is informed, the command is moved to the command history, and a new prompt is issued. See Also DwtCommandWindow(3Dwt), DwtCommandErrorMessage(3Dwt), DwtCommandSet(3Dwt) Guide to the XUI Toolkit: C Language Binding Guide to the XUI Toolkit Intrinsics: C Language Binding DwtCommandAppend(3Dwt)
Related Man Pages |
---|
dwtcstextreplace(3dwt) - ultrix |
dwtcstextseteditable(3dwt) - ultrix |
dwtcstextsetmaxlength(3dwt) - ultrix |
dwtstextgetselection(3dwt) - ultrix |
dwtstextsetmaxlength(3dwt) - ultrix |
Similar Topics in the Unix Linux Community |
---|
How do you detect keystrokes in canonical mode? |
Can I change my hostname without messing things up? |
PHP Write Man Pages to MySQL DB |