comparison doc/standards.texi @ 37512:6091df554dc6

autoupdate
author Karl Berry <karl@freefriends.org>
date Sat, 13 Dec 2014 06:51:11 -0800
parents 6f6e7d879436
children 23358c3412ba
comparison
equal deleted inserted replaced
37511:2e072445c24a 37512:6091df554dc6
1 \input texinfo @c -*-texinfo-*- 1 \input texinfo @c -*-texinfo-*-
2 @c %**start of header 2 @c %**start of header
3 @setfilename standards.info 3 @setfilename standards.info
4 @settitle GNU Coding Standards 4 @settitle GNU Coding Standards
5 @c This date is automagically updated when you save this file: 5 @c This date is automagically updated when you save this file:
6 @set lastupdate May 13, 2014 6 @set lastupdate December 10, 2014
7 @c %**end of header 7 @c %**end of header
8 8
9 @dircategory GNU organization 9 @dircategory GNU organization
10 @direntry 10 @direntry
11 * Standards: (standards). GNU coding standards. 11 * Standards: (standards). GNU coding standards.
868 @cindex graphical user interface 868 @cindex graphical user interface
869 @cindex interface styles 869 @cindex interface styles
870 @cindex user interface styles 870 @cindex user interface styles
871 871
872 @cindex GTK+ 872 @cindex GTK+
873 @cindex GNUstep
873 When you write a program that provides a graphical user interface, 874 When you write a program that provides a graphical user interface,
874 please make it work with the X Window System and the GTK+ toolkit 875 please make it work with the X Window System, using the GTK+ toolkit
875 unless the functionality specifically requires some alternative (for 876 or the GNUstep toolkit, unless the functionality specifically requires
876 example, ``displaying jpeg images while in console mode''). 877 some alternative (for example, ``displaying jpeg images while in
878 console mode'').
877 879
878 In addition, please provide a command-line interface to control the 880 In addition, please provide a command-line interface to control the
879 functionality. (In many cases, the graphical user interface can be a 881 functionality. (In many cases, the graphical user interface can be a
880 separate program which invokes the command-line program.) This is 882 separate program which invokes the command-line program.) This is
881 so that the same jobs can be done from scripts. 883 so that the same jobs can be done from scripts.