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