]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkstock.sgml
2.9.3
[~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_DISCONNECT ##### -->
279 <para>
280 The "Disconnect" icon.
281 <inlinegraphic fileref="gtk-disconnect.png" format="PNG"></inlinegraphic>
282 </para>
283
284 @Since: 2.6
285
286
287 <!-- ##### MACRO GTK_STOCK_DND ##### -->
288 <para>
289 The "Drag-And-Drop" icon.
290 <inlinegraphic fileref="gtk-dnd.png" format="PNG"></inlinegraphic>
291 </para>
292
293
294
295 <!-- ##### MACRO GTK_STOCK_DND_MULTIPLE ##### -->
296 <para>
297 The "Drag-And-Drop multiple" icon.
298 <inlinegraphic fileref="gtk-dnd-multiple.png" format="PNG"></inlinegraphic>
299 </para>
300
301
302
303 <!-- ##### MACRO GTK_STOCK_EDIT ##### -->
304 <para>
305 The "Edit" item.
306 <inlinegraphic fileref="gtk-edit.png" format="PNG"></inlinegraphic>
307 </para>
308
309 @Since: 2.6
310
311
312 <!-- ##### MACRO GTK_STOCK_EXECUTE ##### -->
313 <para>
314 The "Execute" item.
315 <inlinegraphic fileref="gtk-execute.png" format="PNG"></inlinegraphic>
316 </para>
317
318
319
320 <!-- ##### MACRO GTK_STOCK_FILE ##### -->
321 <para>
322 <para>
323 The "File" icon.
324 <inlinegraphic fileref="gtk-file.png" format="PNG"></inlinegraphic>
325 </para>
326 </para>
327
328 @Since: 2.6
329
330
331 <!-- ##### MACRO GTK_STOCK_FIND ##### -->
332 <para>
333 The "Find" item.
334 <inlinegraphic fileref="gtk-find.png" format="PNG"></inlinegraphic>
335 </para>
336
337
338
339 <!-- ##### MACRO GTK_STOCK_FIND_AND_REPLACE ##### -->
340 <para>
341 The "Find and Replace" item.
342 <inlinegraphic fileref="gtk-find-and-replace.png" format="PNG"></inlinegraphic>
343 </para>
344
345
346
347 <!-- ##### MACRO GTK_STOCK_FLOPPY ##### -->
348 <para>
349 The "Floppy" item.
350 <inlinegraphic fileref="gtk-floppy.png" format="PNG"></inlinegraphic>
351 </para>
352
353
354
355 <!-- ##### MACRO GTK_STOCK_FULLSCREEN ##### -->
356 <para>
357 The "Fullscreen" item.
358 <inlinegraphic fileref="gtk-fullscreen.png" format="PNG"></inlinegraphic>
359 </para>
360
361 @Since: 2.8
362
363
364 <!-- ##### MACRO GTK_STOCK_GOTO_BOTTOM ##### -->
365 <para>
366 The "Bottom" item.
367 <inlinegraphic fileref="gtk-goto-bottom.png" format="PNG"></inlinegraphic>
368 </para>
369
370
371
372 <!-- ##### MACRO GTK_STOCK_GOTO_FIRST ##### -->
373 <para>
374 The "First" item.
375 <inlinegraphic fileref="gtk-goto-first-ltr.png" format="PNG"></inlinegraphic>
376 RTL variant
377 <inlinegraphic fileref="gtk-goto-first-rtl.png" format="PNG"></inlinegraphic>
378 </para>
379
380
381
382 <!-- ##### MACRO GTK_STOCK_GOTO_LAST ##### -->
383 <para>
384 The "Last" item.
385 <inlinegraphic fileref="gtk-goto-last-ltr.png" format="PNG"></inlinegraphic>
386 RTL variant
387 <inlinegraphic fileref="gtk-goto-last-rtl.png" format="PNG"></inlinegraphic>
388 </para>
389
390
391
392 <!-- ##### MACRO GTK_STOCK_GOTO_TOP ##### -->
393 <para>
394 The "Top" item.
395 <inlinegraphic fileref="gtk-goto-top.png" format="PNG"></inlinegraphic>
396 </para>
397
398
399
400 <!-- ##### MACRO GTK_STOCK_GO_BACK ##### -->
401 <para>
402 The "Back" item.
403 <inlinegraphic fileref="gtk-go-back-ltr.png" format="PNG"></inlinegraphic>
404 RTL variant
405 <inlinegraphic fileref="gtk-go-back-rtl.png" format="PNG"></inlinegraphic>
406 </para>
407
408
409
410 <!-- ##### MACRO GTK_STOCK_GO_DOWN ##### -->
411 <para>
412 The "Down" item.
413 <inlinegraphic fileref="gtk-go-down.png" format="PNG"></inlinegraphic>
414 </para>
415
416
417
418 <!-- ##### MACRO GTK_STOCK_GO_FORWARD ##### -->
419 <para>
420 The "Forward" item.
421 <inlinegraphic fileref="gtk-go-forward-ltr.png" format="PNG"></inlinegraphic>
422 RTL variant
423 <inlinegraphic fileref="gtk-go-forward-rtl.png" format="PNG"></inlinegraphic>
424 </para>
425
426
427
428 <!-- ##### MACRO GTK_STOCK_GO_UP ##### -->
429 <para>
430 The "Up" item.
431 <inlinegraphic fileref="gtk-go-up.png" format="PNG"></inlinegraphic>
432 </para>
433
434
435
436 <!-- ##### MACRO GTK_STOCK_HARDDISK ##### -->
437 <para>
438 The "Harddisk" item.
439 <inlinegraphic fileref="gtk-harddisk.png" format="PNG"></inlinegraphic>
440 </para>
441
442 @Since: 2.4
443
444
445 <!-- ##### MACRO GTK_STOCK_HELP ##### -->
446 <para>
447 The "Help" item.
448 <inlinegraphic fileref="gtk-help.png" format="PNG"></inlinegraphic>
449 </para>
450
451
452
453 <!-- ##### MACRO GTK_STOCK_HOME ##### -->
454 <para>
455 The "Home" item.
456 <inlinegraphic fileref="gtk-home.png" format="PNG"></inlinegraphic>
457 </para>
458
459
460
461 <!-- ##### MACRO GTK_STOCK_INDENT ##### -->
462 <para>
463 The "Indent" item.
464 <inlinegraphic fileref="gtk-indent-ltr.png" format="PNG"></inlinegraphic>
465 RTL variant
466 <inlinegraphic fileref="gtk-indent-rtl.png" format="PNG"></inlinegraphic>
467 </para>
468
469 @Since: 2.4
470
471
472 <!-- ##### MACRO GTK_STOCK_INDEX ##### -->
473 <para>
474 The "Index" item.
475 <inlinegraphic fileref="gtk-index.png" format="PNG"></inlinegraphic>
476 </para>
477
478
479
480 <!-- ##### MACRO GTK_STOCK_INFO ##### -->
481 <para>
482 The "Info" item.
483 <inlinegraphic fileref="gtk-info.png" format="PNG"></inlinegraphic>
484 </para>
485
486 @Since: 2.8
487
488
489 <!-- ##### MACRO GTK_STOCK_ITALIC ##### -->
490 <para>
491 The "Italic" item.
492 <inlinegraphic fileref="gtk-italic.png" format="PNG"></inlinegraphic>
493 </para>
494
495
496
497 <!-- ##### MACRO GTK_STOCK_JUMP_TO ##### -->
498 <para>
499 The "Jump to" item.
500 <inlinegraphic fileref="gtk-jump-to-ltr.png" format="PNG"></inlinegraphic>
501 RTL-variant 
502 <inlinegraphic fileref="gtk-jump-to-rtl.png" format="PNG"></inlinegraphic>
503 </para>
504
505
506
507 <!-- ##### MACRO GTK_STOCK_JUSTIFY_CENTER ##### -->
508 <para>
509 The "Center" item.
510 <inlinegraphic fileref="gtk-justify-center.png" format="PNG"></inlinegraphic>
511 </para>
512
513
514
515 <!-- ##### MACRO GTK_STOCK_JUSTIFY_FILL ##### -->
516 <para>
517 The "Fill" item.
518 <inlinegraphic fileref="gtk-justify-fill.png" format="PNG"></inlinegraphic>
519 </para>
520
521
522
523 <!-- ##### MACRO GTK_STOCK_JUSTIFY_LEFT ##### -->
524 <para>
525 The "Left" item.
526 <inlinegraphic fileref="gtk-justify-left.png" format="PNG"></inlinegraphic>
527 </para>
528
529
530
531 <!-- ##### MACRO GTK_STOCK_JUSTIFY_RIGHT ##### -->
532 <para>
533 The "Right" item.
534 <inlinegraphic fileref="gtk-justify-right.png" format="PNG"></inlinegraphic>
535 </para>
536
537
538
539 <!-- ##### MACRO GTK_STOCK_LEAVE_FULLSCREEN ##### -->
540 <para>
541 The "Leave Fullscreen" item.
542 <inlinegraphic fileref="gtk-leave-fullscreen.png" format="PNG"></inlinegraphic>
543 </para>
544
545 @Since: 2.8
546
547
548 <!-- ##### MACRO GTK_STOCK_MEDIA_FORWARD ##### -->
549 <para>
550 The "Media Forward" item.
551 <inlinegraphic fileref="gtk-media-forward-ltr.png" format="PNG"></inlinegraphic>
552 RTL variant
553 <inlinegraphic fileref="gtk-media-forward-rtl.png" format="PNG"></inlinegraphic>
554 </para>
555
556 @Since: 2.6
557
558
559 <!-- ##### MACRO GTK_STOCK_MEDIA_NEXT ##### -->
560 <para>
561 The "Media Next" item.
562 <inlinegraphic fileref="gtk-media-next-ltr.png" format="PNG"></inlinegraphic>
563 RTL variant
564 <inlinegraphic fileref="gtk-media-next-rtl.png" format="PNG"></inlinegraphic>
565 </para>
566
567 @Since: 2.6
568
569
570 <!-- ##### MACRO GTK_STOCK_MEDIA_PAUSE ##### -->
571 <para>
572 The "Media Pause" item.
573 <inlinegraphic fileref="gtk-media-pause.png" format="PNG"></inlinegraphic>
574 </para>
575
576 @Since: 2.6
577
578
579 <!-- ##### MACRO GTK_STOCK_MEDIA_PLAY ##### -->
580 <para>
581 The "Media Play" item.
582 <inlinegraphic fileref="gtk-media-play-ltr.png" format="PNG"></inlinegraphic>
583 RTL variant
584 <inlinegraphic fileref="gtk-media-play-rtl.png" format="PNG"></inlinegraphic>
585 </para>
586
587 @Since: 2.6
588
589
590 <!-- ##### MACRO GTK_STOCK_MEDIA_PREVIOUS ##### -->
591 <para>
592 The "Media Previous" item.
593 <inlinegraphic fileref="gtk-media-previous-ltr.png" format="PNG"></inlinegraphic>
594 RTL variant
595 <inlinegraphic fileref="gtk-media-previous-rtl.png" format="PNG"></inlinegraphic>
596 </para>
597
598 @Since: 2.6
599
600
601 <!-- ##### MACRO GTK_STOCK_MEDIA_RECORD ##### -->
602 <para>
603 The "Media Record" item.
604 <inlinegraphic fileref="gtk-media-record.png" format="PNG"></inlinegraphic>
605 </para>
606
607 @Since: 2.6
608
609
610 <!-- ##### MACRO GTK_STOCK_MEDIA_REWIND ##### -->
611 <para>
612 The "Media Rewind" item.
613 <inlinegraphic fileref="gtk-media-rewind-ltr.png" format="PNG"></inlinegraphic>
614 RTL variant
615 <inlinegraphic fileref="gtk-media-rewind-rtl.png" format="PNG"></inlinegraphic>
616 </para>
617
618 @Since: 2.6
619
620
621 <!-- ##### MACRO GTK_STOCK_MEDIA_STOP ##### -->
622 <para>
623 The "Media Stop" item.
624 <inlinegraphic fileref="gtk-media-stop.png" format="PNG"></inlinegraphic>
625 </para>
626
627 @Since: 2.6
628
629
630 <!-- ##### MACRO GTK_STOCK_MISSING_IMAGE ##### -->
631 <para>
632 The "Missing image" icon.
633 <inlinegraphic fileref="gtk-missing-image.png" format="PNG"></inlinegraphic>
634 </para>
635
636
637
638 <!-- ##### MACRO GTK_STOCK_NETWORK ##### -->
639 <para>
640 The "Network" item.
641 <inlinegraphic fileref="gtk-network.png" format="PNG"></inlinegraphic>
642 </para>
643
644 @Since: 2.4
645
646
647 <!-- ##### MACRO GTK_STOCK_NEW ##### -->
648 <para>
649 The "New" item.
650 <inlinegraphic fileref="gtk-new.png" format="PNG"></inlinegraphic>
651 </para>
652
653
654
655 <!-- ##### MACRO GTK_STOCK_NO ##### -->
656 <para>
657 The "No" item.
658 <inlinegraphic fileref="gtk-no.png" format="PNG"></inlinegraphic>
659 </para>
660
661
662
663 <!-- ##### MACRO GTK_STOCK_OK ##### -->
664 <para>
665 The "OK" item.
666 <inlinegraphic fileref="gtk-ok.png" format="PNG"></inlinegraphic>
667 </para>
668
669
670
671 <!-- ##### MACRO GTK_STOCK_OPEN ##### -->
672 <para>
673 The "Open" item.
674 <inlinegraphic fileref="gtk-open.png" format="PNG"></inlinegraphic>
675 </para>
676
677
678
679 <!-- ##### MACRO GTK_STOCK_ORIENTATION_LANDSCAPE ##### -->
680 <para>
681 The "Landscape Orientation" item.
682 <inlinegraphic fileref="gtk-orientation-landscape.png" format="PNG"></inlinegraphic>
683 </para>
684
685 @Since: 2.10
686
687
688 <!-- ##### MACRO GTK_STOCK_ORIENTATION_PORTRAIT ##### -->
689 <para>
690 The "Portrait Orientation" item.
691 <inlinegraphic fileref="gtk-orientation-portrait.png" format="PNG"></inlinegraphic>
692 </para>
693
694 @Since: 2.10
695
696
697 <!-- ##### MACRO GTK_STOCK_ORIENTATION_REVERSE_LANDSCAPE ##### -->
698 <para>
699 The "Reverse Landscape Orientation" item.
700 <inlinegraphic fileref="gtk-orientation-reverse-landscape.png" format="PNG"></inlinegraphic>
701 </para>
702
703 @Since: 2.10
704
705
706 <!-- ##### MACRO GTK_STOCK_ORIENTATION_REVERSE_PORTRAIT ##### -->
707 <para>
708 The "Reverse Portrait Orientation" item.
709 <inlinegraphic fileref="gtk-orientation-reverse-portrait.png" format="PNG"></inlinegraphic>
710 </para>
711
712 @Since: 2.10
713
714
715 <!-- ##### MACRO GTK_STOCK_PASTE ##### -->
716 <para>
717 The "Paste" item.
718 <inlinegraphic fileref="gtk-paste.png" format="PNG"></inlinegraphic>
719 </para>
720
721
722
723 <!-- ##### MACRO GTK_STOCK_PREFERENCES ##### -->
724 <para>
725 The "Preferences" item.
726 <inlinegraphic fileref="gtk-preferences.png" format="PNG"></inlinegraphic>
727 </para>
728
729
730
731 <!-- ##### MACRO GTK_STOCK_PRINT ##### -->
732 <para>
733 The "Print" item.
734 <inlinegraphic fileref="gtk-print.png" format="PNG"></inlinegraphic>
735 </para>
736
737
738
739 <!-- ##### MACRO GTK_STOCK_PRINT_PREVIEW ##### -->
740 <para>
741 The "Print Preview" item.
742 <inlinegraphic fileref="gtk-print-preview.png" format="PNG"></inlinegraphic>
743 </para>
744
745
746
747 <!-- ##### MACRO GTK_STOCK_PROPERTIES ##### -->
748 <para>
749 The "Properties" item.
750 <inlinegraphic fileref="gtk-properties.png" format="PNG"></inlinegraphic>
751 </para>
752
753
754
755 <!-- ##### MACRO GTK_STOCK_QUIT ##### -->
756 <para>
757 The "Quit" item.
758 <inlinegraphic fileref="gtk-quit.png" format="PNG"></inlinegraphic>
759 </para>
760
761
762
763 <!-- ##### MACRO GTK_STOCK_REDO ##### -->
764 <para>
765 The "Redo" item.
766 <inlinegraphic fileref="gtk-redo-ltr.png" format="PNG"></inlinegraphic>
767 RTL variant
768 <inlinegraphic fileref="gtk-redo-rtl.png" format="PNG"></inlinegraphic>
769 </para>
770
771
772
773 <!-- ##### MACRO GTK_STOCK_REFRESH ##### -->
774 <para>
775 The "Refresh" item.
776 <inlinegraphic fileref="gtk-refresh.png" format="PNG"></inlinegraphic>
777 </para>
778
779
780
781 <!-- ##### MACRO GTK_STOCK_REMOVE ##### -->
782 <para>
783 The "Remove" item.
784 <inlinegraphic fileref="gtk-remove.png" format="PNG"></inlinegraphic>
785 </para>
786
787
788
789 <!-- ##### MACRO GTK_STOCK_REVERT_TO_SAVED ##### -->
790 <para>
791 The "Revert" item.
792 <inlinegraphic fileref="gtk-revert-to-saved-ltr.png" format="PNG"></inlinegraphic>
793 RTL variant
794 <inlinegraphic fileref="gtk-revert-to-saved-rtl.png" format="PNG"></inlinegraphic>
795 </para>
796
797
798
799 <!-- ##### MACRO GTK_STOCK_SAVE ##### -->
800 <para>
801 The "Save" item.
802 <inlinegraphic fileref="gtk-save.png" format="PNG"></inlinegraphic>
803 </para>
804
805
806
807 <!-- ##### MACRO GTK_STOCK_SAVE_AS ##### -->
808 <para>
809 The "Save As" item.
810 <inlinegraphic fileref="gtk-save-as.png" format="PNG"></inlinegraphic>
811 </para>
812
813
814
815 <!-- ##### MACRO GTK_STOCK_SELECT_ALL ##### -->
816 <para>
817 The "Select All" item.
818 <inlinegraphic fileref="gtk-select-all.png" format="PNG"></inlinegraphic>
819 </para>
820
821 @Since: 2.10
822
823
824 <!-- ##### MACRO GTK_STOCK_SELECT_COLOR ##### -->
825 <para>
826 The "Color" item.
827 <inlinegraphic fileref="gtk-select-color.png" format="PNG"></inlinegraphic>
828 </para>
829
830
831
832 <!-- ##### MACRO GTK_STOCK_SELECT_FONT ##### -->
833 <para>
834 The "Font" item.
835 <inlinegraphic fileref="gtk-font.png" format="PNG"></inlinegraphic>
836 </para>
837
838
839
840 <!-- ##### MACRO GTK_STOCK_SORT_ASCENDING ##### -->
841 <para>
842 The "Ascending" item.
843 <inlinegraphic fileref="gtk-sort-ascending.png" format="PNG"></inlinegraphic>
844 </para>
845
846
847
848 <!-- ##### MACRO GTK_STOCK_SORT_DESCENDING ##### -->
849 <para>
850 The "Descending" item.
851 <inlinegraphic fileref="gtk-sort-descending.png" format="PNG"></inlinegraphic>
852 </para>
853
854
855
856 <!-- ##### MACRO GTK_STOCK_SPELL_CHECK ##### -->
857 <para>
858 The "Spell Check" item.
859 <inlinegraphic fileref="gtk-spell-check.png" format="PNG"></inlinegraphic>
860 </para>
861
862
863
864 <!-- ##### MACRO GTK_STOCK_STOP ##### -->
865 <para>
866 The "Stop" item.
867 <inlinegraphic fileref="gtk-stop.png" format="PNG"></inlinegraphic>
868 </para>
869
870
871
872 <!-- ##### MACRO GTK_STOCK_STRIKETHROUGH ##### -->
873 <para>
874 The "Strikethrough" item.
875 <inlinegraphic fileref="gtk-strikethrough.png" format="PNG"></inlinegraphic>
876 </para>
877
878
879
880 <!-- ##### MACRO GTK_STOCK_UNDELETE ##### -->
881 <para>
882 The "Undelete" item.
883 <inlinegraphic fileref="gtk-undelete-ltr.png" format="PNG"></inlinegraphic>
884 RTL variant
885 <inlinegraphic fileref="gtk-undelete-rtl.png" format="PNG"></inlinegraphic>
886 </para>
887
888
889
890 <!-- ##### MACRO GTK_STOCK_UNDERLINE ##### -->
891 <para>
892 The "Underline" item.
893 <inlinegraphic fileref="gtk-underline.png" format="PNG"></inlinegraphic>
894 </para>
895
896
897
898 <!-- ##### MACRO GTK_STOCK_UNDO ##### -->
899 <para>
900 The "Undo" item.
901 <inlinegraphic fileref="gtk-undo-ltr.png" format="PNG"></inlinegraphic>
902 RTL variant
903 <inlinegraphic fileref="gtk-undo-rtl.png" format="PNG"></inlinegraphic>
904 </para>
905
906
907
908 <!-- ##### MACRO GTK_STOCK_UNINDENT ##### -->
909 <para>
910 The "Unindent" item.
911 <inlinegraphic fileref="gtk-unindent-ltr.png" format="PNG"></inlinegraphic>
912 RTL variant
913 <inlinegraphic fileref="gtk-unindent-rtl.png" format="PNG"></inlinegraphic>
914 </para>
915
916 @Since: 2.4
917
918
919 <!-- ##### MACRO GTK_STOCK_YES ##### -->
920 <para>
921 The "Yes" item.
922 <inlinegraphic fileref="gtk-yes.png" format="PNG"></inlinegraphic>
923 </para>
924
925
926
927 <!-- ##### MACRO GTK_STOCK_ZOOM_100 ##### -->
928 <para>
929 The "Zoom 100%" item.
930 <inlinegraphic fileref="gtk-zoom-100.png" format="PNG"></inlinegraphic>
931 </para>
932
933
934
935 <!-- ##### MACRO GTK_STOCK_ZOOM_FIT ##### -->
936 <para>
937 The "Zoom to Fit" item.
938 <inlinegraphic fileref="gtk-zoom-fit.png" format="PNG"></inlinegraphic>
939 </para>
940
941
942
943 <!-- ##### MACRO GTK_STOCK_ZOOM_IN ##### -->
944 <para>
945 The "Zoom In" item.
946 <inlinegraphic fileref="gtk-zoom-in.png" format="PNG"></inlinegraphic>
947 </para>
948
949
950
951 <!-- ##### MACRO GTK_STOCK_ZOOM_OUT ##### -->
952 <para>
953 The "Zoom Out" item.
954 <inlinegraphic fileref="gtk-zoom-out.png" format="PNG"></inlinegraphic>
955 </para>
956
957
958