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