]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkstock.sgml
2.7.1
[~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="stock_about_24.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="stock_add_24.png" format="PNG"></inlinegraphic>
126 </para>
127
128
129
130 <!-- ##### MACRO GTK_STOCK_APPLY ##### -->
131 <para>
132 The "Apply" item.
133 <inlinegraphic fileref="stock_apply_20.png" format="PNG"></inlinegraphic>
134 </para>
135
136
137
138 <!-- ##### MACRO GTK_STOCK_BOLD ##### -->
139 <para>
140 The "Bold" item.
141 <inlinegraphic fileref="stock_text_bold_24.png" format="PNG"></inlinegraphic>
142 </para>
143
144
145
146 <!-- ##### MACRO GTK_STOCK_CANCEL ##### -->
147 <para>
148 The "Cancel" item.
149 <inlinegraphic fileref="stock_cancel_20.png" format="PNG"></inlinegraphic>
150 </para>
151
152
153
154 <!-- ##### MACRO GTK_STOCK_CDROM ##### -->
155 <para>
156 The "CD-Rom" item.
157 <inlinegraphic fileref="stock_cdrom_24.png" format="PNG"></inlinegraphic>
158 </para>
159
160
161
162 <!-- ##### MACRO GTK_STOCK_CLEAR ##### -->
163 <para>
164 The "Clear" item.
165 <inlinegraphic fileref="stock_clear_24.png" format="PNG"></inlinegraphic>
166 </para>
167
168
169
170 <!-- ##### MACRO GTK_STOCK_CLOSE ##### -->
171 <para>
172 The "Close" item.
173 <inlinegraphic fileref="stock_close_24.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="stock_color_picker_25.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="stock_convert_24.png" format="PNG"></inlinegraphic>
191 </para>
192
193
194
195 <!-- ##### MACRO GTK_STOCK_CONNECT ##### -->
196 <para>
197 The "Connect" icon.
198 <inlinegraphic fileref="stock_connect_24.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="stock_copy_24.png" format="PNG"></inlinegraphic>
208 </para>
209
210
211
212 <!-- ##### MACRO GTK_STOCK_CUT ##### -->
213 <para>
214 The "Cut" item.
215 <inlinegraphic fileref="stock_cut_24.png" format="PNG"></inlinegraphic>
216 </para>
217
218
219
220 <!-- ##### MACRO GTK_STOCK_DELETE ##### -->
221 <para>
222 The "Delete" item.
223 <inlinegraphic fileref="stock_trash_24.png" format="PNG"></inlinegraphic>
224 </para>
225
226
227
228 <!-- ##### MACRO GTK_STOCK_DIALOG_AUTHENTICATION ##### -->
229 <para>
230 The "Authentication" item.
231 <inlinegraphic fileref="stock_dialog_authentication_48.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="stock_dialog_error_48.png" format="PNG"></inlinegraphic>
241 </para>
242
243
244
245 <!-- ##### MACRO GTK_STOCK_DIALOG_INFO ##### -->
246 <para>
247 The "Information" item.
248 <inlinegraphic fileref="stock_dialog_info_48.png" format="PNG"></inlinegraphic>
249 </para>
250
251
252
253 <!-- ##### MACRO GTK_STOCK_DIALOG_QUESTION ##### -->
254 <para>
255 The "Question" item.
256 <inlinegraphic fileref="stock_dialog_question_48.png" format="PNG"></inlinegraphic>
257 </para>
258
259
260
261 <!-- ##### MACRO GTK_STOCK_DIALOG_WARNING ##### -->
262 <para>
263 The "Warning" item.
264 <inlinegraphic fileref="stock_dialog_warning_48.png" format="PNG"></inlinegraphic>
265 </para>
266
267
268
269 <!-- ##### MACRO GTK_STOCK_DIRECTORY ##### -->
270 <para>
271 The "Directory" icon.
272 <inlinegraphic fileref="stock_directory_24.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="stock_disconnect_24.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="stock_dnd_32.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="stock_dnd_multiple_32.png" format="PNG"></inlinegraphic>
299 </para>
300
301
302
303 <!-- ##### MACRO GTK_STOCK_EDIT ##### -->
304 <para>
305 The "Edit" item.
306 <inlinegraphic fileref="stock_edit_24.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="stock_exec_24.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="stock_file_24.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="stock_search_24.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="stock_search_replace_24.png" format="PNG"></inlinegraphic>
343 </para>
344
345
346
347 <!-- ##### MACRO GTK_STOCK_FLOPPY ##### -->
348 <para>
349 The "Floppy" item.
350 <inlinegraphic fileref="stock_save_24.png" format="PNG"></inlinegraphic>
351 </para>
352
353
354
355 <!-- ##### MACRO GTK_STOCK_GOTO_BOTTOM ##### -->
356 <para>
357 The "Bottom" item.
358 <inlinegraphic fileref="stock_bottom_24.png" format="PNG"></inlinegraphic>
359 </para>
360
361
362
363 <!-- ##### MACRO GTK_STOCK_GOTO_FIRST ##### -->
364 <para>
365 The "First" item.
366 <inlinegraphic fileref="stock_first_24.png" format="PNG"></inlinegraphic>
367 RTL variant
368 <inlinegraphic fileref="stock_last_24.png" format="PNG"></inlinegraphic>
369 </para>
370
371
372
373 <!-- ##### MACRO GTK_STOCK_GOTO_LAST ##### -->
374 <para>
375 The "Last" item.
376 <inlinegraphic fileref="stock_last_24.png" format="PNG"></inlinegraphic>
377 RTL variant
378 <inlinegraphic fileref="stock_first_24.png" format="PNG"></inlinegraphic>
379 </para>
380
381
382
383 <!-- ##### MACRO GTK_STOCK_GOTO_TOP ##### -->
384 <para>
385 The "Top" item.
386 <inlinegraphic fileref="stock_top_24.png" format="PNG"></inlinegraphic>
387 </para>
388
389
390
391 <!-- ##### MACRO GTK_STOCK_GO_BACK ##### -->
392 <para>
393 The "Back" item.
394 <inlinegraphic fileref="stock_left_arrow_24.png" format="PNG"></inlinegraphic>
395 RTL variant
396 <inlinegraphic fileref="stock_right_arrow_24.png" format="PNG"></inlinegraphic>
397 </para>
398
399
400
401 <!-- ##### MACRO GTK_STOCK_GO_DOWN ##### -->
402 <para>
403 The "Down" item.
404 <inlinegraphic fileref="stock_down_arrow_24.png" format="PNG"></inlinegraphic>
405 </para>
406
407
408
409 <!-- ##### MACRO GTK_STOCK_GO_FORWARD ##### -->
410 <para>
411 The "Forward" item.
412 <inlinegraphic fileref="stock_right_arrow_24.png" format="PNG"></inlinegraphic>
413 RTL variant
414 <inlinegraphic fileref="stock_left_arrow_24.png" format="PNG"></inlinegraphic>
415 </para>
416
417
418
419 <!-- ##### MACRO GTK_STOCK_GO_UP ##### -->
420 <para>
421 The "Up" item.
422 <inlinegraphic fileref="stock_up_arrow_24.png" format="PNG"></inlinegraphic>
423 </para>
424
425
426
427 <!-- ##### MACRO GTK_STOCK_HARDDISK ##### -->
428 <para>
429 The "Harddisk" item.
430 <inlinegraphic fileref="stock_harddisk_24.png" format="PNG"></inlinegraphic>
431 </para>
432
433 @Since: 2.4
434
435
436 <!-- ##### MACRO GTK_STOCK_HELP ##### -->
437 <para>
438 The "Help" item.
439 <inlinegraphic fileref="stock_help_24.png" format="PNG"></inlinegraphic>
440 </para>
441
442
443
444 <!-- ##### MACRO GTK_STOCK_HOME ##### -->
445 <para>
446 The "Home" item.
447 <inlinegraphic fileref="stock_home_24.png" format="PNG"></inlinegraphic>
448 </para>
449
450
451
452 <!-- ##### MACRO GTK_STOCK_INDENT ##### -->
453 <para>
454 The "Indent" item.
455 <inlinegraphic fileref="stock_text_indent_24.png" format="PNG"></inlinegraphic>
456 </para>
457
458 @Since: 2.4
459
460
461 <!-- ##### MACRO GTK_STOCK_INDEX ##### -->
462 <para>
463 The "Index" item.
464 <inlinegraphic fileref="stock_index_24.png" format="PNG"></inlinegraphic>
465 </para>
466
467
468
469 <!-- ##### MACRO GTK_STOCK_ITALIC ##### -->
470 <para>
471 The "Italic" item.
472 <inlinegraphic fileref="stock_text_italic_24.png" format="PNG"></inlinegraphic>
473 </para>
474
475
476
477 <!-- ##### MACRO GTK_STOCK_JUMP_TO ##### -->
478 <para>
479 The "Jump to" item.
480 <inlinegraphic fileref="stock_jump_to_24.png" format="PNG"></inlinegraphic>
481 RTL-variant 
482 <inlinegraphic fileref="stock_jump_to_rtl_24.png" format="PNG"></inlinegraphic>
483 </para>
484
485
486
487 <!-- ##### MACRO GTK_STOCK_JUSTIFY_CENTER ##### -->
488 <para>
489 The "Center" item.
490 <inlinegraphic fileref="stock_align_center_24.png" format="PNG"></inlinegraphic>
491 </para>
492
493
494
495 <!-- ##### MACRO GTK_STOCK_JUSTIFY_FILL ##### -->
496 <para>
497 The "Fill" item.
498 <inlinegraphic fileref="stock_align_justify_24.png" format="PNG"></inlinegraphic>
499 </para>
500
501
502
503 <!-- ##### MACRO GTK_STOCK_JUSTIFY_LEFT ##### -->
504 <para>
505 The "Left" item.
506 <inlinegraphic fileref="stock_align_left_24.png" format="PNG"></inlinegraphic>
507 </para>
508
509
510
511 <!-- ##### MACRO GTK_STOCK_JUSTIFY_RIGHT ##### -->
512 <para>
513 The "Right" item.
514 <inlinegraphic fileref="stock_align_right_24.png" format="PNG"></inlinegraphic>
515 </para>
516
517
518
519 <!-- ##### MACRO GTK_STOCK_MEDIA_FORWARD ##### -->
520 <para>
521 The "Media Forward" item.
522 <inlinegraphic fileref="stock_media_forward_24.png" format="PNG"></inlinegraphic>
523 RTL variant
524 <inlinegraphic fileref="stock_media_rewind_24.png" format="PNG"></inlinegraphic>
525 </para>
526
527 @Since: 2.6
528
529
530 <!-- ##### MACRO GTK_STOCK_MEDIA_NEXT ##### -->
531 <para>
532 The "Media Next" item.
533 <inlinegraphic fileref="stock_media_next_24.png" format="PNG"></inlinegraphic>
534 RTL variant
535 <inlinegraphic fileref="stock_media_previous_24.png" format="PNG"></inlinegraphic>
536 </para>
537
538 @Since: 2.6
539
540
541 <!-- ##### MACRO GTK_STOCK_MEDIA_PAUSE ##### -->
542 <para>
543 The "Media Pause" item.
544 <inlinegraphic fileref="stock_media_pause_24.png" format="PNG"></inlinegraphic>
545 </para>
546
547 @Since: 2.6
548
549
550 <!-- ##### MACRO GTK_STOCK_MEDIA_PLAY ##### -->
551 <para>
552 The "Media Play" item.
553 <inlinegraphic fileref="stock_media_play_24.png" format="PNG"></inlinegraphic>
554 RTL variant
555 <inlinegraphic fileref="stock_media_play_rtl_24.png" format="PNG"></inlinegraphic>
556 </para>
557
558 @Since: 2.6
559
560
561 <!-- ##### MACRO GTK_STOCK_MEDIA_PREVIOUS ##### -->
562 <para>
563 The "Media Previous" item.
564 <inlinegraphic fileref="stock_media_previous_24.png" format="PNG"></inlinegraphic>
565 RTL variant
566 <inlinegraphic fileref="stock_media_next_24.png" format="PNG"></inlinegraphic>
567 </para>
568
569 @Since: 2.6
570
571
572 <!-- ##### MACRO GTK_STOCK_MEDIA_RECORD ##### -->
573 <para>
574 The "Media Record" item.
575 <inlinegraphic fileref="stock_media_record_24.png" format="PNG"></inlinegraphic>
576 </para>
577
578 @Since: 2.6
579
580
581 <!-- ##### MACRO GTK_STOCK_MEDIA_REWIND ##### -->
582 <para>
583 The "Media Rewind" item.
584 <inlinegraphic fileref="stock_media_rewind_24.png" format="PNG"></inlinegraphic>
585 RTL variant
586 <inlinegraphic fileref="stock_media_forward_24.png" format="PNG"></inlinegraphic>
587 </para>
588
589 @Since: 2.6
590
591
592 <!-- ##### MACRO GTK_STOCK_MEDIA_STOP ##### -->
593 <para>
594 The "Media Stop" item.
595 <inlinegraphic fileref="stock_media_stop_24.png" format="PNG"></inlinegraphic>
596 </para>
597
598 @Since: 2.6
599
600
601 <!-- ##### MACRO GTK_STOCK_MISSING_IMAGE ##### -->
602 <para>
603 The "Missing image" icon.
604 <inlinegraphic fileref="stock_broken_image_24.png" format="PNG"></inlinegraphic>
605 </para>
606
607
608
609 <!-- ##### MACRO GTK_STOCK_NETWORK ##### -->
610 <para>
611 The "Network" item.
612 <inlinegraphic fileref="stock_network_24.png" format="PNG"></inlinegraphic>
613 </para>
614
615 @Since: 2.4
616
617
618 <!-- ##### MACRO GTK_STOCK_NEW ##### -->
619 <para>
620 The "New" item.
621 <inlinegraphic fileref="stock_new_24.png" format="PNG"></inlinegraphic>
622 </para>
623
624
625
626 <!-- ##### MACRO GTK_STOCK_NO ##### -->
627 <para>
628 The "No" item.
629 <inlinegraphic fileref="stock_no_20.png" format="PNG"></inlinegraphic>
630 </para>
631
632
633
634 <!-- ##### MACRO GTK_STOCK_OK ##### -->
635 <para>
636 The "OK" item.
637 <inlinegraphic fileref="stock_ok_20.png" format="PNG"></inlinegraphic>
638 </para>
639
640
641
642 <!-- ##### MACRO GTK_STOCK_OPEN ##### -->
643 <para>
644 The "Open" item.
645 <inlinegraphic fileref="stock_open_24.png" format="PNG"></inlinegraphic>
646 </para>
647
648
649
650 <!-- ##### MACRO GTK_STOCK_PASTE ##### -->
651 <para>
652 The "Paste" item.
653 <inlinegraphic fileref="stock_paste_24.png" format="PNG"></inlinegraphic>
654 </para>
655
656
657
658 <!-- ##### MACRO GTK_STOCK_PREFERENCES ##### -->
659 <para>
660 The "Preferences" item.
661 <inlinegraphic fileref="stock_preferences_24.png" format="PNG"></inlinegraphic>
662 </para>
663
664
665
666 <!-- ##### MACRO GTK_STOCK_PRINT ##### -->
667 <para>
668 The "Print" item.
669 <inlinegraphic fileref="stock_print_24.png" format="PNG"></inlinegraphic>
670 </para>
671
672
673
674 <!-- ##### MACRO GTK_STOCK_PRINT_PREVIEW ##### -->
675 <para>
676 The "Print Preview" item.
677 <inlinegraphic fileref="stock_print_preview_24.png" format="PNG"></inlinegraphic>
678 </para>
679
680
681
682 <!-- ##### MACRO GTK_STOCK_PROPERTIES ##### -->
683 <para>
684 The "Properties" item.
685 <inlinegraphic fileref="stock_properties_24.png" format="PNG"></inlinegraphic>
686 </para>
687
688
689
690 <!-- ##### MACRO GTK_STOCK_QUIT ##### -->
691 <para>
692 The "Quit" item.
693 <inlinegraphic fileref="stock_exit_24.png" format="PNG"></inlinegraphic>
694 </para>
695
696
697
698 <!-- ##### MACRO GTK_STOCK_REDO ##### -->
699 <para>
700 The "Redo" item.
701 <inlinegraphic fileref="stock_redo_24.png" format="PNG"></inlinegraphic>
702 RTL variant
703 <inlinegraphic fileref="stock_redo_rtl_24.png" format="PNG"></inlinegraphic>
704 </para>
705
706
707
708 <!-- ##### MACRO GTK_STOCK_REFRESH ##### -->
709 <para>
710 The "Refresh" item.
711 <inlinegraphic fileref="stock_refresh_24.png" format="PNG"></inlinegraphic>
712 </para>
713
714
715
716 <!-- ##### MACRO GTK_STOCK_REMOVE ##### -->
717 <para>
718 The "Remove" item.
719 <inlinegraphic fileref="stock_remove_24.png" format="PNG"></inlinegraphic>
720 </para>
721
722
723
724 <!-- ##### MACRO GTK_STOCK_REVERT_TO_SAVED ##### -->
725 <para>
726 The "Revert" item.
727 <inlinegraphic fileref="stock_revert_24.png" format="PNG"></inlinegraphic>
728 RTL variant
729 <inlinegraphic fileref="stock_revert_rtl_24.png" format="PNG"></inlinegraphic>
730 </para>
731
732
733
734 <!-- ##### MACRO GTK_STOCK_SAVE ##### -->
735 <para>
736 The "Save" item.
737 <inlinegraphic fileref="stock_save_24.png" format="PNG"></inlinegraphic>
738 </para>
739
740
741
742 <!-- ##### MACRO GTK_STOCK_SAVE_AS ##### -->
743 <para>
744 The "Save As" item.
745 <inlinegraphic fileref="stock_save_as_24.png" format="PNG"></inlinegraphic>
746 </para>
747
748
749
750 <!-- ##### MACRO GTK_STOCK_SELECT_COLOR ##### -->
751 <para>
752 The "Color" item.
753 <inlinegraphic fileref="stock_colorselector_24.png" format="PNG"></inlinegraphic>
754 </para>
755
756
757
758 <!-- ##### MACRO GTK_STOCK_SELECT_FONT ##### -->
759 <para>
760 The "Font" item.
761 <inlinegraphic fileref="stock_font_24.png" format="PNG"></inlinegraphic>
762 </para>
763
764
765
766 <!-- ##### MACRO GTK_STOCK_SORT_ASCENDING ##### -->
767 <para>
768 The "Ascending" item.
769 <inlinegraphic fileref="stock_sort_ascending_24.png" format="PNG"></inlinegraphic>
770 </para>
771
772
773
774 <!-- ##### MACRO GTK_STOCK_SORT_DESCENDING ##### -->
775 <para>
776 The "Descending" item.
777 <inlinegraphic fileref="stock_sort_descending_24.png" format="PNG"></inlinegraphic>
778 </para>
779
780
781
782 <!-- ##### MACRO GTK_STOCK_SPELL_CHECK ##### -->
783 <para>
784 The "Spell Check" item.
785 <inlinegraphic fileref="stock_spellcheck_24.png" format="PNG"></inlinegraphic>
786 </para>
787
788
789
790 <!-- ##### MACRO GTK_STOCK_STOP ##### -->
791 <para>
792 The "Stop" item.
793 <inlinegraphic fileref="stock_stop_24.png" format="PNG"></inlinegraphic>
794 </para>
795
796
797
798 <!-- ##### MACRO GTK_STOCK_STRIKETHROUGH ##### -->
799 <para>
800 The "Strikethrough" item.
801 <inlinegraphic fileref="stock_text_strikethrough_24.png" format="PNG"></inlinegraphic>
802 </para>
803
804
805
806 <!-- ##### MACRO GTK_STOCK_UNDELETE ##### -->
807 <para>
808 The "Undelete" item.
809 <inlinegraphic fileref="stock_undelete_24.png" format="PNG"></inlinegraphic>
810 RTL variant
811 <inlinegraphic fileref="stock_undelete_rtl_24.png" format="PNG"></inlinegraphic>
812 </para>
813
814
815
816 <!-- ##### MACRO GTK_STOCK_UNDERLINE ##### -->
817 <para>
818 The "Underline" item.
819 <inlinegraphic fileref="stock_text_underline_24.png" format="PNG"></inlinegraphic>
820 </para>
821
822
823
824 <!-- ##### MACRO GTK_STOCK_UNDO ##### -->
825 <para>
826 The "Undo" item.
827 <inlinegraphic fileref="stock_undo_24.png" format="PNG"></inlinegraphic>
828 RTL variant
829 <inlinegraphic fileref="stock_undo_rtl_24.png" format="PNG"></inlinegraphic>
830 </para>
831
832
833
834 <!-- ##### MACRO GTK_STOCK_UNINDENT ##### -->
835 <para>
836 The "Unindent" item.
837 <inlinegraphic fileref="stock_text_unindent_24.png" format="PNG"></inlinegraphic>
838 </para>
839
840 @Since: 2.4
841
842
843 <!-- ##### MACRO GTK_STOCK_YES ##### -->
844 <para>
845 The "Yes" item.
846 <inlinegraphic fileref="stock_yes_20.png" format="PNG"></inlinegraphic>
847 </para>
848
849
850
851 <!-- ##### MACRO GTK_STOCK_ZOOM_100 ##### -->
852 <para>
853 The "Zoom 100%" item.
854 <inlinegraphic fileref="stock_zoom_1_24.png" format="PNG"></inlinegraphic>
855 </para>
856
857
858
859 <!-- ##### MACRO GTK_STOCK_ZOOM_FIT ##### -->
860 <para>
861 The "Zoom to Fit" item.
862 <inlinegraphic fileref="stock_zoom_fit_24.png" format="PNG"></inlinegraphic>
863 </para>
864
865
866
867 <!-- ##### MACRO GTK_STOCK_ZOOM_IN ##### -->
868 <para>
869 The "Zoom In" item.
870 <inlinegraphic fileref="stock_zoom_in_24.png" format="PNG"></inlinegraphic>
871 </para>
872
873
874
875 <!-- ##### MACRO GTK_STOCK_ZOOM_OUT ##### -->
876 <para>
877 The "Zoom Out" item.
878 <inlinegraphic fileref="stock_zoom_out_24.png" format="PNG"></inlinegraphic>
879 </para>
880
881
882