]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkstock.sgml
fixed wording and typos in some places. added a new section "Optimizing RC
[~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_FULLSCREEN ##### -->
356 <para>
357 The "Fullscreen" item.
358 <inlinegraphic fileref="stock_fullscreen_24.png" format="PNG"></inlinegraphic>
359 </para>
360
361 @Since: 2.8
362
363
364 <!-- ##### MACRO GTK_STOCK_GOTO_BOTTOM ##### -->
365 <para>
366 The "Bottom" item.
367 <inlinegraphic fileref="stock_bottom_24.png" format="PNG"></inlinegraphic>
368 </para>
369
370
371
372 <!-- ##### MACRO GTK_STOCK_GOTO_FIRST ##### -->
373 <para>
374 The "First" item.
375 <inlinegraphic fileref="stock_first_24.png" format="PNG"></inlinegraphic>
376 RTL variant
377 <inlinegraphic fileref="stock_last_24.png" format="PNG"></inlinegraphic>
378 </para>
379
380
381
382 <!-- ##### MACRO GTK_STOCK_GOTO_LAST ##### -->
383 <para>
384 The "Last" item.
385 <inlinegraphic fileref="stock_last_24.png" format="PNG"></inlinegraphic>
386 RTL variant
387 <inlinegraphic fileref="stock_first_24.png" format="PNG"></inlinegraphic>
388 </para>
389
390
391
392 <!-- ##### MACRO GTK_STOCK_GOTO_TOP ##### -->
393 <para>
394 The "Top" item.
395 <inlinegraphic fileref="stock_top_24.png" format="PNG"></inlinegraphic>
396 </para>
397
398
399
400 <!-- ##### MACRO GTK_STOCK_GO_BACK ##### -->
401 <para>
402 The "Back" item.
403 <inlinegraphic fileref="stock_left_arrow_24.png" format="PNG"></inlinegraphic>
404 RTL variant
405 <inlinegraphic fileref="stock_right_arrow_24.png" format="PNG"></inlinegraphic>
406 </para>
407
408
409
410 <!-- ##### MACRO GTK_STOCK_GO_DOWN ##### -->
411 <para>
412 The "Down" item.
413 <inlinegraphic fileref="stock_down_arrow_24.png" format="PNG"></inlinegraphic>
414 </para>
415
416
417
418 <!-- ##### MACRO GTK_STOCK_GO_FORWARD ##### -->
419 <para>
420 The "Forward" item.
421 <inlinegraphic fileref="stock_right_arrow_24.png" format="PNG"></inlinegraphic>
422 RTL variant
423 <inlinegraphic fileref="stock_left_arrow_24.png" format="PNG"></inlinegraphic>
424 </para>
425
426
427
428 <!-- ##### MACRO GTK_STOCK_GO_UP ##### -->
429 <para>
430 The "Up" item.
431 <inlinegraphic fileref="stock_up_arrow_24.png" format="PNG"></inlinegraphic>
432 </para>
433
434
435
436 <!-- ##### MACRO GTK_STOCK_HARDDISK ##### -->
437 <para>
438 The "Harddisk" item.
439 <inlinegraphic fileref="stock_harddisk_24.png" format="PNG"></inlinegraphic>
440 </para>
441
442 @Since: 2.4
443
444
445 <!-- ##### MACRO GTK_STOCK_HELP ##### -->
446 <para>
447 The "Help" item.
448 <inlinegraphic fileref="stock_help_24.png" format="PNG"></inlinegraphic>
449 </para>
450
451
452
453 <!-- ##### MACRO GTK_STOCK_HOME ##### -->
454 <para>
455 The "Home" item.
456 <inlinegraphic fileref="stock_home_24.png" format="PNG"></inlinegraphic>
457 </para>
458
459
460
461 <!-- ##### MACRO GTK_STOCK_INDENT ##### -->
462 <para>
463 The "Indent" item.
464 <inlinegraphic fileref="stock_text_indent_24.png" format="PNG"></inlinegraphic>
465 </para>
466
467 @Since: 2.4
468
469
470 <!-- ##### MACRO GTK_STOCK_INDEX ##### -->
471 <para>
472 The "Index" item.
473 <inlinegraphic fileref="stock_index_24.png" format="PNG"></inlinegraphic>
474 </para>
475
476
477
478 <!-- ##### MACRO GTK_STOCK_INFO ##### -->
479 <para>
480 The "Info" item.
481 <inlinegraphic fileref="stock_info_24.png" format="PNG"></inlinegraphic>
482 </para>
483
484 @Since: 2.8
485
486
487 <!-- ##### MACRO GTK_STOCK_ITALIC ##### -->
488 <para>
489 The "Italic" item.
490 <inlinegraphic fileref="stock_text_italic_24.png" format="PNG"></inlinegraphic>
491 </para>
492
493
494
495 <!-- ##### MACRO GTK_STOCK_JUMP_TO ##### -->
496 <para>
497 The "Jump to" item.
498 <inlinegraphic fileref="stock_jump_to_24.png" format="PNG"></inlinegraphic>
499 RTL-variant 
500 <inlinegraphic fileref="stock_jump_to_rtl_24.png" format="PNG"></inlinegraphic>
501 </para>
502
503
504
505 <!-- ##### MACRO GTK_STOCK_JUSTIFY_CENTER ##### -->
506 <para>
507 The "Center" item.
508 <inlinegraphic fileref="stock_align_center_24.png" format="PNG"></inlinegraphic>
509 </para>
510
511
512
513 <!-- ##### MACRO GTK_STOCK_JUSTIFY_FILL ##### -->
514 <para>
515 The "Fill" item.
516 <inlinegraphic fileref="stock_align_justify_24.png" format="PNG"></inlinegraphic>
517 </para>
518
519
520
521 <!-- ##### MACRO GTK_STOCK_JUSTIFY_LEFT ##### -->
522 <para>
523 The "Left" item.
524 <inlinegraphic fileref="stock_align_left_24.png" format="PNG"></inlinegraphic>
525 </para>
526
527
528
529 <!-- ##### MACRO GTK_STOCK_JUSTIFY_RIGHT ##### -->
530 <para>
531 The "Right" item.
532 <inlinegraphic fileref="stock_align_right_24.png" format="PNG"></inlinegraphic>
533 </para>
534
535
536
537 <!-- ##### MACRO GTK_STOCK_LEAVE_FULLSCREEN ##### -->
538 <para>
539 The "Leave Fullscreen" item.
540 <inlinegraphic fileref="stock_leave_fullscreen_24.png" format="PNG"></inlinegraphic>
541 </para>
542
543 @Since: 2.8
544
545
546 <!-- ##### MACRO GTK_STOCK_MEDIA_FORWARD ##### -->
547 <para>
548 The "Media Forward" item.
549 <inlinegraphic fileref="stock_media_forward_24.png" format="PNG"></inlinegraphic>
550 RTL variant
551 <inlinegraphic fileref="stock_media_rewind_24.png" format="PNG"></inlinegraphic>
552 </para>
553
554 @Since: 2.6
555
556
557 <!-- ##### MACRO GTK_STOCK_MEDIA_NEXT ##### -->
558 <para>
559 The "Media Next" item.
560 <inlinegraphic fileref="stock_media_next_24.png" format="PNG"></inlinegraphic>
561 RTL variant
562 <inlinegraphic fileref="stock_media_previous_24.png" format="PNG"></inlinegraphic>
563 </para>
564
565 @Since: 2.6
566
567
568 <!-- ##### MACRO GTK_STOCK_MEDIA_PAUSE ##### -->
569 <para>
570 The "Media Pause" item.
571 <inlinegraphic fileref="stock_media_pause_24.png" format="PNG"></inlinegraphic>
572 </para>
573
574 @Since: 2.6
575
576
577 <!-- ##### MACRO GTK_STOCK_MEDIA_PLAY ##### -->
578 <para>
579 The "Media Play" item.
580 <inlinegraphic fileref="stock_media_play_24.png" format="PNG"></inlinegraphic>
581 RTL variant
582 <inlinegraphic fileref="stock_media_play_rtl_24.png" format="PNG"></inlinegraphic>
583 </para>
584
585 @Since: 2.6
586
587
588 <!-- ##### MACRO GTK_STOCK_MEDIA_PREVIOUS ##### -->
589 <para>
590 The "Media Previous" item.
591 <inlinegraphic fileref="stock_media_previous_24.png" format="PNG"></inlinegraphic>
592 RTL variant
593 <inlinegraphic fileref="stock_media_next_24.png" format="PNG"></inlinegraphic>
594 </para>
595
596 @Since: 2.6
597
598
599 <!-- ##### MACRO GTK_STOCK_MEDIA_RECORD ##### -->
600 <para>
601 The "Media Record" item.
602 <inlinegraphic fileref="stock_media_record_24.png" format="PNG"></inlinegraphic>
603 </para>
604
605 @Since: 2.6
606
607
608 <!-- ##### MACRO GTK_STOCK_MEDIA_REWIND ##### -->
609 <para>
610 The "Media Rewind" item.
611 <inlinegraphic fileref="stock_media_rewind_24.png" format="PNG"></inlinegraphic>
612 RTL variant
613 <inlinegraphic fileref="stock_media_forward_24.png" format="PNG"></inlinegraphic>
614 </para>
615
616 @Since: 2.6
617
618
619 <!-- ##### MACRO GTK_STOCK_MEDIA_STOP ##### -->
620 <para>
621 The "Media Stop" item.
622 <inlinegraphic fileref="stock_media_stop_24.png" format="PNG"></inlinegraphic>
623 </para>
624
625 @Since: 2.6
626
627
628 <!-- ##### MACRO GTK_STOCK_MISSING_IMAGE ##### -->
629 <para>
630 The "Missing image" icon.
631 <inlinegraphic fileref="stock_broken_image_24.png" format="PNG"></inlinegraphic>
632 </para>
633
634
635
636 <!-- ##### MACRO GTK_STOCK_NETWORK ##### -->
637 <para>
638 The "Network" item.
639 <inlinegraphic fileref="stock_network_24.png" format="PNG"></inlinegraphic>
640 </para>
641
642 @Since: 2.4
643
644
645 <!-- ##### MACRO GTK_STOCK_NEW ##### -->
646 <para>
647 The "New" item.
648 <inlinegraphic fileref="stock_new_24.png" format="PNG"></inlinegraphic>
649 </para>
650
651
652
653 <!-- ##### MACRO GTK_STOCK_NO ##### -->
654 <para>
655 The "No" item.
656 <inlinegraphic fileref="stock_no_20.png" format="PNG"></inlinegraphic>
657 </para>
658
659
660
661 <!-- ##### MACRO GTK_STOCK_OK ##### -->
662 <para>
663 The "OK" item.
664 <inlinegraphic fileref="stock_ok_20.png" format="PNG"></inlinegraphic>
665 </para>
666
667
668
669 <!-- ##### MACRO GTK_STOCK_OPEN ##### -->
670 <para>
671 The "Open" item.
672 <inlinegraphic fileref="stock_open_24.png" format="PNG"></inlinegraphic>
673 </para>
674
675
676
677 <!-- ##### MACRO GTK_STOCK_PASTE ##### -->
678 <para>
679 The "Paste" item.
680 <inlinegraphic fileref="stock_paste_24.png" format="PNG"></inlinegraphic>
681 </para>
682
683
684
685 <!-- ##### MACRO GTK_STOCK_PREFERENCES ##### -->
686 <para>
687 The "Preferences" item.
688 <inlinegraphic fileref="stock_preferences_24.png" format="PNG"></inlinegraphic>
689 </para>
690
691
692
693 <!-- ##### MACRO GTK_STOCK_PRINT ##### -->
694 <para>
695 The "Print" item.
696 <inlinegraphic fileref="stock_print_24.png" format="PNG"></inlinegraphic>
697 </para>
698
699
700
701 <!-- ##### MACRO GTK_STOCK_PRINT_PREVIEW ##### -->
702 <para>
703 The "Print Preview" item.
704 <inlinegraphic fileref="stock_print_preview_24.png" format="PNG"></inlinegraphic>
705 </para>
706
707
708
709 <!-- ##### MACRO GTK_STOCK_PROPERTIES ##### -->
710 <para>
711 The "Properties" item.
712 <inlinegraphic fileref="stock_properties_24.png" format="PNG"></inlinegraphic>
713 </para>
714
715
716
717 <!-- ##### MACRO GTK_STOCK_QUIT ##### -->
718 <para>
719 The "Quit" item.
720 <inlinegraphic fileref="stock_exit_24.png" format="PNG"></inlinegraphic>
721 </para>
722
723
724
725 <!-- ##### MACRO GTK_STOCK_REDO ##### -->
726 <para>
727 The "Redo" item.
728 <inlinegraphic fileref="stock_redo_24.png" format="PNG"></inlinegraphic>
729 RTL variant
730 <inlinegraphic fileref="stock_redo_rtl_24.png" format="PNG"></inlinegraphic>
731 </para>
732
733
734
735 <!-- ##### MACRO GTK_STOCK_REFRESH ##### -->
736 <para>
737 The "Refresh" item.
738 <inlinegraphic fileref="stock_refresh_24.png" format="PNG"></inlinegraphic>
739 </para>
740
741
742
743 <!-- ##### MACRO GTK_STOCK_REMOVE ##### -->
744 <para>
745 The "Remove" item.
746 <inlinegraphic fileref="stock_remove_24.png" format="PNG"></inlinegraphic>
747 </para>
748
749
750
751 <!-- ##### MACRO GTK_STOCK_REVERT_TO_SAVED ##### -->
752 <para>
753 The "Revert" item.
754 <inlinegraphic fileref="stock_revert_24.png" format="PNG"></inlinegraphic>
755 RTL variant
756 <inlinegraphic fileref="stock_revert_rtl_24.png" format="PNG"></inlinegraphic>
757 </para>
758
759
760
761 <!-- ##### MACRO GTK_STOCK_SAVE ##### -->
762 <para>
763 The "Save" item.
764 <inlinegraphic fileref="stock_save_24.png" format="PNG"></inlinegraphic>
765 </para>
766
767
768
769 <!-- ##### MACRO GTK_STOCK_SAVE_AS ##### -->
770 <para>
771 The "Save As" item.
772 <inlinegraphic fileref="stock_save_as_24.png" format="PNG"></inlinegraphic>
773 </para>
774
775
776
777 <!-- ##### MACRO GTK_STOCK_SELECT_ALL ##### -->
778 <para>
779 The "Select All" item.
780 <inlinegraphic fileref="stock_select_all_24.png" format="PNG"></inlinegraphic>
781 </para>
782
783 @Since: 2.10
784
785
786 <!-- ##### MACRO GTK_STOCK_SELECT_COLOR ##### -->
787 <para>
788 The "Color" item.
789 <inlinegraphic fileref="stock_colorselector_24.png" format="PNG"></inlinegraphic>
790 </para>
791
792
793
794 <!-- ##### MACRO GTK_STOCK_SELECT_FONT ##### -->
795 <para>
796 The "Font" item.
797 <inlinegraphic fileref="stock_font_24.png" format="PNG"></inlinegraphic>
798 </para>
799
800
801
802 <!-- ##### MACRO GTK_STOCK_SORT_ASCENDING ##### -->
803 <para>
804 The "Ascending" item.
805 <inlinegraphic fileref="stock_sort_ascending_24.png" format="PNG"></inlinegraphic>
806 </para>
807
808
809
810 <!-- ##### MACRO GTK_STOCK_SORT_DESCENDING ##### -->
811 <para>
812 The "Descending" item.
813 <inlinegraphic fileref="stock_sort_descending_24.png" format="PNG"></inlinegraphic>
814 </para>
815
816
817
818 <!-- ##### MACRO GTK_STOCK_SPELL_CHECK ##### -->
819 <para>
820 The "Spell Check" item.
821 <inlinegraphic fileref="stock_spellcheck_24.png" format="PNG"></inlinegraphic>
822 </para>
823
824
825
826 <!-- ##### MACRO GTK_STOCK_STOP ##### -->
827 <para>
828 The "Stop" item.
829 <inlinegraphic fileref="stock_stop_24.png" format="PNG"></inlinegraphic>
830 </para>
831
832
833
834 <!-- ##### MACRO GTK_STOCK_STRIKETHROUGH ##### -->
835 <para>
836 The "Strikethrough" item.
837 <inlinegraphic fileref="stock_text_strikethrough_24.png" format="PNG"></inlinegraphic>
838 </para>
839
840
841
842 <!-- ##### MACRO GTK_STOCK_UNDELETE ##### -->
843 <para>
844 The "Undelete" item.
845 <inlinegraphic fileref="stock_undelete_24.png" format="PNG"></inlinegraphic>
846 RTL variant
847 <inlinegraphic fileref="stock_undelete_rtl_24.png" format="PNG"></inlinegraphic>
848 </para>
849
850
851
852 <!-- ##### MACRO GTK_STOCK_UNDERLINE ##### -->
853 <para>
854 The "Underline" item.
855 <inlinegraphic fileref="stock_text_underline_24.png" format="PNG"></inlinegraphic>
856 </para>
857
858
859
860 <!-- ##### MACRO GTK_STOCK_UNDO ##### -->
861 <para>
862 The "Undo" item.
863 <inlinegraphic fileref="stock_undo_24.png" format="PNG"></inlinegraphic>
864 RTL variant
865 <inlinegraphic fileref="stock_undo_rtl_24.png" format="PNG"></inlinegraphic>
866 </para>
867
868
869
870 <!-- ##### MACRO GTK_STOCK_UNINDENT ##### -->
871 <para>
872 The "Unindent" item.
873 <inlinegraphic fileref="stock_text_unindent_24.png" format="PNG"></inlinegraphic>
874 </para>
875
876 @Since: 2.4
877
878
879 <!-- ##### MACRO GTK_STOCK_YES ##### -->
880 <para>
881 The "Yes" item.
882 <inlinegraphic fileref="stock_yes_20.png" format="PNG"></inlinegraphic>
883 </para>
884
885
886
887 <!-- ##### MACRO GTK_STOCK_ZOOM_100 ##### -->
888 <para>
889 The "Zoom 100%" item.
890 <inlinegraphic fileref="stock_zoom_1_24.png" format="PNG"></inlinegraphic>
891 </para>
892
893
894
895 <!-- ##### MACRO GTK_STOCK_ZOOM_FIT ##### -->
896 <para>
897 The "Zoom to Fit" item.
898 <inlinegraphic fileref="stock_zoom_fit_24.png" format="PNG"></inlinegraphic>
899 </para>
900
901
902
903 <!-- ##### MACRO GTK_STOCK_ZOOM_IN ##### -->
904 <para>
905 The "Zoom In" item.
906 <inlinegraphic fileref="stock_zoom_in_24.png" format="PNG"></inlinegraphic>
907 </para>
908
909
910
911 <!-- ##### MACRO GTK_STOCK_ZOOM_OUT ##### -->
912 <para>
913 The "Zoom Out" item.
914 <inlinegraphic fileref="stock_zoom_out_24.png" format="PNG"></inlinegraphic>
915 </para>
916
917
918