]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkstock.sgml
Updates
[~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_INFO ##### -->
470 <para>
471 The "Info" item.
472 <inlinegraphic fileref="stock_info_24.png" format="PNG"></inlinegraphic>
473 </para>
474
475 @Since: 2.8
476
477
478 <!-- ##### MACRO GTK_STOCK_ITALIC ##### -->
479 <para>
480 The "Italic" item.
481 <inlinegraphic fileref="stock_text_italic_24.png" format="PNG"></inlinegraphic>
482 </para>
483
484
485
486 <!-- ##### MACRO GTK_STOCK_JUMP_TO ##### -->
487 <para>
488 The "Jump to" item.
489 <inlinegraphic fileref="stock_jump_to_24.png" format="PNG"></inlinegraphic>
490 RTL-variant 
491 <inlinegraphic fileref="stock_jump_to_rtl_24.png" format="PNG"></inlinegraphic>
492 </para>
493
494
495
496 <!-- ##### MACRO GTK_STOCK_JUSTIFY_CENTER ##### -->
497 <para>
498 The "Center" item.
499 <inlinegraphic fileref="stock_align_center_24.png" format="PNG"></inlinegraphic>
500 </para>
501
502
503
504 <!-- ##### MACRO GTK_STOCK_JUSTIFY_FILL ##### -->
505 <para>
506 The "Fill" item.
507 <inlinegraphic fileref="stock_align_justify_24.png" format="PNG"></inlinegraphic>
508 </para>
509
510
511
512 <!-- ##### MACRO GTK_STOCK_JUSTIFY_LEFT ##### -->
513 <para>
514 The "Left" item.
515 <inlinegraphic fileref="stock_align_left_24.png" format="PNG"></inlinegraphic>
516 </para>
517
518
519
520 <!-- ##### MACRO GTK_STOCK_JUSTIFY_RIGHT ##### -->
521 <para>
522 The "Right" item.
523 <inlinegraphic fileref="stock_align_right_24.png" format="PNG"></inlinegraphic>
524 </para>
525
526
527
528 <!-- ##### MACRO GTK_STOCK_MEDIA_FORWARD ##### -->
529 <para>
530 The "Media Forward" item.
531 <inlinegraphic fileref="stock_media_forward_24.png" format="PNG"></inlinegraphic>
532 RTL variant
533 <inlinegraphic fileref="stock_media_rewind_24.png" format="PNG"></inlinegraphic>
534 </para>
535
536 @Since: 2.6
537
538
539 <!-- ##### MACRO GTK_STOCK_MEDIA_NEXT ##### -->
540 <para>
541 The "Media Next" item.
542 <inlinegraphic fileref="stock_media_next_24.png" format="PNG"></inlinegraphic>
543 RTL variant
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_PAUSE ##### -->
551 <para>
552 The "Media Pause" item.
553 <inlinegraphic fileref="stock_media_pause_24.png" format="PNG"></inlinegraphic>
554 </para>
555
556 @Since: 2.6
557
558
559 <!-- ##### MACRO GTK_STOCK_MEDIA_PLAY ##### -->
560 <para>
561 The "Media Play" item.
562 <inlinegraphic fileref="stock_media_play_24.png" format="PNG"></inlinegraphic>
563 RTL variant
564 <inlinegraphic fileref="stock_media_play_rtl_24.png" format="PNG"></inlinegraphic>
565 </para>
566
567 @Since: 2.6
568
569
570 <!-- ##### MACRO GTK_STOCK_MEDIA_PREVIOUS ##### -->
571 <para>
572 The "Media Previous" item.
573 <inlinegraphic fileref="stock_media_previous_24.png" format="PNG"></inlinegraphic>
574 RTL variant
575 <inlinegraphic fileref="stock_media_next_24.png" format="PNG"></inlinegraphic>
576 </para>
577
578 @Since: 2.6
579
580
581 <!-- ##### MACRO GTK_STOCK_MEDIA_RECORD ##### -->
582 <para>
583 The "Media Record" item.
584 <inlinegraphic fileref="stock_media_record_24.png" format="PNG"></inlinegraphic>
585 </para>
586
587 @Since: 2.6
588
589
590 <!-- ##### MACRO GTK_STOCK_MEDIA_REWIND ##### -->
591 <para>
592 The "Media Rewind" item.
593 <inlinegraphic fileref="stock_media_rewind_24.png" format="PNG"></inlinegraphic>
594 RTL variant
595 <inlinegraphic fileref="stock_media_forward_24.png" format="PNG"></inlinegraphic>
596 </para>
597
598 @Since: 2.6
599
600
601 <!-- ##### MACRO GTK_STOCK_MEDIA_STOP ##### -->
602 <para>
603 The "Media Stop" item.
604 <inlinegraphic fileref="stock_media_stop_24.png" format="PNG"></inlinegraphic>
605 </para>
606
607 @Since: 2.6
608
609
610 <!-- ##### MACRO GTK_STOCK_MISSING_IMAGE ##### -->
611 <para>
612 The "Missing image" icon.
613 <inlinegraphic fileref="stock_broken_image_24.png" format="PNG"></inlinegraphic>
614 </para>
615
616
617
618 <!-- ##### MACRO GTK_STOCK_NETWORK ##### -->
619 <para>
620 The "Network" item.
621 <inlinegraphic fileref="stock_network_24.png" format="PNG"></inlinegraphic>
622 </para>
623
624 @Since: 2.4
625
626
627 <!-- ##### MACRO GTK_STOCK_NEW ##### -->
628 <para>
629 The "New" item.
630 <inlinegraphic fileref="stock_new_24.png" format="PNG"></inlinegraphic>
631 </para>
632
633
634
635 <!-- ##### MACRO GTK_STOCK_NO ##### -->
636 <para>
637 The "No" item.
638 <inlinegraphic fileref="stock_no_20.png" format="PNG"></inlinegraphic>
639 </para>
640
641
642
643 <!-- ##### MACRO GTK_STOCK_OK ##### -->
644 <para>
645 The "OK" item.
646 <inlinegraphic fileref="stock_ok_20.png" format="PNG"></inlinegraphic>
647 </para>
648
649
650
651 <!-- ##### MACRO GTK_STOCK_OPEN ##### -->
652 <para>
653 The "Open" item.
654 <inlinegraphic fileref="stock_open_24.png" format="PNG"></inlinegraphic>
655 </para>
656
657
658
659 <!-- ##### MACRO GTK_STOCK_PASTE ##### -->
660 <para>
661 The "Paste" item.
662 <inlinegraphic fileref="stock_paste_24.png" format="PNG"></inlinegraphic>
663 </para>
664
665
666
667 <!-- ##### MACRO GTK_STOCK_PREFERENCES ##### -->
668 <para>
669 The "Preferences" item.
670 <inlinegraphic fileref="stock_preferences_24.png" format="PNG"></inlinegraphic>
671 </para>
672
673
674
675 <!-- ##### MACRO GTK_STOCK_PRINT ##### -->
676 <para>
677 The "Print" item.
678 <inlinegraphic fileref="stock_print_24.png" format="PNG"></inlinegraphic>
679 </para>
680
681
682
683 <!-- ##### MACRO GTK_STOCK_PRINT_PREVIEW ##### -->
684 <para>
685 The "Print Preview" item.
686 <inlinegraphic fileref="stock_print_preview_24.png" format="PNG"></inlinegraphic>
687 </para>
688
689
690
691 <!-- ##### MACRO GTK_STOCK_PROPERTIES ##### -->
692 <para>
693 The "Properties" item.
694 <inlinegraphic fileref="stock_properties_24.png" format="PNG"></inlinegraphic>
695 </para>
696
697
698
699 <!-- ##### MACRO GTK_STOCK_QUIT ##### -->
700 <para>
701 The "Quit" item.
702 <inlinegraphic fileref="stock_exit_24.png" format="PNG"></inlinegraphic>
703 </para>
704
705
706
707 <!-- ##### MACRO GTK_STOCK_REDO ##### -->
708 <para>
709 The "Redo" item.
710 <inlinegraphic fileref="stock_redo_24.png" format="PNG"></inlinegraphic>
711 RTL variant
712 <inlinegraphic fileref="stock_redo_rtl_24.png" format="PNG"></inlinegraphic>
713 </para>
714
715
716
717 <!-- ##### MACRO GTK_STOCK_REFRESH ##### -->
718 <para>
719 The "Refresh" item.
720 <inlinegraphic fileref="stock_refresh_24.png" format="PNG"></inlinegraphic>
721 </para>
722
723
724
725 <!-- ##### MACRO GTK_STOCK_REMOVE ##### -->
726 <para>
727 The "Remove" item.
728 <inlinegraphic fileref="stock_remove_24.png" format="PNG"></inlinegraphic>
729 </para>
730
731
732
733 <!-- ##### MACRO GTK_STOCK_REVERT_TO_SAVED ##### -->
734 <para>
735 The "Revert" item.
736 <inlinegraphic fileref="stock_revert_24.png" format="PNG"></inlinegraphic>
737 RTL variant
738 <inlinegraphic fileref="stock_revert_rtl_24.png" format="PNG"></inlinegraphic>
739 </para>
740
741
742
743 <!-- ##### MACRO GTK_STOCK_SAVE ##### -->
744 <para>
745 The "Save" item.
746 <inlinegraphic fileref="stock_save_24.png" format="PNG"></inlinegraphic>
747 </para>
748
749
750
751 <!-- ##### MACRO GTK_STOCK_SAVE_AS ##### -->
752 <para>
753 The "Save As" item.
754 <inlinegraphic fileref="stock_save_as_24.png" format="PNG"></inlinegraphic>
755 </para>
756
757
758
759 <!-- ##### MACRO GTK_STOCK_SELECT_COLOR ##### -->
760 <para>
761 The "Color" item.
762 <inlinegraphic fileref="stock_colorselector_24.png" format="PNG"></inlinegraphic>
763 </para>
764
765
766
767 <!-- ##### MACRO GTK_STOCK_SELECT_FONT ##### -->
768 <para>
769 The "Font" item.
770 <inlinegraphic fileref="stock_font_24.png" format="PNG"></inlinegraphic>
771 </para>
772
773
774
775 <!-- ##### MACRO GTK_STOCK_SORT_ASCENDING ##### -->
776 <para>
777 The "Ascending" item.
778 <inlinegraphic fileref="stock_sort_ascending_24.png" format="PNG"></inlinegraphic>
779 </para>
780
781
782
783 <!-- ##### MACRO GTK_STOCK_SORT_DESCENDING ##### -->
784 <para>
785 The "Descending" item.
786 <inlinegraphic fileref="stock_sort_descending_24.png" format="PNG"></inlinegraphic>
787 </para>
788
789
790
791 <!-- ##### MACRO GTK_STOCK_SPELL_CHECK ##### -->
792 <para>
793 The "Spell Check" item.
794 <inlinegraphic fileref="stock_spellcheck_24.png" format="PNG"></inlinegraphic>
795 </para>
796
797
798
799 <!-- ##### MACRO GTK_STOCK_STOP ##### -->
800 <para>
801 The "Stop" item.
802 <inlinegraphic fileref="stock_stop_24.png" format="PNG"></inlinegraphic>
803 </para>
804
805
806
807 <!-- ##### MACRO GTK_STOCK_STRIKETHROUGH ##### -->
808 <para>
809 The "Strikethrough" item.
810 <inlinegraphic fileref="stock_text_strikethrough_24.png" format="PNG"></inlinegraphic>
811 </para>
812
813
814
815 <!-- ##### MACRO GTK_STOCK_UNDELETE ##### -->
816 <para>
817 The "Undelete" item.
818 <inlinegraphic fileref="stock_undelete_24.png" format="PNG"></inlinegraphic>
819 RTL variant
820 <inlinegraphic fileref="stock_undelete_rtl_24.png" format="PNG"></inlinegraphic>
821 </para>
822
823
824
825 <!-- ##### MACRO GTK_STOCK_UNDERLINE ##### -->
826 <para>
827 The "Underline" item.
828 <inlinegraphic fileref="stock_text_underline_24.png" format="PNG"></inlinegraphic>
829 </para>
830
831
832
833 <!-- ##### MACRO GTK_STOCK_UNDO ##### -->
834 <para>
835 The "Undo" item.
836 <inlinegraphic fileref="stock_undo_24.png" format="PNG"></inlinegraphic>
837 RTL variant
838 <inlinegraphic fileref="stock_undo_rtl_24.png" format="PNG"></inlinegraphic>
839 </para>
840
841
842
843 <!-- ##### MACRO GTK_STOCK_UNINDENT ##### -->
844 <para>
845 The "Unindent" item.
846 <inlinegraphic fileref="stock_text_unindent_24.png" format="PNG"></inlinegraphic>
847 </para>
848
849 @Since: 2.4
850
851
852 <!-- ##### MACRO GTK_STOCK_YES ##### -->
853 <para>
854 The "Yes" item.
855 <inlinegraphic fileref="stock_yes_20.png" format="PNG"></inlinegraphic>
856 </para>
857
858
859
860 <!-- ##### MACRO GTK_STOCK_ZOOM_100 ##### -->
861 <para>
862 The "Zoom 100%" item.
863 <inlinegraphic fileref="stock_zoom_1_24.png" format="PNG"></inlinegraphic>
864 </para>
865
866
867
868 <!-- ##### MACRO GTK_STOCK_ZOOM_FIT ##### -->
869 <para>
870 The "Zoom to Fit" item.
871 <inlinegraphic fileref="stock_zoom_fit_24.png" format="PNG"></inlinegraphic>
872 </para>
873
874
875
876 <!-- ##### MACRO GTK_STOCK_ZOOM_IN ##### -->
877 <para>
878 The "Zoom In" item.
879 <inlinegraphic fileref="stock_zoom_in_24.png" format="PNG"></inlinegraphic>
880 </para>
881
882
883
884 <!-- ##### MACRO GTK_STOCK_ZOOM_OUT ##### -->
885 <para>
886 The "Zoom Out" item.
887 <inlinegraphic fileref="stock_zoom_out_24.png" format="PNG"></inlinegraphic>
888 </para>
889
890
891
892 <!-- ##### MACRO GTK_STOCK_FULLSCREEN ##### -->
893 <para>
894 The "Fullscreen" item.
895 <inlinegraphic fileref="stock_fullscreen_24.png" format="PNG"></inlinegraphic>
896 </para>
897
898 @Since: 2.8
899
900
901
902 <!-- ##### MACRO GTK_STOCK_LEAVE_FULLSCREEN ##### -->
903 <para>
904 The "Leave Fullscreen" item.
905 <inlinegraphic fileref="stock_leave_fullscreen_24.png" format="PNG"></inlinegraphic>
906 </para>
907
908 @Since: 2.8
909
910
911
912
913
914