]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkstock.sgml
gtk/Makefile.am (STOCK_ICONS) gtk/stock-icons/16/gtk-page-setup.png added
[~andy/gtk] / docs / reference / gtk / tmpl / gtkstock.sgml
1 <!-- ##### SECTION Title ##### -->
2 Stock Items
3
4 <!-- ##### SECTION Short_Description ##### -->
5
6 Prebuilt common menu/toolbar items and corresponding icons
7
8 <!-- ##### SECTION Long_Description ##### -->
9 <para>
10 Stock items represent commonly-used menu or toolbar items such as
11 "Open" or "Exit". Each stock item is identified by a stock ID; 
12 stock IDs are just strings, but macros such as #GTK_STOCK_OPEN are
13 provided to avoid typing mistakes in the strings.
14 Applications can register their own stock items in addition to those
15 built-in to GTK+.
16 </para>
17 <para>
18 Each stock ID can be associated with a #GtkStockItem, which contains
19 the user-visible label, keyboard accelerator, and translation domain
20 of the menu or toolbar item; and/or with an icon stored in a
21 #GtkIconFactory. See <link
22 linkend="gtk-Themeable-Stock-Images">GtkIconFactory</link> for
23 more information on stock icons. The connection between a
24 #GtkStockItem and stock icons is purely conventional (by virtue of
25 using the same stock ID); it's possible to register a stock item but
26 no icon, and vice versa. Stock icons may have a RTL variant which gets
27 used for right-to-left locales. 
28 </para>
29
30 <!-- ##### SECTION See_Also ##### -->
31 <para>
32
33 </para>
34
35 <!-- ##### SECTION Stability_Level ##### -->
36
37
38 <!-- ##### STRUCT GtkStockItem ##### -->
39 <para>
40
41 </para>
42
43 @stock_id: 
44 @label: 
45 @modifier: 
46 @keyval: 
47 @translation_domain: 
48
49 <!-- ##### FUNCTION gtk_stock_add ##### -->
50 <para>
51
52 </para>
53
54 @items: 
55 @n_items: 
56
57
58 <!-- ##### FUNCTION gtk_stock_add_static ##### -->
59 <para>
60
61 </para>
62
63 @items: 
64 @n_items: 
65
66
67 <!-- ##### FUNCTION gtk_stock_item_copy ##### -->
68 <para>
69
70 </para>
71
72 @item: 
73 @Returns: 
74
75
76 <!-- ##### FUNCTION gtk_stock_item_free ##### -->
77 <para>
78
79 </para>
80
81 @item: 
82
83
84 <!-- ##### FUNCTION gtk_stock_list_ids ##### -->
85 <para>
86
87 </para>
88
89 @Returns: 
90
91
92 <!-- ##### FUNCTION gtk_stock_lookup ##### -->
93 <para>
94
95 </para>
96
97 @stock_id: 
98 @item: 
99 @Returns: 
100
101
102 <!-- ##### FUNCTION gtk_stock_set_translate_func ##### -->
103 <para>
104
105 </para>
106
107 @domain: 
108 @func: 
109 @data: 
110 @notify: 
111
112
113 <!-- ##### MACRO GTK_STOCK_ABOUT ##### -->
114 <para>
115 The "About" item.
116 <inlinegraphic fileref="gtk-about.png" format="PNG"></inlinegraphic>
117 </para>
118
119 @Since: 2.6
120
121
122 <!-- ##### MACRO GTK_STOCK_ADD ##### -->
123 <para>
124 The "Add" item.
125 <inlinegraphic fileref="gtk-add.png" format="PNG"></inlinegraphic>
126 </para>
127
128
129
130 <!-- ##### MACRO GTK_STOCK_APPLY ##### -->
131 <para>
132 The "Apply" item.
133 <inlinegraphic fileref="gtk-apply.png" format="PNG"></inlinegraphic>
134 </para>
135
136
137
138 <!-- ##### MACRO GTK_STOCK_BOLD ##### -->
139 <para>
140 The "Bold" item.
141 <inlinegraphic fileref="gtk-bold.png" format="PNG"></inlinegraphic>
142 </para>
143
144
145
146 <!-- ##### MACRO GTK_STOCK_CANCEL ##### -->
147 <para>
148 The "Cancel" item.
149 <inlinegraphic fileref="gtk-cancel.png" format="PNG"></inlinegraphic>
150 </para>
151
152
153
154 <!-- ##### MACRO GTK_STOCK_CDROM ##### -->
155 <para>
156 The "CD-Rom" item.
157 <inlinegraphic fileref="gtk-cdrom.png" format="PNG"></inlinegraphic>
158 </para>
159
160
161
162 <!-- ##### MACRO GTK_STOCK_CLEAR ##### -->
163 <para>
164 The "Clear" item.
165 <inlinegraphic fileref="gtk-clear.png" format="PNG"></inlinegraphic>
166 </para>
167
168
169
170 <!-- ##### MACRO GTK_STOCK_CLOSE ##### -->
171 <para>
172 The "Close" item.
173 <inlinegraphic fileref="gtk-close.png" format="PNG"></inlinegraphic>
174 </para>
175
176
177
178 <!-- ##### MACRO GTK_STOCK_COLOR_PICKER ##### -->
179 <para>
180 The "Color Picker" item.
181 <inlinegraphic fileref="gtk-color-picker.png" format="PNG"></inlinegraphic>
182 </para>
183
184 @Since: 2.2
185
186
187 <!-- ##### MACRO GTK_STOCK_CONVERT ##### -->
188 <para>
189 The "Convert" item.
190 <inlinegraphic fileref="gtk-convert.png" format="PNG"></inlinegraphic>
191 </para>
192
193
194
195 <!-- ##### MACRO GTK_STOCK_CONNECT ##### -->
196 <para>
197 The "Connect" icon.
198 <inlinegraphic fileref="gtk-connect.png" format="PNG"></inlinegraphic>
199 </para>
200
201 @Since: 2.6
202
203
204 <!-- ##### MACRO GTK_STOCK_COPY ##### -->
205 <para>
206 The "Copy" item.
207 <inlinegraphic fileref="gtk-copy.png" format="PNG"></inlinegraphic>
208 </para>
209
210
211
212 <!-- ##### MACRO GTK_STOCK_CUT ##### -->
213 <para>
214 The "Cut" item.
215 <inlinegraphic fileref="gtk-cut.png" format="PNG"></inlinegraphic>
216 </para>
217
218
219
220 <!-- ##### MACRO GTK_STOCK_DELETE ##### -->
221 <para>
222 The "Delete" item.
223 <inlinegraphic fileref="gtk-delete.png" format="PNG"></inlinegraphic>
224 </para>
225
226
227
228 <!-- ##### MACRO GTK_STOCK_DIALOG_AUTHENTICATION ##### -->
229 <para>
230 The "Authentication" item.
231 <inlinegraphic fileref="gtk-dialog-authentication.png" format="PNG"></inlinegraphic>
232 </para>
233
234 @Since: 2.4
235
236
237 <!-- ##### MACRO GTK_STOCK_DIALOG_ERROR ##### -->
238 <para>
239 The "Error" item.
240 <inlinegraphic fileref="gtk-dialog-error.png" format="PNG"></inlinegraphic>
241 </para>
242
243
244
245 <!-- ##### MACRO GTK_STOCK_DIALOG_INFO ##### -->
246 <para>
247 The "Information" item.
248 <inlinegraphic fileref="gtk-dialog-info.png" format="PNG"></inlinegraphic>
249 </para>
250
251
252
253 <!-- ##### MACRO GTK_STOCK_DIALOG_QUESTION ##### -->
254 <para>
255 The "Question" item.
256 <inlinegraphic fileref="gtk-dialog-question.png" format="PNG"></inlinegraphic>
257 </para>
258
259
260
261 <!-- ##### MACRO GTK_STOCK_DIALOG_WARNING ##### -->
262 <para>
263 The "Warning" item.
264 <inlinegraphic fileref="gtk-dialog-warning.png" format="PNG"></inlinegraphic>
265 </para>
266
267
268
269 <!-- ##### MACRO GTK_STOCK_DIRECTORY ##### -->
270 <para>
271 The "Directory" icon.
272 <inlinegraphic fileref="gtk-directory.png" format="PNG"></inlinegraphic>
273 </para>
274
275 @Since: 2.6
276
277
278 <!-- ##### MACRO GTK_STOCK_DISCARD ##### -->
279 <para>
280 The "Discard" item.
281 </para>
282
283 @Since: 2.12
284
285
286 <!-- ##### MACRO GTK_STOCK_DISCONNECT ##### -->
287 <para>
288 The "Disconnect" icon.
289 <inlinegraphic fileref="gtk-disconnect.png" format="PNG"></inlinegraphic>
290 </para>
291
292 @Since: 2.6
293
294
295 <!-- ##### MACRO GTK_STOCK_DND ##### -->
296 <para>
297 The "Drag-And-Drop" icon.
298 <inlinegraphic fileref="gtk-dnd.png" format="PNG"></inlinegraphic>
299 </para>
300
301
302
303 <!-- ##### MACRO GTK_STOCK_DND_MULTIPLE ##### -->
304 <para>
305 The "Drag-And-Drop multiple" icon.
306 <inlinegraphic fileref="gtk-dnd-multiple.png" format="PNG"></inlinegraphic>
307 </para>
308
309
310
311 <!-- ##### MACRO GTK_STOCK_EDIT ##### -->
312 <para>
313 The "Edit" item.
314 <inlinegraphic fileref="gtk-edit.png" format="PNG"></inlinegraphic>
315 </para>
316
317 @Since: 2.6
318
319
320 <!-- ##### MACRO GTK_STOCK_EXECUTE ##### -->
321 <para>
322 The "Execute" item.
323 <inlinegraphic fileref="gtk-execute.png" format="PNG"></inlinegraphic>
324 </para>
325
326
327
328 <!-- ##### MACRO GTK_STOCK_FILE ##### -->
329 <para>
330 <para>
331 The "File" icon.
332 <inlinegraphic fileref="gtk-file.png" format="PNG"></inlinegraphic>
333 </para>
334 </para>
335
336 @Since: 2.6
337
338
339 <!-- ##### MACRO GTK_STOCK_FIND ##### -->
340 <para>
341 The "Find" item.
342 <inlinegraphic fileref="gtk-find.png" format="PNG"></inlinegraphic>
343 </para>
344
345
346
347 <!-- ##### MACRO GTK_STOCK_FIND_AND_REPLACE ##### -->
348 <para>
349 The "Find and Replace" item.
350 <inlinegraphic fileref="gtk-find-and-replace.png" format="PNG"></inlinegraphic>
351 </para>
352
353
354
355 <!-- ##### MACRO GTK_STOCK_FLOPPY ##### -->
356 <para>
357 The "Floppy" item.
358 <inlinegraphic fileref="gtk-floppy.png" format="PNG"></inlinegraphic>
359 </para>
360
361
362
363 <!-- ##### MACRO GTK_STOCK_FULLSCREEN ##### -->
364 <para>
365 The "Fullscreen" item.
366 <inlinegraphic fileref="gtk-fullscreen.png" format="PNG"></inlinegraphic>
367 </para>
368
369 @Since: 2.8
370
371
372 <!-- ##### MACRO GTK_STOCK_GOTO_BOTTOM ##### -->
373 <para>
374 The "Bottom" item.
375 <inlinegraphic fileref="gtk-goto-bottom.png" format="PNG"></inlinegraphic>
376 </para>
377
378
379
380 <!-- ##### MACRO GTK_STOCK_GOTO_FIRST ##### -->
381 <para>
382 The "First" item.
383 <inlinegraphic fileref="gtk-goto-first-ltr.png" format="PNG"></inlinegraphic>
384 RTL variant
385 <inlinegraphic fileref="gtk-goto-first-rtl.png" format="PNG"></inlinegraphic>
386 </para>
387
388
389
390 <!-- ##### MACRO GTK_STOCK_GOTO_LAST ##### -->
391 <para>
392 The "Last" item.
393 <inlinegraphic fileref="gtk-goto-last-ltr.png" format="PNG"></inlinegraphic>
394 RTL variant
395 <inlinegraphic fileref="gtk-goto-last-rtl.png" format="PNG"></inlinegraphic>
396 </para>
397
398
399
400 <!-- ##### MACRO GTK_STOCK_GOTO_TOP ##### -->
401 <para>
402 The "Top" item.
403 <inlinegraphic fileref="gtk-goto-top.png" format="PNG"></inlinegraphic>
404 </para>
405
406
407
408 <!-- ##### MACRO GTK_STOCK_GO_BACK ##### -->
409 <para>
410 The "Back" item.
411 <inlinegraphic fileref="gtk-go-back-ltr.png" format="PNG"></inlinegraphic>
412 RTL variant
413 <inlinegraphic fileref="gtk-go-back-rtl.png" format="PNG"></inlinegraphic>
414 </para>
415
416
417
418 <!-- ##### MACRO GTK_STOCK_GO_DOWN ##### -->
419 <para>
420 The "Down" item.
421 <inlinegraphic fileref="gtk-go-down.png" format="PNG"></inlinegraphic>
422 </para>
423
424
425
426 <!-- ##### MACRO GTK_STOCK_GO_FORWARD ##### -->
427 <para>
428 The "Forward" item.
429 <inlinegraphic fileref="gtk-go-forward-ltr.png" format="PNG"></inlinegraphic>
430 RTL variant
431 <inlinegraphic fileref="gtk-go-forward-rtl.png" format="PNG"></inlinegraphic>
432 </para>
433
434
435
436 <!-- ##### MACRO GTK_STOCK_GO_UP ##### -->
437 <para>
438 The "Up" item.
439 <inlinegraphic fileref="gtk-go-up.png" format="PNG"></inlinegraphic>
440 </para>
441
442
443
444 <!-- ##### MACRO GTK_STOCK_HARDDISK ##### -->
445 <para>
446 The "Harddisk" item.
447 <inlinegraphic fileref="gtk-harddisk.png" format="PNG"></inlinegraphic>
448 </para>
449
450 @Since: 2.4
451
452
453 <!-- ##### MACRO GTK_STOCK_HELP ##### -->
454 <para>
455 The "Help" item.
456 <inlinegraphic fileref="gtk-help.png" format="PNG"></inlinegraphic>
457 </para>
458
459
460
461 <!-- ##### MACRO GTK_STOCK_HOME ##### -->
462 <para>
463 The "Home" item.
464 <inlinegraphic fileref="gtk-home.png" format="PNG"></inlinegraphic>
465 </para>
466
467
468
469 <!-- ##### MACRO GTK_STOCK_INDENT ##### -->
470 <para>
471 The "Indent" item.
472 <inlinegraphic fileref="gtk-indent-ltr.png" format="PNG"></inlinegraphic>
473 RTL variant
474 <inlinegraphic fileref="gtk-indent-rtl.png" format="PNG"></inlinegraphic>
475 </para>
476
477 @Since: 2.4
478
479
480 <!-- ##### MACRO GTK_STOCK_INDEX ##### -->
481 <para>
482 The "Index" item.
483 <inlinegraphic fileref="gtk-index.png" format="PNG"></inlinegraphic>
484 </para>
485
486
487
488 <!-- ##### MACRO GTK_STOCK_INFO ##### -->
489 <para>
490 The "Info" item.
491 <inlinegraphic fileref="gtk-info.png" format="PNG"></inlinegraphic>
492 </para>
493
494 @Since: 2.8
495
496
497 <!-- ##### MACRO GTK_STOCK_ITALIC ##### -->
498 <para>
499 The "Italic" item.
500 <inlinegraphic fileref="gtk-italic.png" format="PNG"></inlinegraphic>
501 </para>
502
503
504
505 <!-- ##### MACRO GTK_STOCK_JUMP_TO ##### -->
506 <para>
507 The "Jump to" item.
508 <inlinegraphic fileref="gtk-jump-to-ltr.png" format="PNG"></inlinegraphic>
509 RTL-variant 
510 <inlinegraphic fileref="gtk-jump-to-rtl.png" format="PNG"></inlinegraphic>
511 </para>
512
513
514
515 <!-- ##### MACRO GTK_STOCK_JUSTIFY_CENTER ##### -->
516 <para>
517 The "Center" item.
518 <inlinegraphic fileref="gtk-justify-center.png" format="PNG"></inlinegraphic>
519 </para>
520
521
522
523 <!-- ##### MACRO GTK_STOCK_JUSTIFY_FILL ##### -->
524 <para>
525 The "Fill" item.
526 <inlinegraphic fileref="gtk-justify-fill.png" format="PNG"></inlinegraphic>
527 </para>
528
529
530
531 <!-- ##### MACRO GTK_STOCK_JUSTIFY_LEFT ##### -->
532 <para>
533 The "Left" item.
534 <inlinegraphic fileref="gtk-justify-left.png" format="PNG"></inlinegraphic>
535 </para>
536
537
538
539 <!-- ##### MACRO GTK_STOCK_JUSTIFY_RIGHT ##### -->
540 <para>
541 The "Right" item.
542 <inlinegraphic fileref="gtk-justify-right.png" format="PNG"></inlinegraphic>
543 </para>
544
545
546
547 <!-- ##### MACRO GTK_STOCK_LEAVE_FULLSCREEN ##### -->
548 <para>
549 The "Leave Fullscreen" item.
550 <inlinegraphic fileref="gtk-leave-fullscreen.png" format="PNG"></inlinegraphic>
551 </para>
552
553 @Since: 2.8
554
555
556 <!-- ##### MACRO GTK_STOCK_MEDIA_FORWARD ##### -->
557 <para>
558 The "Media Forward" item.
559 <inlinegraphic fileref="gtk-media-forward-ltr.png" format="PNG"></inlinegraphic>
560 RTL variant
561 <inlinegraphic fileref="gtk-media-forward-rtl.png" format="PNG"></inlinegraphic>
562 </para>
563
564 @Since: 2.6
565
566
567 <!-- ##### MACRO GTK_STOCK_MEDIA_NEXT ##### -->
568 <para>
569 The "Media Next" item.
570 <inlinegraphic fileref="gtk-media-next-ltr.png" format="PNG"></inlinegraphic>
571 RTL variant
572 <inlinegraphic fileref="gtk-media-next-rtl.png" format="PNG"></inlinegraphic>
573 </para>
574
575 @Since: 2.6
576
577
578 <!-- ##### MACRO GTK_STOCK_MEDIA_PAUSE ##### -->
579 <para>
580 The "Media Pause" item.
581 <inlinegraphic fileref="gtk-media-pause.png" format="PNG"></inlinegraphic>
582 </para>
583
584 @Since: 2.6
585
586
587 <!-- ##### MACRO GTK_STOCK_MEDIA_PLAY ##### -->
588 <para>
589 The "Media Play" item.
590 <inlinegraphic fileref="gtk-media-play-ltr.png" format="PNG"></inlinegraphic>
591 RTL variant
592 <inlinegraphic fileref="gtk-media-play-rtl.png" format="PNG"></inlinegraphic>
593 </para>
594
595 @Since: 2.6
596
597
598 <!-- ##### MACRO GTK_STOCK_MEDIA_PREVIOUS ##### -->
599 <para>
600 The "Media Previous" item.
601 <inlinegraphic fileref="gtk-media-previous-ltr.png" format="PNG"></inlinegraphic>
602 RTL variant
603 <inlinegraphic fileref="gtk-media-previous-rtl.png" format="PNG"></inlinegraphic>
604 </para>
605
606 @Since: 2.6
607
608
609 <!-- ##### MACRO GTK_STOCK_MEDIA_RECORD ##### -->
610 <para>
611 The "Media Record" item.
612 <inlinegraphic fileref="gtk-media-record.png" format="PNG"></inlinegraphic>
613 </para>
614
615 @Since: 2.6
616
617
618 <!-- ##### MACRO GTK_STOCK_MEDIA_REWIND ##### -->
619 <para>
620 The "Media Rewind" item.
621 <inlinegraphic fileref="gtk-media-rewind-ltr.png" format="PNG"></inlinegraphic>
622 RTL variant
623 <inlinegraphic fileref="gtk-media-rewind-rtl.png" format="PNG"></inlinegraphic>
624 </para>
625
626 @Since: 2.6
627
628
629 <!-- ##### MACRO GTK_STOCK_MEDIA_STOP ##### -->
630 <para>
631 The "Media Stop" item.
632 <inlinegraphic fileref="gtk-media-stop.png" format="PNG"></inlinegraphic>
633 </para>
634
635 @Since: 2.6
636
637
638 <!-- ##### MACRO GTK_STOCK_MISSING_IMAGE ##### -->
639 <para>
640 The "Missing image" icon.
641 <inlinegraphic fileref="gtk-missing-image.png" format="PNG"></inlinegraphic>
642 </para>
643
644
645
646 <!-- ##### MACRO GTK_STOCK_NETWORK ##### -->
647 <para>
648 The "Network" item.
649 <inlinegraphic fileref="gtk-network.png" format="PNG"></inlinegraphic>
650 </para>
651
652 @Since: 2.4
653
654
655 <!-- ##### MACRO GTK_STOCK_NEW ##### -->
656 <para>
657 The "New" item.
658 <inlinegraphic fileref="gtk-new.png" format="PNG"></inlinegraphic>
659 </para>
660
661
662
663 <!-- ##### MACRO GTK_STOCK_NO ##### -->
664 <para>
665 The "No" item.
666 <inlinegraphic fileref="gtk-no.png" format="PNG"></inlinegraphic>
667 </para>
668
669
670
671 <!-- ##### MACRO GTK_STOCK_OK ##### -->
672 <para>
673 The "OK" item.
674 <inlinegraphic fileref="gtk-ok.png" format="PNG"></inlinegraphic>
675 </para>
676
677
678
679 <!-- ##### MACRO GTK_STOCK_OPEN ##### -->
680 <para>
681 The "Open" item.
682 <inlinegraphic fileref="gtk-open.png" format="PNG"></inlinegraphic>
683 </para>
684
685
686
687 <!-- ##### MACRO GTK_STOCK_ORIENTATION_LANDSCAPE ##### -->
688 <para>
689 The "Landscape Orientation" item.
690 <inlinegraphic fileref="gtk-orientation-landscape.png" format="PNG"></inlinegraphic>
691 </para>
692
693 @Since: 2.10
694
695
696 <!-- ##### MACRO GTK_STOCK_ORIENTATION_PORTRAIT ##### -->
697 <para>
698 The "Portrait Orientation" item.
699 <inlinegraphic fileref="gtk-orientation-portrait.png" format="PNG"></inlinegraphic>
700 </para>
701
702 @Since: 2.10
703
704
705 <!-- ##### MACRO GTK_STOCK_ORIENTATION_REVERSE_LANDSCAPE ##### -->
706 <para>
707 The "Reverse Landscape Orientation" item.
708 <inlinegraphic fileref="gtk-orientation-reverse-landscape.png" format="PNG"></inlinegraphic>
709 </para>
710
711 @Since: 2.10
712
713
714 <!-- ##### MACRO GTK_STOCK_ORIENTATION_REVERSE_PORTRAIT ##### -->
715 <para>
716 The "Reverse Portrait Orientation" item.
717 <inlinegraphic fileref="gtk-orientation-reverse-portrait.png" format="PNG"></inlinegraphic>
718 </para>
719
720 @Since: 2.10
721
722
723 <!-- ##### MACRO GTK_STOCK_PAGE_SETUP ##### -->
724 <para>
725 The "Page Setup" item.
726 <inlinegraphic fileref="gtk-page-setup.png" format="PNG"></inlinegraphic>
727 </para>
728
729 @Since: 2.14
730
731
732 <!-- ##### MACRO GTK_STOCK_PASTE ##### -->
733 <para>
734 The "Paste" item.
735 <inlinegraphic fileref="gtk-paste.png" format="PNG"></inlinegraphic>
736 </para>
737
738
739
740 <!-- ##### MACRO GTK_STOCK_PREFERENCES ##### -->
741 <para>
742 The "Preferences" item.
743 <inlinegraphic fileref="gtk-preferences.png" format="PNG"></inlinegraphic>
744 </para>
745
746
747
748 <!-- ##### MACRO GTK_STOCK_PRINT ##### -->
749 <para>
750 The "Print" item.
751 <inlinegraphic fileref="gtk-print.png" format="PNG"></inlinegraphic>
752 </para>
753
754
755
756 <!-- ##### MACRO GTK_STOCK_PRINT_PREVIEW ##### -->
757 <para>
758 The "Print Preview" item.
759 <inlinegraphic fileref="gtk-print-preview.png" format="PNG"></inlinegraphic>
760 </para>
761
762
763
764 <!-- ##### MACRO GTK_STOCK_PROPERTIES ##### -->
765 <para>
766 The "Properties" item.
767 <inlinegraphic fileref="gtk-properties.png" format="PNG"></inlinegraphic>
768 </para>
769
770
771
772 <!-- ##### MACRO GTK_STOCK_QUIT ##### -->
773 <para>
774 The "Quit" item.
775 <inlinegraphic fileref="gtk-quit.png" format="PNG"></inlinegraphic>
776 </para>
777
778
779
780 <!-- ##### MACRO GTK_STOCK_REDO ##### -->
781 <para>
782 The "Redo" item.
783 <inlinegraphic fileref="gtk-redo-ltr.png" format="PNG"></inlinegraphic>
784 RTL variant
785 <inlinegraphic fileref="gtk-redo-rtl.png" format="PNG"></inlinegraphic>
786 </para>
787
788
789
790 <!-- ##### MACRO GTK_STOCK_REFRESH ##### -->
791 <para>
792 The "Refresh" item.
793 <inlinegraphic fileref="gtk-refresh.png" format="PNG"></inlinegraphic>
794 </para>
795
796
797
798 <!-- ##### MACRO GTK_STOCK_REMOVE ##### -->
799 <para>
800 The "Remove" item.
801 <inlinegraphic fileref="gtk-remove.png" format="PNG"></inlinegraphic>
802 </para>
803
804
805
806 <!-- ##### MACRO GTK_STOCK_REVERT_TO_SAVED ##### -->
807 <para>
808 The "Revert" item.
809 <inlinegraphic fileref="gtk-revert-to-saved-ltr.png" format="PNG"></inlinegraphic>
810 RTL variant
811 <inlinegraphic fileref="gtk-revert-to-saved-rtl.png" format="PNG"></inlinegraphic>
812 </para>
813
814
815
816 <!-- ##### MACRO GTK_STOCK_SAVE ##### -->
817 <para>
818 The "Save" item.
819 <inlinegraphic fileref="gtk-save.png" format="PNG"></inlinegraphic>
820 </para>
821
822
823
824 <!-- ##### MACRO GTK_STOCK_SAVE_AS ##### -->
825 <para>
826 The "Save As" item.
827 <inlinegraphic fileref="gtk-save-as.png" format="PNG"></inlinegraphic>
828 </para>
829
830
831
832 <!-- ##### MACRO GTK_STOCK_SELECT_ALL ##### -->
833 <para>
834 The "Select All" item.
835 <inlinegraphic fileref="gtk-select-all.png" format="PNG"></inlinegraphic>
836 </para>
837
838 @Since: 2.10
839
840
841 <!-- ##### MACRO GTK_STOCK_SELECT_COLOR ##### -->
842 <para>
843 The "Color" item.
844 <inlinegraphic fileref="gtk-select-color.png" format="PNG"></inlinegraphic>
845 </para>
846
847
848
849 <!-- ##### MACRO GTK_STOCK_SELECT_FONT ##### -->
850 <para>
851 The "Font" item.
852 <inlinegraphic fileref="gtk-font.png" format="PNG"></inlinegraphic>
853 </para>
854
855
856
857 <!-- ##### MACRO GTK_STOCK_SORT_ASCENDING ##### -->
858 <para>
859 The "Ascending" item.
860 <inlinegraphic fileref="gtk-sort-ascending.png" format="PNG"></inlinegraphic>
861 </para>
862
863
864
865 <!-- ##### MACRO GTK_STOCK_SORT_DESCENDING ##### -->
866 <para>
867 The "Descending" item.
868 <inlinegraphic fileref="gtk-sort-descending.png" format="PNG"></inlinegraphic>
869 </para>
870
871
872
873 <!-- ##### MACRO GTK_STOCK_SPELL_CHECK ##### -->
874 <para>
875 The "Spell Check" item.
876 <inlinegraphic fileref="gtk-spell-check.png" format="PNG"></inlinegraphic>
877 </para>
878
879
880
881 <!-- ##### MACRO GTK_STOCK_STOP ##### -->
882 <para>
883 The "Stop" item.
884 <inlinegraphic fileref="gtk-stop.png" format="PNG"></inlinegraphic>
885 </para>
886
887
888
889 <!-- ##### MACRO GTK_STOCK_STRIKETHROUGH ##### -->
890 <para>
891 The "Strikethrough" item.
892 <inlinegraphic fileref="gtk-strikethrough.png" format="PNG"></inlinegraphic>
893 </para>
894
895
896
897 <!-- ##### MACRO GTK_STOCK_UNDELETE ##### -->
898 <para>
899 The "Undelete" item.
900 <inlinegraphic fileref="gtk-undelete-ltr.png" format="PNG"></inlinegraphic>
901 RTL variant
902 <inlinegraphic fileref="gtk-undelete-rtl.png" format="PNG"></inlinegraphic>
903 </para>
904
905
906
907 <!-- ##### MACRO GTK_STOCK_UNDERLINE ##### -->
908 <para>
909 The "Underline" item.
910 <inlinegraphic fileref="gtk-underline.png" format="PNG"></inlinegraphic>
911 </para>
912
913
914
915 <!-- ##### MACRO GTK_STOCK_UNDO ##### -->
916 <para>
917 The "Undo" item.
918 <inlinegraphic fileref="gtk-undo-ltr.png" format="PNG"></inlinegraphic>
919 RTL variant
920 <inlinegraphic fileref="gtk-undo-rtl.png" format="PNG"></inlinegraphic>
921 </para>
922
923
924
925 <!-- ##### MACRO GTK_STOCK_UNINDENT ##### -->
926 <para>
927 The "Unindent" item.
928 <inlinegraphic fileref="gtk-unindent-ltr.png" format="PNG"></inlinegraphic>
929 RTL variant
930 <inlinegraphic fileref="gtk-unindent-rtl.png" format="PNG"></inlinegraphic>
931 </para>
932
933 @Since: 2.4
934
935
936 <!-- ##### MACRO GTK_STOCK_YES ##### -->
937 <para>
938 The "Yes" item.
939 <inlinegraphic fileref="gtk-yes.png" format="PNG"></inlinegraphic>
940 </para>
941
942
943
944 <!-- ##### MACRO GTK_STOCK_ZOOM_100 ##### -->
945 <para>
946 The "Zoom 100%" item.
947 <inlinegraphic fileref="gtk-zoom-100.png" format="PNG"></inlinegraphic>
948 </para>
949
950
951
952 <!-- ##### MACRO GTK_STOCK_ZOOM_FIT ##### -->
953 <para>
954 The "Zoom to Fit" item.
955 <inlinegraphic fileref="gtk-zoom-fit.png" format="PNG"></inlinegraphic>
956 </para>
957
958
959
960 <!-- ##### MACRO GTK_STOCK_ZOOM_IN ##### -->
961 <para>
962 The "Zoom In" item.
963 <inlinegraphic fileref="gtk-zoom-in.png" format="PNG"></inlinegraphic>
964 </para>
965
966
967
968 <!-- ##### MACRO GTK_STOCK_ZOOM_OUT ##### -->
969 <para>
970 The "Zoom Out" item.
971 <inlinegraphic fileref="gtk-zoom-out.png" format="PNG"></inlinegraphic>
972 </para>
973
974
975