Description:
The Motif GUI for the X Window System.
|
|
|
radio button label is not getting visible
|
| |
Hii guyzz.. I am trying to add a new radio button in the screen using the following code. I could able to see the radio buton but the label string - " primary link" is not getting visible on the screen instead it is takin the next label of radio button which is already an existing code *primary_secondary_CnE_and_Int ernal_link.class: toggleButtonGadget... more »
|
|
Copying XmStrings
|
| |
I want to make a copy of an XmString, replacing all separators (newlines) with a string (such as " | " ) so that the new XmString has only one line. I want to preserve all of the font element tags, layouts, charsets, locales, renditions, etc. associated with each of the text segments. Is there an easy way to do this?... more »
|
|
Ximage display
|
| |
Hi all, I need to display XImage of xlib iusing motif .I learned XmInstallImage can be used, but i dont know how to implement it.Any sample link or help would put me in right path, My pseudo code might look like, XImage *img; img=XCreateImage(...); XmInstallImage(img," name"); /*need to display in scrollable window*/... more »
|
|
Cant add anew column to table
|
| |
Hii guyz... I am new to X-Motif.. I have a file with .uimx which is a resource file. Itz an existing code. I am trying to add a new column in the existing code by changing few parameters. i.e i mentionin below. *equip_list.xrtTblFontListSeri es: "(ALL ALL -adobe-times-bold-r- normal--14-*-iso8859-1)"... more »
|
|
mwm iconbox issue
|
| |
After the last successful (for me) posting, thought I'd try out the other problem which has us stumped. We've opened a ticket with Red Hat on this one without much luck yet, perhaps the general Motif community has some ideas or suggestions. Environment again is a Red Hat Enterprise 5.2 system, Motif... more »
|
|
Motif 1.2 porting to Open Motif 2.x
|
| |
Apologies if this has come up before. We're porting some 15 year old code which ran on DEC UNIX (Motif 1.2 code base) to Red Hat Linux V5.3. Current version of Open Motif looks like 2.x. In one of the applications, we depend upon getting a selection event from an XmToggleButton widget, and we check the event to... more »
|
|
ToggleButtonCallbacks (Radio behavior)
|
| |
When I have two toggle buttons in a RowColumn that has XmNradioBehavior set to True, and register a valueChanged callback on each button, everything works fine when switching from one button to the other: I first get a callback on the button being unset (with cbs->set having a value of False. Then I get a callback on the button being set (with cbs->set having a... more »
|
|
|