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

XmSelectionBox(3)						  LessTif Manuals						 XmSelectionBox(3)

NAME
XmSelectionBox - Motif-compatible list-selector widget SYNOPSIS
#include <Xm/SelectionB.h> XmSelectionBox XmCreateSelectionBox DESCRIPTION
XmSelectionBox X RESOURCES
Name Class Type Default Access ------------------------------------------------------------------------------------------- XmNtextAccelerators XmCAccelerators AcceleratorTable NULL CSG XmNselectionLabelString XmCSelectionLabelString XmString (null) CSG XmNlistLabelString XmCListLabelString XmString (null) CSG XmNtextColumns XmCColumns Short NULL CSG XmNtextString XmCTextString XmString NULL CSG XmNlistItems XmCItems XmStringTable NULL CSG XmNlistItemCount XmCItemCount Int -1 CSG XmNlistVisibleItemCount XmCVisibleItemCount Int 8 CSG XmNokLabelString XmCOkLabelString XmString (null) CSG XmNapplyLabelString XmCApplyLabelString XmString (null) CSG XmNcancelLabelString XmCCancelLabelString XmString (null) CSG XmNhelpLabelString XmCHelpLabelString XmString (null) CSG XmNnoMatchCallback XmCCallback Callback NULL CSG XmNmustMatch XmCMustMatch Boolean NULL CSG XmNminimizeButtons XmCMinimizeButtons Boolean NULL CSG XmNokCallback XmCCallback Callback NULL CSG XmNapplyCallback XmCCallback Callback NULL CSG XmNcancelCallback XmCCallback Callback NULL CSG XmNdialogType XmCDialogType SelectionType NULL CSG XmNshadowThickness XmCShadowThickness HorizontalDimension NULL CSG XmNchildPlacement XmCChildPlacement ChildPlacement NULL CSG XmNtextAccelerators XmNselectionLabelString XmNlistLabelString XmNtextColumns XmNtextString XmNlistItems XmNlistItemCount XmNlistVisibleItemCount XmNokLabelString XmNapplyLabelString XmNcancelLabelString XmNhelpLabelString XmNnoMatchCallback XmNmustMatch XmNminimizeButtons XmNokCallback XmNapplyCallback XmNcancelCallback XmNdialogType XmNshadowThickness XmNchildPlacement CLASS HIERARCHY
Object(3) Rect(3) UnNamedObj(3) Core(3) Composite(3) Constraint(3) XmManager(3) XmBulletinBoard(3) XmSelectionBox(3) CALLBACKS
CONVENIENCE FUNCTIONS
SEE ALSO
LessTif Project April 1998 XmSelectionBox(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