Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xtgetclassextension(3) [x11r4 man page]

XtGetClassExtension(3)						   XT FUNCTIONS 					    XtGetClassExtension(3)

NAME
XtGetClassExtension - locate a class extension record SYNTAX
XtPointer XtGetClassExtension(WidgetClass object_class, Cardinal byte_offset, XrmQuark type, long version, Cardinal record_size); ARGUMENTS
object_class Specifies the widget class containing the extension list to be searched. byte_offset Specifies the offset in bytes form the base of the widget class of the extension field to be searched. type Specifies the name of the class extension to be located. version Specifies the minimum acceptable version of the class extension required for a match. record_size Specifies the minimum acceptable length of the class extension record required for match, or 0. DESCRIPTION
The list of extension records at the specified offset in the specified widget_class will be searched for a match on the specified type, a version greater than or equal to the specified version, and a record size greater than or equal the specified record_size if it is nonzero. XtGetClassExtension returns a pointer to a matching extension record or NULL if no match is found. The returned extension record is owned by the widget class and must not be modified or freed by the caller, except possibly to be modified by the widget class owner. SEE ALSO
X Toolkit Intrinsics - C Language Interface Xlib - C Language X Interface X Version 11 libXt 1.0.5 XtGetClassExtension(3)

Check Out this Related Man Page

XtGetClassExtension(3)						   XT FUNCTIONS 					    XtGetClassExtension(3)

NAME
XtGetClassExtension - locate a class extension record SYNTAX
XtPointer XtGetClassExtension(WidgetClass object_class, Cardinal byte_offset, XrmQuark type, long version, Cardinal record_size); ARGUMENTS
object_class Specifies the widget class containing the extension list to be searched. byte_offset Specifies the offset in bytes form the base of the widget class of the extension field to be searched. type Specifies the name of the class extension to be located. version Specifies the minimum acceptable version of the class extension required for a match. record_size Specifies the minimum acceptable length of the class extension record required for match, or 0. DESCRIPTION
The list of extension records at the specified offset in the specified widget_class will be searched for a match on the specified type, a version greater than or equal to the specified version, and a record size greater than or equal the specified record_size if it is nonzero. XtGetClassExtension returns a pointer to a matching extension record or NULL if no match is found. The returned extension record is owned by the widget class and must not be modified or freed by the caller, except possibly to be modified by the widget class owner. SEE ALSO
X Toolkit Intrinsics - C Language Interface Xlib - C Language X Interface X Version 11 libXt 1.1.3 XtGetClassExtension(3)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

tr command

I have a record that contains a equal sign plus a linefeed right behind it in the middle of the record, and the end of the record contains a linefeef which I want to keep. I want to remove the equal sign plus linefeed but I am having no luck. I'm using the tr command. Any ideas. (3 Replies)
Discussion started by: Dan Savarino
3 Replies

2. Shell Programming and Scripting

Flat File in HP-UX

Hi I have a file like below . IF the record starts with ASD then change the 20th offset to "K" follwed by that 20th offset value & if the record starts with ASDR then change the 38th offset to "K" followed by 38th offset value . But here the condition is the next value ... (0 Replies)
Discussion started by: Krishnaramjis
0 Replies

3. UNIX for Dummies Questions & Answers

gsed 4.1.5 cannot find ".+" in my file

Hi all I have a file with a single record: "ab"c",asb,"dfe 7"",bbv",12345,q17,"a field with a comma, here",1234.56 If I issue (will print if a match is found) sed -n -e "s/.+/&/gp" myfile > myoutfile myoutfile is always empty. If I issue myoutfile contains the... (2 Replies)
Discussion started by: jgrogan
2 Replies

4. UNIX for Dummies Questions & Answers

About the file extension

Hi everyone, Can we know that which type of file is there without opening a file thanks in advance.... kunal patil (3 Replies)
Discussion started by: kunalpatil09
3 Replies

5. Shell Programming and Scripting

Reducing file lines in awk

Hi, Here i have to check first record $3 $4 with second record $1 $2 respectively. If match found, then check first record $2 == second record $4 , if it equals , then reduce two records to single record like as desired output. Input_file 1 1 2 1 2 1 3 1 3 1 4 1 3 1 3 2 desired... (3 Replies)
Discussion started by: vasanth.vadalur
3 Replies

6. Shell Programming and Scripting

Getting foreach to read a parameter with blank space

my program is designed to take the first parameters as extension, then the rest of the parameters as files to be searched for and, if found, modified by the extension. If not found, it prints an error. Everything is great until: ./chExt.sh 'com' 'king cobra.dat' where $file splits up the two... (2 Replies)
Discussion started by: username652719
2 Replies

7. Shell Programming and Scripting

listing files

Hi Guys, I need to list out the files which are not ending with particular extension in ksh but the extension can come within the file name. Please help me.. Thanks (2 Replies)
Discussion started by: jesu
2 Replies

8. UNIX for Beginners Questions & Answers

How to write a script to match a searched name to a given list?

Full title: How to write a script to match a searched name to a given list, and then returns other names with the same properties Anyway, first time here, hi! So I'm taking an introductory course at uni and there's a question in our lab that asks us to write a script where a user can search a... (4 Replies)
Discussion started by: aheyhey
4 Replies