Online Documentation Server
 ПОИСК
ods.com.ua Web
 КАТЕГОРИИ
Home
Programming
Net technology
Unixes
Security
RFC, HOWTO
Web technology
Data bases
Other docs

 


 ПОДПИСКА

 О КОПИРАЙТАХ
Вся предоставленная на этом сервере информация собрана нами из разных источников. Если Вам кажется, что публикация каких-то документов нарушает чьи-либо авторские права, сообщите нам об этом.




Naming Conventions
next up previous contents
Next: Loading External Resource Up: Writing An Xlib Previous: Writing An Xlib

Naming Conventions

All Xlib routine names begin with an uppercase X and the remainder of the name follows a mixed case convention, where the first letter of each word is in uppercase, for example XOpenDisplay. Nearly all Xlib macro names and predefined constants do not begin with an uppercase X, but follow the mixed case convention, for example the macro WhitePixel. The predefined constants referring to predefined atom names use all uppercase letters, with underscores between words and begin with XA_, for example XA_WM_HINTS. Most Xlib data structure type names begin with an uppercase X and follow the mixed case convention, for example XEvent. The names of the components of Xlib data structures use lowercase letters, with underscores between words, for example do_not_propagate_mask.



JR Pitchers
Wed May 3 16:45:04 BST 1995


With any suggestions or questions please feel free to contact us