]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkstock.sgml
Make sure the RTL variants are used for media icons update following the
[~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 <!-- ##### STRUCT GtkStockItem ##### -->
36 <para>
37
38 </para>
39
40 @stock_id: 
41 @label: 
42 @modifier: 
43 @keyval: 
44 @translation_domain: 
45
46 <!-- ##### FUNCTION gtk_stock_add ##### -->
47 <para>
48
49 </para>
50
51 @items: 
52 @n_items: 
53
54
55 <!-- ##### FUNCTION gtk_stock_add_static ##### -->
56 <para>
57
58 </para>
59
60 @items: 
61 @n_items: 
62
63
64 <!-- ##### FUNCTION gtk_stock_item_copy ##### -->
65 <para>
66
67 </para>
68
69 @item: 
70 @Returns: 
71
72
73 <!-- ##### FUNCTION gtk_stock_item_free ##### -->
74 <para>
75
76 </para>
77
78 @item: 
79
80
81 <!-- ##### FUNCTION gtk_stock_list_ids ##### -->
82 <para>
83
84 </para>
85
86 @Returns: 
87
88
89 <!-- ##### FUNCTION gtk_stock_lookup ##### -->
90 <para>
91
92 </para>
93
94 @stock_id: 
95 @item: 
96 @Returns: 
97
98
99 <!-- ##### MACRO GTK_STOCK_ABOUT ##### -->
100 <para>
101 The "About" item.
102 <inlinegraphic fileref="stock_about_24.png" format="PNG"></inlinegraphic>
103 </para>
104
105 @Since: 2.6
106
107
108 <!-- ##### MACRO GTK_STOCK_ADD ##### -->
109 <para>
110 The "Add" item.
111 <inlinegraphic fileref="stock_add_24.png" format="PNG"></inlinegraphic>
112 </para>
113
114
115
116 <!-- ##### MACRO GTK_STOCK_APPLY ##### -->
117 <para>
118 The "Apply" item.
119 <inlinegraphic fileref="stock_apply_20.png" format="PNG"></inlinegraphic>
120 </para>
121
122
123
124 <!-- ##### MACRO GTK_STOCK_BOLD ##### -->
125 <para>
126 The "Bold" item.
127 <inlinegraphic fileref="stock_text_bold_24.png" format="PNG"></inlinegraphic>
128 </para>
129
130
131
132 <!-- ##### MACRO GTK_STOCK_CANCEL ##### -->
133 <para>
134 The "Cancel" item.
135 <inlinegraphic fileref="stock_cancel_20.png" format="PNG"></inlinegraphic>
136 </para>
137
138
139
140 <!-- ##### MACRO GTK_STOCK_CDROM ##### -->
141 <para>
142 The "CD-Rom" item.
143 <inlinegraphic fileref="stock_cdrom_24.png" format="PNG"></inlinegraphic>
144 </para>
145
146
147
148 <!-- ##### MACRO GTK_STOCK_CLEAR ##### -->
149 <para>
150 The "Clear" item.
151 <inlinegraphic fileref="stock_clear_24.png" format="PNG"></inlinegraphic>
152 </para>
153
154
155
156 <!-- ##### MACRO GTK_STOCK_CLOSE ##### -->
157 <para>
158 The "Close" item.
159 <inlinegraphic fileref="stock_close_24.png" format="PNG"></inlinegraphic>
160 </para>
161
162
163
164 <!-- ##### MACRO GTK_STOCK_COLOR_PICKER ##### -->
165 <para>
166 The "Color Picker" item.
167 <inlinegraphic fileref="stock_color_picker_25.png" format="PNG"></inlinegraphic>
168 </para>
169
170 @Since: 2.2
171
172
173 <!-- ##### MACRO GTK_STOCK_CONVERT ##### -->
174 <para>
175 The "Convert" item.
176 <inlinegraphic fileref="stock_convert_24.png" format="PNG"></inlinegraphic>
177 </para>
178
179
180
181 <!-- ##### MACRO GTK_STOCK_CONNECT ##### -->
182 <para>
183 The "Connect" icon.
184 <inlinegraphic fileref="stock_connect_24.png" format="PNG"></inlinegraphic>
185 </para>
186
187 @Since: 2.6
188
189
190 <!-- ##### MACRO GTK_STOCK_COPY ##### -->
191 <para>
192 The "Copy" item.
193 <inlinegraphic fileref="stock_copy_24.png" format="PNG"></inlinegraphic>
194 </para>
195
196
197
198 <!-- ##### MACRO GTK_STOCK_CUT ##### -->
199 <para>
200 The "Cut" item.
201 <inlinegraphic fileref="stock_cut_24.png" format="PNG"></inlinegraphic>
202 </para>
203
204
205
206 <!-- ##### MACRO GTK_STOCK_DELETE ##### -->
207 <para>
208 The "Delete" item.
209 <inlinegraphic fileref="stock_trash_24.png" format="PNG"></inlinegraphic>
210 </para>
211
212
213
214 <!-- ##### MACRO GTK_STOCK_DIALOG_AUTHENTICATION ##### -->
215 <para>
216 The "Authentication" item.
217 <inlinegraphic fileref="stock_dialog_authentication_48.png" format="PNG"></inlinegraphic>
218 </para>
219
220 @Since: 2.4
221
222
223 <!-- ##### MACRO GTK_STOCK_DIALOG_ERROR ##### -->
224 <para>
225 The "Error" item.
226 <inlinegraphic fileref="stock_dialog_error_48.png" format="PNG"></inlinegraphic>
227 </para>
228
229
230
231 <!-- ##### MACRO GTK_STOCK_DIALOG_INFO ##### -->
232 <para>
233 The "Information" item.
234 <inlinegraphic fileref="stock_dialog_info_48.png" format="PNG"></inlinegraphic>
235 </para>
236
237
238
239 <!-- ##### MACRO GTK_STOCK_DIALOG_QUESTION ##### -->
240 <para>
241 The "Question" item.
242 <inlinegraphic fileref="stock_dialog_question_48.png" format="PNG"></inlinegraphic>
243 </para>
244
245
246
247 <!-- ##### MACRO GTK_STOCK_DIALOG_WARNING ##### -->
248 <para>
249 The "Warning" item.
250 <inlinegraphic fileref="stock_dialog_warning_48.png" format="PNG"></inlinegraphic>
251 </para>
252
253
254
255 <!-- ##### MACRO GTK_STOCK_DIRECTORY ##### -->
256 <para>
257 The "Directory" icon.
258 <inlinegraphic fileref="stock_directory_24.png" format="PNG"></inlinegraphic>
259 </para>
260
261 @Since: 2.6
262
263
264 <!-- ##### MACRO GTK_STOCK_DISCONNECT ##### -->
265 <para>
266 The "Disconnect" icon.
267 <inlinegraphic fileref="stock_disconnect_24.png" format="PNG"></inlinegraphic>
268 </para>
269
270 @Since: 2.6
271
272
273 <!-- ##### MACRO GTK_STOCK_DND ##### -->
274 <para>
275 The "Drag-And-Drop" icon.
276 <inlinegraphic fileref="stock_dnd_32.png" format="PNG"></inlinegraphic>
277 </para>
278
279
280
281 <!-- ##### MACRO GTK_STOCK_DND_MULTIPLE ##### -->
282 <para>
283 The "Drag-And-Drop multiple" icon.
284 <inlinegraphic fileref="stock_dnd_multiple_32.png" format="PNG"></inlinegraphic>
285 </para>
286
287
288
289 <!-- ##### MACRO GTK_STOCK_EDIT ##### -->
290 <para>
291 The "Edit" item.
292 <inlinegraphic fileref="stock_edit_24.png" format="PNG"></inlinegraphic>
293 </para>
294
295 @Since: 2.6
296
297
298 <!-- ##### MACRO GTK_STOCK_EXECUTE ##### -->
299 <para>
300 The "Execute" item.
301 <inlinegraphic fileref="stock_exec_24.png" format="PNG"></inlinegraphic>
302 </para>
303
304
305
306 <!-- ##### MACRO GTK_STOCK_FILE ##### -->
307 <para>
308 <para>
309 The "File" icon.
310 <inlinegraphic fileref="stock_file_24.png" format="PNG"></inlinegraphic>
311 </para>
312 </para>
313
314 @Since: 2.6
315
316
317 <!-- ##### MACRO GTK_STOCK_FIND ##### -->
318 <para>
319 The "Find" item.
320 <inlinegraphic fileref="stock_search_24.png" format="PNG"></inlinegraphic>
321 </para>
322
323
324
325 <!-- ##### MACRO GTK_STOCK_FIND_AND_REPLACE ##### -->
326 <para>
327 The "Find and Replace" item.
328 <inlinegraphic fileref="stock_search_replace_24.png" format="PNG"></inlinegraphic>
329 </para>
330
331
332
333 <!-- ##### MACRO GTK_STOCK_FLOPPY ##### -->
334 <para>
335 The "Floppy" item.
336 <inlinegraphic fileref="stock_save_24.png" format="PNG"></inlinegraphic>
337 </para>
338
339
340
341 <!-- ##### MACRO GTK_STOCK_GOTO_BOTTOM ##### -->
342 <para>
343 The "Bottom" item.
344 <inlinegraphic fileref="stock_bottom_24.png" format="PNG"></inlinegraphic>
345 </para>
346
347
348
349 <!-- ##### MACRO GTK_STOCK_GOTO_FIRST ##### -->
350 <para>
351 The "First" item.
352 <inlinegraphic fileref="stock_first_24.png" format="PNG"></inlinegraphic>
353 RTL variant
354 <inlinegraphic fileref="stock_last_24.png" format="PNG"></inlinegraphic>
355 </para>
356
357
358
359 <!-- ##### MACRO GTK_STOCK_GOTO_LAST ##### -->
360 <para>
361 The "Last" item.
362 <inlinegraphic fileref="stock_last_24.png" format="PNG"></inlinegraphic>
363 RTL variant
364 <inlinegraphic fileref="stock_first_24.png" format="PNG"></inlinegraphic>
365 </para>
366
367
368
369 <!-- ##### MACRO GTK_STOCK_GOTO_TOP ##### -->
370 <para>
371 The "Top" item.
372 <inlinegraphic fileref="stock_top_24.png" format="PNG"></inlinegraphic>
373 </para>
374
375
376
377 <!-- ##### MACRO GTK_STOCK_GO_BACK ##### -->
378 <para>
379 The "Back" item.
380 <inlinegraphic fileref="stock_left_arrow_24.png" format="PNG"></inlinegraphic>
381 RTL variant
382 <inlinegraphic fileref="stock_right_arrow_24.png" format="PNG"></inlinegraphic>
383 </para>
384
385
386
387 <!-- ##### MACRO GTK_STOCK_GO_DOWN ##### -->
388 <para>
389 The "Down" item.
390 <inlinegraphic fileref="stock_down_arrow_24.png" format="PNG"></inlinegraphic>
391 </para>
392
393
394
395 <!-- ##### MACRO GTK_STOCK_GO_FORWARD ##### -->
396 <para>
397 The "Forward" item.
398 <inlinegraphic fileref="stock_right_arrow_24.png" format="PNG"></inlinegraphic>
399 RTL variant
400 <inlinegraphic fileref="stock_left_arrow_24.png" format="PNG"></inlinegraphic>
401 </para>
402
403
404
405 <!-- ##### MACRO GTK_STOCK_GO_UP ##### -->
406 <para>
407 The "Up" item.
408 <inlinegraphic fileref="stock_up_arrow_24.png" format="PNG"></inlinegraphic>
409 </para>
410
411
412
413 <!-- ##### MACRO GTK_STOCK_HARDDISK ##### -->
414 <para>
415 The "Harddisk" item.
416 <inlinegraphic fileref="stock_harddisk_24.png" format="PNG"></inlinegraphic>
417 </para>
418
419 @Since: 2.4
420
421
422 <!-- ##### MACRO GTK_STOCK_HELP ##### -->
423 <para>
424 The "Help" item.
425 <inlinegraphic fileref="stock_help_24.png" format="PNG"></inlinegraphic>
426 </para>
427
428
429
430 <!-- ##### MACRO GTK_STOCK_HOME ##### -->
431 <para>
432 The "Home" item.
433 <inlinegraphic fileref="stock_home_24.png" format="PNG"></inlinegraphic>
434 </para>
435
436
437
438 <!-- ##### MACRO GTK_STOCK_INDENT ##### -->
439 <para>
440 The "Indent" item.
441 <inlinegraphic fileref="stock_indent_24.png" format="PNG"></inlinegraphic>
442 </para>
443
444 @Since: 2.4
445
446
447 <!-- ##### MACRO GTK_STOCK_INDEX ##### -->
448 <para>
449 The "Index" item.
450 <inlinegraphic fileref="stock_index_24.png" format="PNG"></inlinegraphic>
451 </para>
452
453
454
455 <!-- ##### MACRO GTK_STOCK_ITALIC ##### -->
456 <para>
457 The "Italic" item.
458 <inlinegraphic fileref="stock_text_italic_24.png" format="PNG"></inlinegraphic>
459 </para>
460
461
462
463 <!-- ##### MACRO GTK_STOCK_JUMP_TO ##### -->
464 <para>
465 The "Jump to" item.
466 <inlinegraphic fileref="stock_jump_to_24.png" format="PNG"></inlinegraphic>
467 RTL-variant 
468 <inlinegraphic fileref="stock_jump_to_rtl_24.png" format="PNG"></inlinegraphic>
469 </para>
470
471
472
473 <!-- ##### MACRO GTK_STOCK_JUSTIFY_CENTER ##### -->
474 <para>
475 The "Center" item.
476 <inlinegraphic fileref="stock_align_center_24.png" format="PNG"></inlinegraphic>
477 </para>
478
479
480
481 <!-- ##### MACRO GTK_STOCK_JUSTIFY_FILL ##### -->
482 <para>
483 The "Fill" item.
484 <inlinegraphic fileref="stock_align_justify_24.png" format="PNG"></inlinegraphic>
485 </para>
486
487
488
489 <!-- ##### MACRO GTK_STOCK_JUSTIFY_LEFT ##### -->
490 <para>
491 The "Left" item.
492 <inlinegraphic fileref="stock_align_left_24.png" format="PNG"></inlinegraphic>
493 </para>
494
495
496
497 <!-- ##### MACRO GTK_STOCK_JUSTIFY_RIGHT ##### -->
498 <para>
499 The "Right" item.
500 <inlinegraphic fileref="stock_align_right_24.png" format="PNG"></inlinegraphic>
501 </para>
502
503
504
505 <!-- ##### MACRO GTK_STOCK_MEDIA_FORWARD ##### -->
506 <para>
507 The "Media Forward" item.
508 <inlinegraphic fileref="stock_media_forward_24.png" format="PNG"></inlinegraphic>
509 RTL variant
510 <inlinegraphic fileref="stock_media_rewind_24.png" format="PNG"></inlinegraphic>
511 </para>
512
513 @Since: 2.6
514
515
516 <!-- ##### MACRO GTK_STOCK_MEDIA_NEXT ##### -->
517 <para>
518 The "Media Next" item.
519 <inlinegraphic fileref="stock_media_next_24.png" format="PNG"></inlinegraphic>
520 RTL variant
521 <inlinegraphic fileref="stock_media_previous_24.png" format="PNG"></inlinegraphic>
522 </para>
523
524 @Since: 2.6
525
526
527 <!-- ##### MACRO GTK_STOCK_MEDIA_PAUSE ##### -->
528 <para>
529 The "Media Pause" item.
530 <inlinegraphic fileref="stock_media_pause_24.png" format="PNG"></inlinegraphic>
531 </para>
532
533 @Since: 2.6
534
535
536 <!-- ##### MACRO GTK_STOCK_MEDIA_PLAY ##### -->
537 <para>
538 The "Media Play" item.
539 <inlinegraphic fileref="stock_media_play_24.png" format="PNG"></inlinegraphic>
540 </para>
541 RTL variant
542 <inlinegraphic fileref="stock_media_play_rtl_24.png" format="PNG"></inlinegraphic>
543 </para>
544
545 @Since: 2.6
546
547
548 <!-- ##### MACRO GTK_STOCK_MEDIA_PREVIOUS ##### -->
549 <para>
550 The "Media Previous" item.
551 <inlinegraphic fileref="stock_media_previous_24.png" format="PNG"></inlinegraphic>
552 RTL variant
553 <inlinegraphic fileref="stock_media_next_24.png" format="PNG"></inlinegraphic>
554 </para>
555
556 @Since: 2.6
557
558
559 <!-- ##### MACRO GTK_STOCK_MEDIA_RECORD ##### -->
560 <para>
561 The "Media Record" item.
562 <inlinegraphic fileref="stock_media_record_24.png" format="PNG"></inlinegraphic>
563 </para>
564
565 @Since: 2.6
566
567
568 <!-- ##### MACRO GTK_STOCK_MEDIA_REWIND ##### -->
569 <para>
570 The "Media Rewind" item.
571 <inlinegraphic fileref="stock_media_rewind_24.png" format="PNG"></inlinegraphic>
572 RTL variant
573 <inlinegraphic fileref="stock_media_forward_24.png" format="PNG"></inlinegraphic>
574 </para>
575
576 @Since: 2.6
577
578
579 <!-- ##### MACRO GTK_STOCK_MEDIA_STOP ##### -->
580 <para>
581 The "Media Stop" item.
582 <inlinegraphic fileref="stock_media_stop_24.png" format="PNG"></inlinegraphic>
583 </para>
584
585 @Since: 2.6
586
587
588 <!-- ##### MACRO GTK_STOCK_MISSING_IMAGE ##### -->
589 <para>
590 The "Missing image" icon.
591 <inlinegraphic fileref="stock_broken_image_24.png" format="PNG"></inlinegraphic>
592 </para>
593
594
595
596 <!-- ##### MACRO GTK_STOCK_NETWORK ##### -->
597 <para>
598 The "Network" item.
599 <inlinegraphic fileref="stock_network_24.png" format="PNG"></inlinegraphic>
600 </para>
601
602 @Since: 2.4
603
604
605 <!-- ##### MACRO GTK_STOCK_NEW ##### -->
606 <para>
607 The "New" item.
608 <inlinegraphic fileref="stock_new_24.png" format="PNG"></inlinegraphic>
609 </para>
610
611
612
613 <!-- ##### MACRO GTK_STOCK_NO ##### -->
614 <para>
615 The "No" item.
616 <inlinegraphic fileref="stock_no_20.png" format="PNG"></inlinegraphic>
617 </para>
618
619
620
621 <!-- ##### MACRO GTK_STOCK_OK ##### -->
622 <para>
623 The "OK" item.
624 <inlinegraphic fileref="stock_ok_20.png" format="PNG"></inlinegraphic>
625 </para>
626
627
628
629 <!-- ##### MACRO GTK_STOCK_OPEN ##### -->
630 <para>
631 The "Open" item.
632 <inlinegraphic fileref="stock_open_24.png" format="PNG"></inlinegraphic>
633 </para>
634
635
636
637 <!-- ##### MACRO GTK_STOCK_PASTE ##### -->
638 <para>
639 The "Paste" item.
640 <inlinegraphic fileref="stock_paste_24.png" format="PNG"></inlinegraphic>
641 </para>
642
643
644
645 <!-- ##### MACRO GTK_STOCK_PREFERENCES ##### -->
646 <para>
647 The "Preferences" item.
648 <inlinegraphic fileref="stock_preferences_24.png" format="PNG"></inlinegraphic>
649 </para>
650
651
652
653 <!-- ##### MACRO GTK_STOCK_PRINT ##### -->
654 <para>
655 The "Print" item.
656 <inlinegraphic fileref="stock_print_24.png" format="PNG"></inlinegraphic>
657 </para>
658
659
660
661 <!-- ##### MACRO GTK_STOCK_PRINT_PREVIEW ##### -->
662 <para>
663 The "Print Preview" item.
664 <inlinegraphic fileref="stock_print_preview_24.png" format="PNG"></inlinegraphic>
665 </para>
666
667
668
669 <!-- ##### MACRO GTK_STOCK_PROPERTIES ##### -->
670 <para>
671 The "Properties" item.
672 <inlinegraphic fileref="stock_properties_24.png" format="PNG"></inlinegraphic>
673 </para>
674
675
676
677 <!-- ##### MACRO GTK_STOCK_QUIT ##### -->
678 <para>
679 The "Quit" item.
680 <inlinegraphic fileref="stock_exit_24.png" format="PNG"></inlinegraphic>
681 </para>
682
683
684
685 <!-- ##### MACRO GTK_STOCK_REDO ##### -->
686 <para>
687 The "Redo" item.
688 <inlinegraphic fileref="stock_redo_24.png" format="PNG"></inlinegraphic>
689 RTL variant
690 <inlinegraphic fileref="stock_redo_rtl_24.png" format="PNG"></inlinegraphic>
691 </para>
692
693
694
695 <!-- ##### MACRO GTK_STOCK_REFRESH ##### -->
696 <para>
697 The "Refresh" item.
698 <inlinegraphic fileref="stock_refresh_24.png" format="PNG"></inlinegraphic>
699 </para>
700
701
702
703 <!-- ##### MACRO GTK_STOCK_REMOVE ##### -->
704 <para>
705 The "Remove" item.
706 <inlinegraphic fileref="stock_remove_24.png" format="PNG"></inlinegraphic>
707 </para>
708
709
710
711 <!-- ##### MACRO GTK_STOCK_REVERT_TO_SAVED ##### -->
712 <para>
713 The "Revert" item.
714 <inlinegraphic fileref="stock_revert_24.png" format="PNG"></inlinegraphic>
715 RTL variant
716 <inlinegraphic fileref="stock_revert_rtl_24.png" format="PNG"></inlinegraphic>
717 </para>
718
719
720
721 <!-- ##### MACRO GTK_STOCK_SAVE ##### -->
722 <para>
723 The "Save" item.
724 <inlinegraphic fileref="stock_save_24.png" format="PNG"></inlinegraphic>
725 </para>
726
727
728
729 <!-- ##### MACRO GTK_STOCK_SAVE_AS ##### -->
730 <para>
731 The "Save As" item.
732 <inlinegraphic fileref="stock_save_as_24.png" format="PNG"></inlinegraphic>
733 </para>
734
735
736
737 <!-- ##### MACRO GTK_STOCK_SELECT_COLOR ##### -->
738 <para>
739 The "Color" item.
740 <inlinegraphic fileref="stock_colorselector_24.png" format="PNG"></inlinegraphic>
741 </para>
742
743
744
745 <!-- ##### MACRO GTK_STOCK_SELECT_FONT ##### -->
746 <para>
747 The "Font" item.
748 <inlinegraphic fileref="stock_font_24.png" format="PNG"></inlinegraphic>
749 </para>
750
751
752
753 <!-- ##### MACRO GTK_STOCK_SORT_ASCENDING ##### -->
754 <para>
755 The "Ascending" item.
756 <inlinegraphic fileref="stock_sort_ascending_24.png" format="PNG"></inlinegraphic>
757 </para>
758
759
760
761 <!-- ##### MACRO GTK_STOCK_SORT_DESCENDING ##### -->
762 <para>
763 The "Descending" item.
764 <inlinegraphic fileref="stock_sort_descending_24.png" format="PNG"></inlinegraphic>
765 </para>
766
767
768
769 <!-- ##### MACRO GTK_STOCK_SPELL_CHECK ##### -->
770 <para>
771 The "Spell Check" item.
772 <inlinegraphic fileref="stock_spellcheck_24.png" format="PNG"></inlinegraphic>
773 </para>
774
775
776
777 <!-- ##### MACRO GTK_STOCK_STOP ##### -->
778 <para>
779 The "Stop" item.
780 <inlinegraphic fileref="stock_stop_24.png" format="PNG"></inlinegraphic>
781 </para>
782
783
784
785 <!-- ##### MACRO GTK_STOCK_STRIKETHROUGH ##### -->
786 <para>
787 The "Strikethrough" item.
788 <inlinegraphic fileref="stock_text_strikethrough_24.png" format="PNG"></inlinegraphic>
789 </para>
790
791
792
793 <!-- ##### MACRO GTK_STOCK_UNDELETE ##### -->
794 <para>
795 The "Undelete" item.
796 <inlinegraphic fileref="stock_undelete_24.png" format="PNG"></inlinegraphic>
797 RTL variant
798 <inlinegraphic fileref="stock_undelete_rtl_24.png" format="PNG"></inlinegraphic>
799 </para>
800
801
802
803 <!-- ##### MACRO GTK_STOCK_UNDERLINE ##### -->
804 <para>
805 The "Underline" item.
806 <inlinegraphic fileref="stock_text_underline_24.png" format="PNG"></inlinegraphic>
807 </para>
808
809
810
811 <!-- ##### MACRO GTK_STOCK_UNDO ##### -->
812 <para>
813 The "Undo" item.
814 <inlinegraphic fileref="stock_undo_24.png" format="PNG"></inlinegraphic>
815 RTL variant
816 <inlinegraphic fileref="stock_undo_rtl_24.png" format="PNG"></inlinegraphic>
817 </para>
818
819
820
821 <!-- ##### MACRO GTK_STOCK_UNINDENT ##### -->
822 <para>
823 The "Unindent" item.
824 <inlinegraphic fileref="stock_unindent_24.png" format="PNG"></inlinegraphic>
825 </para>
826
827 @Since: 2.4
828
829
830 <!-- ##### MACRO GTK_STOCK_YES ##### -->
831 <para>
832 The "Yes" item.
833 <inlinegraphic fileref="stock_yes_20.png" format="PNG"></inlinegraphic>
834 </para>
835
836
837
838 <!-- ##### MACRO GTK_STOCK_ZOOM_100 ##### -->
839 <para>
840 The "Zoom 100%" item.
841 <inlinegraphic fileref="stock_zoom_1_24.png" format="PNG"></inlinegraphic>
842 </para>
843
844
845
846 <!-- ##### MACRO GTK_STOCK_ZOOM_FIT ##### -->
847 <para>
848 The "Zoom to Fit" item.
849 <inlinegraphic fileref="stock_zoom_fit_24.png" format="PNG"></inlinegraphic>
850 </para>
851
852
853
854 <!-- ##### MACRO GTK_STOCK_ZOOM_IN ##### -->
855 <para>
856 The "Zoom In" item.
857 <inlinegraphic fileref="stock_zoom_in_24.png" format="PNG"></inlinegraphic>
858 </para>
859
860
861
862 <!-- ##### MACRO GTK_STOCK_ZOOM_OUT ##### -->
863 <para>
864 The "Zoom Out" item.
865 <inlinegraphic fileref="stock_zoom_out_24.png" format="PNG"></inlinegraphic>
866 </para>
867
868
869