Sponsored Content
Top Forums UNIX for Dummies Questions & Answers How do I find out what version of X I'm using? Post 23870 by auswipe on Monday 1st of July 2002 04:52:38 PM
Old 07-01-2002
If you are using XFree86 then you can issue a `XFree86 -version` command and get the results.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Can't find/see directory!

I am very new to Unix and am using SunOS 5.7. I have created a new Unix account named "oracle" using the useradd utility, and placed it in the /users directory. I am able to log in as "oracle", but now I can't see anything in the users directory! I used the ls | ws -l command to count the... (2 Replies)
Discussion started by: Val
2 Replies

2. UNIX for Dummies Questions & Answers

can't find gunzip

I installed Solaris 2.6 on a Sparc20... I was trying to uncompress the mozilla source... but it says "gunzip: not found" so... I thought i'd try tar -zxvf... which also won't work. I found gzip on www.sunfreeware.com... but I don't know how to install it... I'm assuming I have to use the... (3 Replies)
Discussion started by: xyyz
3 Replies

3. Programming

Can't find curses library

I am writing a c program with the use of the curses but when i tried compiling i get the error that the curses library is not found the header file i included is curses.h and th command i typed is gcc -o chat chat.c -lcurses 1) Is this correct in linux? 2) found a file libncurses.so.5.2 ... (1 Reply)
Discussion started by: xenon830
1 Replies

4. Programming

i can't use 'make' in my computer?

I need to compile a file,but 'make' does not work.please tell me how to use it or need which tools? (3 Replies)
Discussion started by: dsun5
3 Replies

5. UNIX for Dummies Questions & Answers

'find' command question

my solaris text talks about the 'find' command... it further goes to talk about an "action" used with the find command. I am completely confused as to what the {} do with the find comand. the explanation is this: "A set of braces, {}, delimits where the file name is passed to the command from... (2 Replies)
Discussion started by: xyyz
2 Replies

6. Shell Programming and Scripting

Clearify what it means under 'WHAT' when hit the 'w'-command

I wonder how I shall read the result below, especially 'what' shown below. The result was shown when I entered 'w'. E.g what is TOP? What is gosh ( what does selmgr mean?)? login@ idle JCPU PCPU what 6:15am 7:04 39 39 TOP 6:34am 6:45 45 45 TOP 6:41am ... (1 Reply)
Discussion started by: Aelgen
1 Replies

7. UNIX for Dummies Questions & Answers

quoting echo 'it's friday'

echo 'it's friday' why appear the > (3 Replies)
Discussion started by: yls177
3 Replies

8. UNIX for Advanced & Expert Users

memory free up using 'find'

Hi, I am facing an interesting aspect of find command... to be clear, we are running a small web server with oracle 8i database and Oralce9iAS on Sun E250 with Solaris 2.6 Over a period of time, the free memory ( displayed in 'top' utility ) drops down.. we could relate this to dedicated... (6 Replies)
Discussion started by: shibz
6 Replies

9. UNIX for Advanced & Expert Users

How to remove a file with a leading dash '-' in it's name?

Somehow someone created a file named '-ov' in the root directory. Given the name, the how was probably the result of some cpio command they bozo'ed. I've tried a number of different ways to get rid of it using * and ? wildcards, '\' escape patterns etc.. They all fail with " illegal option --... (3 Replies)
Discussion started by: GSalisbury
3 Replies

10. Shell Programming and Scripting

What are the differences between 'bash' and 'sh'

Hopefully this doesn't come off as too much of a "newbie" question or a flamebait. But I have recently begun working with a Sun Solaris box after having spent the past five years working with RedHat. From what i can tell, thing look fairly similar and the 'man' command is some help. But I've... (7 Replies)
Discussion started by: deckard
7 Replies
QListBoxText(3qt)														 QListBoxText(3qt)

NAME
QListBoxText - List box items that display text SYNOPSIS
#include <qlistbox.h> Inherits QListBoxItem. Public Members QListBoxText ( QListBox * listbox, const QString & text = QString::null ) QListBoxText ( const QString & text = QString::null ) QListBoxText ( QListBox * listbox, const QString & text, QListBoxItem * after ) ~QListBoxText () virtual int height ( const QListBox * lb ) const virtual int width ( const QListBox * lb ) const Protected Members virtual void paint ( QPainter * painter ) DESCRIPTION
The QListBoxText class provides list box items that display text. The text is drawn in the widget's current font. If you need several different fonts, you must implement your own subclass of QListBoxItem. See also QListBox, QListBoxItem, and Advanced Widgets. MEMBER FUNCTION DOCUMENTATION
QListBoxText::QListBoxText ( QListBox * listbox, const QString & text = QString::null ) Constructs a list box item in list box listbox showing the text text. QListBoxText::QListBoxText ( const QString & text = QString::null ) Constructs a list box item showing the text text. QListBoxText::QListBoxText ( QListBox * listbox, const QString & text, QListBoxItem * after ) Constructs a list box item in list box listbox showing the text text. The item is inserted after the item after, or at the beginning if after is 0. QListBoxText::~QListBoxText () Destroys the item. int QListBoxText::height ( const QListBox * lb ) const [virtual] Returns the height of a line of text in list box lb. See also paint() and width(). Reimplemented from QListBoxItem. void QListBoxText::paint ( QPainter * painter ) [virtual protected] Draws the text using painter. Reimplemented from QListBoxItem. int QListBoxText::width ( const QListBox * lb ) const [virtual] Returns the width of this line in list box lb. See also paint() and height(). Reimplemented from QListBoxItem. SEE ALSO
http://doc.trolltech.com/qlistboxtext.html http://www.trolltech.com/faq/tech.html COPYRIGHT
Copyright 1992-2001 Trolltech AS, http://www.trolltech.com. See the license file included in the distribution for a complete license statement. AUTHOR
Generated automatically from the source code. BUGS
If you find a bug in Qt, please report it as described in http://doc.trolltech.com/bughowto.html. Good bug reports help us to help you. Thank you. The definitive Qt documentation is provided in HTML format; it is located at $QTDIR/doc/html and can be read using Qt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. If you find errors in this manual page, please report them to qt-bugs@trolltech.com. Please include the name of the manual page (qlistboxtext.3qt) and the Qt version (3.1.1). Trolltech AS 9 December 2002 QListBoxText(3qt)
All times are GMT -4. The time now is 07:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy