]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkstock.sgml
Add some missing stock icons..
[~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_text_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 RTL variant
541 <inlinegraphic fileref="stock_media_play_rtl_24.png" format="PNG"></inlinegraphic>
542 </para>
543
544 @Since: 2.6
545
546
547 <!-- ##### MACRO GTK_STOCK_MEDIA_PREVIOUS ##### -->
548 <para>
549 The "Media Previous" item.
550 <inlinegraphic fileref="stock_media_previous_24.png" format="PNG"></inlinegraphic>
551 RTL variant
552 <inlinegraphic fileref="stock_media_next_24.png" format="PNG"></inlinegraphic>
553 </para>
554
555 @Since: 2.6
556
557
558 <!-- ##### MACRO GTK_STOCK_MEDIA_RECORD ##### -->
559 <para>
560 The "Media Record" item.
561 <inlinegraphic fileref="stock_media_record_24.png" format="PNG"></inlinegraphic>
562 </para>
563
564 @Since: 2.6
565
566
567 <!-- ##### MACRO GTK_STOCK_MEDIA_REWIND ##### -->
568 <para>
569 The "Media Rewind" item.
570 <inlinegraphic fileref="stock_media_rewind_24.png" format="PNG"></inlinegraphic>
571 RTL variant
572 <inlinegraphic fileref="stock_media_forward_24.png" format="PNG"></inlinegraphic>
573 </para>
574
575 @Since: 2.6
576
577
578 <!-- ##### MACRO GTK_STOCK_MEDIA_STOP ##### -->
579 <para>
580 The "Media Stop" item.
581 <inlinegraphic fileref="stock_media_stop_24.png" format="PNG"></inlinegraphic>
582 </para>
583
584 @Since: 2.6
585
586
587 <!-- ##### MACRO GTK_STOCK_MISSING_IMAGE ##### -->
588 <para>
589 The "Missing image" icon.
590 <inlinegraphic fileref="stock_broken_image_24.png" format="PNG"></inlinegraphic>
591 </para>
592
593
594
595 <!-- ##### MACRO GTK_STOCK_NETWORK ##### -->
596 <para>
597 The "Network" item.
598 <inlinegraphic fileref="stock_network_24.png" format="PNG"></inlinegraphic>
599 </para>
600
601 @Since: 2.4
602
603
604 <!-- ##### MACRO GTK_STOCK_NEW ##### -->
605 <para>
606 The "New" item.
607 <inlinegraphic fileref="stock_new_24.png" format="PNG"></inlinegraphic>
608 </para>
609
610
611
612 <!-- ##### MACRO GTK_STOCK_NO ##### -->
613 <para>
614 The "No" item.
615 <inlinegraphic fileref="stock_no_20.png" format="PNG"></inlinegraphic>
616 </para>
617
618
619
620 <!-- ##### MACRO GTK_STOCK_OK ##### -->
621 <para>
622 The "OK" item.
623 <inlinegraphic fileref="stock_ok_20.png" format="PNG"></inlinegraphic>
624 </para>
625
626
627
628 <!-- ##### MACRO GTK_STOCK_OPEN ##### -->
629 <para>
630 The "Open" item.
631 <inlinegraphic fileref="stock_open_24.png" format="PNG"></inlinegraphic>
632 </para>
633
634
635
636 <!-- ##### MACRO GTK_STOCK_PASTE ##### -->
637 <para>
638 The "Paste" item.
639 <inlinegraphic fileref="stock_paste_24.png" format="PNG"></inlinegraphic>
640 </para>
641
642
643
644 <!-- ##### MACRO GTK_STOCK_PREFERENCES ##### -->
645 <para>
646 The "Preferences" item.
647 <inlinegraphic fileref="stock_preferences_24.png" format="PNG"></inlinegraphic>
648 </para>
649
650
651
652 <!-- ##### MACRO GTK_STOCK_PRINT ##### -->
653 <para>
654 The "Print" item.
655 <inlinegraphic fileref="stock_print_24.png" format="PNG"></inlinegraphic>
656 </para>
657
658
659
660 <!-- ##### MACRO GTK_STOCK_PRINT_PREVIEW ##### -->
661 <para>
662 The "Print Preview" item.
663 <inlinegraphic fileref="stock_print_preview_24.png" format="PNG"></inlinegraphic>
664 </para>
665
666
667
668 <!-- ##### MACRO GTK_STOCK_PROPERTIES ##### -->
669 <para>
670 The "Properties" item.
671 <inlinegraphic fileref="stock_properties_24.png" format="PNG"></inlinegraphic>
672 </para>
673
674
675
676 <!-- ##### MACRO GTK_STOCK_QUIT ##### -->
677 <para>
678 The "Quit" item.
679 <inlinegraphic fileref="stock_exit_24.png" format="PNG"></inlinegraphic>
680 </para>
681
682
683
684 <!-- ##### MACRO GTK_STOCK_REDO ##### -->
685 <para>
686 The "Redo" item.
687 <inlinegraphic fileref="stock_redo_24.png" format="PNG"></inlinegraphic>
688 RTL variant
689 <inlinegraphic fileref="stock_redo_rtl_24.png" format="PNG"></inlinegraphic>
690 </para>
691
692
693
694 <!-- ##### MACRO GTK_STOCK_REFRESH ##### -->
695 <para>
696 The "Refresh" item.
697 <inlinegraphic fileref="stock_refresh_24.png" format="PNG"></inlinegraphic>
698 </para>
699
700
701
702 <!-- ##### MACRO GTK_STOCK_REMOVE ##### -->
703 <para>
704 The "Remove" item.
705 <inlinegraphic fileref="stock_remove_24.png" format="PNG"></inlinegraphic>
706 </para>
707
708
709
710 <!-- ##### MACRO GTK_STOCK_REVERT_TO_SAVED ##### -->
711 <para>
712 The "Revert" item.
713 <inlinegraphic fileref="stock_revert_24.png" format="PNG"></inlinegraphic>
714 RTL variant
715 <inlinegraphic fileref="stock_revert_rtl_24.png" format="PNG"></inlinegraphic>
716 </para>
717
718
719
720 <!-- ##### MACRO GTK_STOCK_SAVE ##### -->
721 <para>
722 The "Save" item.
723 <inlinegraphic fileref="stock_save_24.png" format="PNG"></inlinegraphic>
724 </para>
725
726
727
728 <!-- ##### MACRO GTK_STOCK_SAVE_AS ##### -->
729 <para>
730 The "Save As" item.
731 <inlinegraphic fileref="stock_save_as_24.png" format="PNG"></inlinegraphic>
732 </para>
733
734
735
736 <!-- ##### MACRO GTK_STOCK_SELECT_COLOR ##### -->
737 <para>
738 The "Color" item.
739 <inlinegraphic fileref="stock_colorselector_24.png" format="PNG"></inlinegraphic>
740 </para>
741
742
743
744 <!-- ##### MACRO GTK_STOCK_SELECT_FONT ##### -->
745 <para>
746 The "Font" item.
747 <inlinegraphic fileref="stock_font_24.png" format="PNG"></inlinegraphic>
748 </para>
749
750
751
752 <!-- ##### MACRO GTK_STOCK_SORT_ASCENDING ##### -->
753 <para>
754 The "Ascending" item.
755 <inlinegraphic fileref="stock_sort_ascending_24.png" format="PNG"></inlinegraphic>
756 </para>
757
758
759
760 <!-- ##### MACRO GTK_STOCK_SORT_DESCENDING ##### -->
761 <para>
762 The "Descending" item.
763 <inlinegraphic fileref="stock_sort_descending_24.png" format="PNG"></inlinegraphic>
764 </para>
765
766
767
768 <!-- ##### MACRO GTK_STOCK_SPELL_CHECK ##### -->
769 <para>
770 The "Spell Check" item.
771 <inlinegraphic fileref="stock_spellcheck_24.png" format="PNG"></inlinegraphic>
772 </para>
773
774
775
776 <!-- ##### MACRO GTK_STOCK_STOP ##### -->
777 <para>
778 The "Stop" item.
779 <inlinegraphic fileref="stock_stop_24.png" format="PNG"></inlinegraphic>
780 </para>
781
782
783
784 <!-- ##### MACRO GTK_STOCK_STRIKETHROUGH ##### -->
785 <para>
786 The "Strikethrough" item.
787 <inlinegraphic fileref="stock_text_strikethrough_24.png" format="PNG"></inlinegraphic>
788 </para>
789
790
791
792 <!-- ##### MACRO GTK_STOCK_UNDELETE ##### -->
793 <para>
794 The "Undelete" item.
795 <inlinegraphic fileref="stock_undelete_24.png" format="PNG"></inlinegraphic>
796 RTL variant
797 <inlinegraphic fileref="stock_undelete_rtl_24.png" format="PNG"></inlinegraphic>
798 </para>
799
800
801
802 <!-- ##### MACRO GTK_STOCK_UNDERLINE ##### -->
803 <para>
804 The "Underline" item.
805 <inlinegraphic fileref="stock_text_underline_24.png" format="PNG"></inlinegraphic>
806 </para>
807
808
809
810 <!-- ##### MACRO GTK_STOCK_UNDO ##### -->
811 <para>
812 The "Undo" item.
813 <inlinegraphic fileref="stock_undo_24.png" format="PNG"></inlinegraphic>
814 RTL variant
815 <inlinegraphic fileref="stock_undo_rtl_24.png" format="PNG"></inlinegraphic>
816 </para>
817
818
819
820 <!-- ##### MACRO GTK_STOCK_UNINDENT ##### -->
821 <para>
822 The "Unindent" item.
823 <inlinegraphic fileref="stock_text_unindent_24.png" format="PNG"></inlinegraphic>
824 </para>
825
826 @Since: 2.4
827
828
829 <!-- ##### MACRO GTK_STOCK_YES ##### -->
830 <para>
831 The "Yes" item.
832 <inlinegraphic fileref="stock_yes_20.png" format="PNG"></inlinegraphic>
833 </para>
834
835
836
837 <!-- ##### MACRO GTK_STOCK_ZOOM_100 ##### -->
838 <para>
839 The "Zoom 100%" item.
840 <inlinegraphic fileref="stock_zoom_1_24.png" format="PNG"></inlinegraphic>
841 </para>
842
843
844
845 <!-- ##### MACRO GTK_STOCK_ZOOM_FIT ##### -->
846 <para>
847 The "Zoom to Fit" item.
848 <inlinegraphic fileref="stock_zoom_fit_24.png" format="PNG"></inlinegraphic>
849 </para>
850
851
852
853 <!-- ##### MACRO GTK_STOCK_ZOOM_IN ##### -->
854 <para>
855 The "Zoom In" item.
856 <inlinegraphic fileref="stock_zoom_in_24.png" format="PNG"></inlinegraphic>
857 </para>
858
859
860
861 <!-- ##### MACRO GTK_STOCK_ZOOM_OUT ##### -->
862 <para>
863 The "Zoom Out" item.
864 <inlinegraphic fileref="stock_zoom_out_24.png" format="PNG"></inlinegraphic>
865 </para>
866
867
868