Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmstring(3) [debian man page]

XmString(3)							  LessTif Manuals						       XmString(3)

NAME
XmString - Motif-compatible string datatype SYNOPSIS
#include <Xm/Xm.h> XmString XmStringCreate DESCRIPTION
XmString X RESOURCES
CLASS HIERARCHY
SEE ALSO
LessTif Project January 2001 XmString(3)

Check Out this Related Man Page

XmCommand(3)							  LessTif Manuals						      XmCommand(3)

NAME
XmCommand - Motif-compatible command-entry widget SYNOPSIS
#include <Xm/Command.h> XmCommand XmCreateCommand DESCRIPTION
XmCommand X RESOURCES
Name Class Type Default Access ------------------------------------------------------------------------------------ XmNcommandEnteredCallback XmCCallback Callback NULL CSG XmNcommandChangedCallback XmCCallback Callback NULL CSG XmNpromptString XmCPromptString XmString NULL CSG XmNcommand XmCTextString XmString NULL CSG XmNhistoryItems XmCItems XmStringTable NULL CSG XmNhistoryItemCount XmCItemCount Int -1 CSG XmNhistoryMaxItems XmCMaxItems Int 100 CSG XmNhistoryVisibleItemCount XmCVisibleItemCount Int 8 CSG XmNdialogType XmCDialogType SelectionType NULL CSG XmNdefaultPosition XmCDefaultPosition Boolean NULL CSG XmNautoUnmanage XmCAutoUnmanage Boolean NULL CSG XmNresizePolicy XmCResizePolicy ResizePolicy NULL CSG XmNcommandEnteredCallback XmNcommandChangedCallback XmNpromptString XmNcommand XmNhistoryItems XmNhistoryItemCount XmNhistoryMaxItems XmNhistoryVisibleItemCount XmNdialogType XmNdefaultPosition XmNautoUnmanage XmNresizePolicy CLASS HIERARCHY
Object(3) Rect(3) UnNamedObj(3) Core(3) Composite(3) Constraint(3) XmManager(3) XmBulletinBoard(3) XmSelectionBox(3) XmCommand(3) CALLBACKS
CONVENIENCE FUNCTIONS
SEE ALSO
LessTif Project April 1998 XmCommand(3)
Man Page

5 More Discussions You Might Find Interesting

1. Programming

fixed-width printf() output on an XmList on Solaris

This one is a bit of bugger and I'm not sure if it's entirely relevant to this board but here goes... I'm trying to produce some fixed width output to a List widget (X11/Motif GUI) So, I use something similar to: sprintf(Buffer, "%*d%*f", 20, some_integer, 20, some_float); This gives me a... (0 Replies)
Discussion started by: trido
0 Replies

2. Linux

XWindows

I have written some Xwindows files would like to know how to compile them tried this command gcc -o main main.o -lXt -lX11 gives errors like could not find Xt & X11 help please (5 Replies)
Discussion started by: wojtyla
5 Replies

3. Programming

Why my code couldn't be compiled

#include <Xm/Xm.h> #include <Xm/PushB.h> Widget CreatePushbutton(Widget parent, char* name, XtCallbackProc callback, XtPointer client_data) { Widget push; Arg args; Cardinal n; n=0; push=XmCreatePushButton(parent, name, args, n); XtAddCallback(push,... (4 Replies)
Discussion started by: endeavour1985
4 Replies

4. Programming

"Blocking" message box in Motif

Hi, i remember that when programming for Windows i used the MessageBox function,which blocked my application until the user made his/her choice. So,that function returned only after this choice. Now i'm using the QuestionDialog widget in motif,and i would like to have that behaviour:is there... (1 Reply)
Discussion started by: Zipi
1 Replies

5. UNIX for Beginners Questions & Answers

Change text font to greater one in this very good MOTIF texteditor ?

Hi, i have here found a very good texteditor source code programmed in the MOTIF GUI language. For myself i need NOTHING else to program. To start from a very easy point of view i want to RUN this editor on my LINUX machine and type simple C code. The reason for this post is that the text... (7 Replies)
Discussion started by: Sennenmut
7 Replies