/usr/include/gtk-3.0/gtk/gtkstock.h is in libgtk-3-dev 3.4.2-0ubuntu0.9.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 | /* GTK - The GIMP Toolkit
* Copyright (C) 2000 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
* file for a list of people on the GTK+ Team. See the ChangeLog
* files for a list of changes. These files are distributed with
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
#error "Only <gtk/gtk.h> can be included directly."
#endif
#ifndef __GTK_STOCK_H__
#define __GTK_STOCK_H__
#include <gdk/gdk.h>
G_BEGIN_DECLS
/*
* GtkTranslateFunc:
* @path: The id of the message. In #GtkActionGroup this will be a label
* or tooltip from a #GtkActionEntry.
* @func_data: user data passed in when registering the function
*
* The function used to translate messages in e.g. #GtkIconFactory
* and #GtkActionGroup.
*
* Returns: the translated message
*/
typedef gchar * (*GtkTranslateFunc) (const gchar *path,
gpointer func_data);
typedef struct _GtkStockItem GtkStockItem;
struct _GtkStockItem
{
gchar *stock_id;
gchar *label;
GdkModifierType modifier;
guint keyval;
gchar *translation_domain;
};
void gtk_stock_add (const GtkStockItem *items,
guint n_items);
void gtk_stock_add_static (const GtkStockItem *items,
guint n_items);
gboolean gtk_stock_lookup (const gchar *stock_id,
GtkStockItem *item);
/* Should free the list (and free each string in it also).
* This function is only useful for GUI builders and such.
*/
GSList* gtk_stock_list_ids (void);
GtkStockItem *gtk_stock_item_copy (const GtkStockItem *item);
void gtk_stock_item_free (GtkStockItem *item);
void gtk_stock_set_translate_func (const gchar *domain,
GtkTranslateFunc func,
gpointer data,
GDestroyNotify notify);
/* Stock IDs (not all are stock items; some are images only) */
/**
* GTK_STOCK_ABOUT:
*
* The "About" item.
* <inlinegraphic fileref="help-about.png" format="PNG"></inlinegraphic>
*
* Since: 2.6
*/
#define GTK_STOCK_ABOUT "gtk-about"
/**
* GTK_STOCK_ADD:
*
* The "Add" item.
* <inlinegraphic fileref="list-add.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_ADD "gtk-add"
/**
* GTK_STOCK_APPLY:
*
* The "Apply" item.
* <inlinegraphic fileref="gtk-apply.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_APPLY "gtk-apply"
/**
* GTK_STOCK_BOLD:
*
* The "Bold" item.
* <inlinegraphic fileref="format-text-bold.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_BOLD "gtk-bold"
/**
* GTK_STOCK_CANCEL:
*
* The "Cancel" item.
* <inlinegraphic fileref="gtk-cancel.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_CANCEL "gtk-cancel"
/**
* GTK_STOCK_CAPS_LOCK_WARNING:
*
* The "Caps Lock Warning" icon.
* <inlinegraphic fileref="gtk-caps-lock-warning.png" format="PNG"></inlinegraphic>
*
* Since: 2.16
*/
#define GTK_STOCK_CAPS_LOCK_WARNING "gtk-caps-lock-warning"
/**
* GTK_STOCK_CDROM:
*
* The "CD-Rom" item.
* <inlinegraphic fileref="media-optical.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_CDROM "gtk-cdrom"
/**
* GTK_STOCK_CLEAR:
*
* The "Clear" item.
* <inlinegraphic fileref="edit-clear.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_CLEAR "gtk-clear"
/**
* GTK_STOCK_CLOSE:
*
* The "Close" item.
* <inlinegraphic fileref="window-close.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_CLOSE "gtk-close"
/**
* GTK_STOCK_COLOR_PICKER:
*
* The "Color Picker" item.
* <inlinegraphic fileref="gtk-color-picker.png" format="PNG"></inlinegraphic>
*
* Since: 2.2
*/
#define GTK_STOCK_COLOR_PICKER "gtk-color-picker"
/**
* GTK_STOCK_CONNECT:
*
* The "Connect" icon.
* <inlinegraphic fileref="gtk-connect.png" format="PNG"></inlinegraphic>
*
* Since: 2.6
*/
#define GTK_STOCK_CONNECT "gtk-connect"
/**
* GTK_STOCK_CONVERT:
*
* The "Convert" item.
* <inlinegraphic fileref="gtk-convert.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_CONVERT "gtk-convert"
/**
* GTK_STOCK_COPY:
*
* The "Copy" item.
* <inlinegraphic fileref="edit-copy.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_COPY "gtk-copy"
/**
* GTK_STOCK_CUT:
*
* The "Cut" item.
* <inlinegraphic fileref="edit-cut.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_CUT "gtk-cut"
/**
* GTK_STOCK_DELETE:
*
* The "Delete" item.
* <inlinegraphic fileref="edit-delete.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_DELETE "gtk-delete"
/**
* GTK_STOCK_DIALOG_AUTHENTICATION:
*
* The "Authentication" item.
* <inlinegraphic fileref="dialog-password.png" format="PNG"></inlinegraphic>
*
* Since: 2.4
*/
#define GTK_STOCK_DIALOG_AUTHENTICATION "gtk-dialog-authentication"
/**
* GTK_STOCK_DIALOG_INFO:
*
* The "Information" item.
* <inlinegraphic fileref="dialog-information.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_DIALOG_INFO "gtk-dialog-info"
/**
* GTK_STOCK_DIALOG_WARNING:
*
* The "Warning" item.
* <inlinegraphic fileref="dialog-warning.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_DIALOG_WARNING "gtk-dialog-warning"
/**
* GTK_STOCK_DIALOG_ERROR:
*
* The "Error" item.
* <inlinegraphic fileref="dialog-error.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_DIALOG_ERROR "gtk-dialog-error"
/**
* GTK_STOCK_DIALOG_QUESTION:
*
* The "Question" item.
* <inlinegraphic fileref="dialog-question.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_DIALOG_QUESTION "gtk-dialog-question"
/**
* GTK_STOCK_DIRECTORY:
*
* The "Directory" icon.
* <inlinegraphic fileref="folder.png" format="PNG"></inlinegraphic>
*
* Since: 2.6
*/
#define GTK_STOCK_DIRECTORY "gtk-directory"
/**
* GTK_STOCK_DISCARD:
*
* The "Discard" item.
*
* Since: 2.12
*/
#define GTK_STOCK_DISCARD "gtk-discard"
/**
* GTK_STOCK_DISCONNECT:
*
* The "Disconnect" icon.
* <inlinegraphic fileref="gtk-disconnect.png" format="PNG"></inlinegraphic>
*
* Since: 2.6
*/
#define GTK_STOCK_DISCONNECT "gtk-disconnect"
/**
* GTK_STOCK_DND:
*
* The "Drag-And-Drop" icon.
* <inlinegraphic fileref="gtk-dnd.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_DND "gtk-dnd"
/**
* GTK_STOCK_DND_MULTIPLE:
*
* The "Drag-And-Drop multiple" icon.
* <inlinegraphic fileref="gtk-dnd-multiple.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_DND_MULTIPLE "gtk-dnd-multiple"
/**
* GTK_STOCK_EDIT:
*
* The "Edit" item.
* <inlinegraphic fileref="gtk-edit.png" format="PNG"></inlinegraphic>
*
* Since: 2.6
*/
#define GTK_STOCK_EDIT "gtk-edit"
/**
* GTK_STOCK_EXECUTE:
*
* The "Execute" item.
* <inlinegraphic fileref="system-run.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_EXECUTE "gtk-execute"
/**
* GTK_STOCK_FILE:
*
* The "File" item.
* <inlinegraphic fileref="text-x-generic.png" format="PNG"></inlinegraphic>
*
* Since 3.0, this item has a label, before it only had an icon.
*
* Since: 2.6
*/
#define GTK_STOCK_FILE "gtk-file"
/**
* GTK_STOCK_FIND:
*
* The "Find" item.
* <inlinegraphic fileref="edit-find.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_FIND "gtk-find"
/**
* GTK_STOCK_FIND_AND_REPLACE:
*
* The "Find and Replace" item.
* <inlinegraphic fileref="edit-find-replace.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_FIND_AND_REPLACE "gtk-find-and-replace"
/**
* GTK_STOCK_FLOPPY:
*
* The "Floppy" item.
* <inlinegraphic fileref="media-floppy.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_FLOPPY "gtk-floppy"
/**
* GTK_STOCK_FULLSCREEN:
*
* The "Fullscreen" item.
* <inlinegraphic fileref="view-fullscreen.png" format="PNG"></inlinegraphic>
*
* Since: 2.8
*/
#define GTK_STOCK_FULLSCREEN "gtk-fullscreen"
/**
* GTK_STOCK_GOTO_BOTTOM:
*
* The "Bottom" item.
* <inlinegraphic fileref="go-bottom.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_GOTO_BOTTOM "gtk-goto-bottom"
/**
* GTK_STOCK_GOTO_FIRST:
*
* The "First" item.
* <inlinegraphic fileref="go-first-ltr.png" format="PNG"></inlinegraphic>
* RTL variant
* <inlinegraphic fileref="go-first-rtl.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_GOTO_FIRST "gtk-goto-first"
/**
* GTK_STOCK_GOTO_LAST:
*
* The "Last" item.
* <inlinegraphic fileref="go-last-ltr.png" format="PNG"></inlinegraphic>
* RTL variant
* <inlinegraphic fileref="go-last-rtl.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_GOTO_LAST "gtk-goto-last"
/**
* GTK_STOCK_GOTO_TOP:
*
* The "Top" item.
* <inlinegraphic fileref="go-top.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_GOTO_TOP "gtk-goto-top"
/**
* GTK_STOCK_GO_BACK:
*
* The "Back" item.
* <inlinegraphic fileref="go-previous-ltr.png" format="PNG"></inlinegraphic>
* RTL variant
* <inlinegraphic fileref="go-previous-rtl.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_GO_BACK "gtk-go-back"
/**
* GTK_STOCK_GO_DOWN:
*
* The "Down" item.
* <inlinegraphic fileref="go-down.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_GO_DOWN "gtk-go-down"
/**
* GTK_STOCK_GO_FORWARD:
*
* The "Forward" item.
* <inlinegraphic fileref="go-next-ltr.png" format="PNG"></inlinegraphic>
* RTL variant
* <inlinegraphic fileref="go-next-rtl.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_GO_FORWARD "gtk-go-forward"
/**
* GTK_STOCK_GO_UP:
*
* The "Up" item.
* <inlinegraphic fileref="go-up.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_GO_UP "gtk-go-up"
/**
* GTK_STOCK_HARDDISK:
*
* The "Harddisk" item.
* <inlinegraphic fileref="drive-harddisk.png" format="PNG"></inlinegraphic>
*
* Since: 2.4
*/
#define GTK_STOCK_HARDDISK "gtk-harddisk"
/**
* GTK_STOCK_HELP:
*
* The "Help" item.
* <inlinegraphic fileref="help-contents.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_HELP "gtk-help"
/**
* GTK_STOCK_HOME:
*
* The "Home" item.
* <inlinegraphic fileref="go-home.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_HOME "gtk-home"
/**
* GTK_STOCK_INDEX:
*
* The "Index" item.
* <inlinegraphic fileref="gtk-index.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_INDEX "gtk-index"
/**
* GTK_STOCK_INDENT:
*
* The "Indent" item.
* <inlinegraphic fileref="format-indent-more-ltr.png" format="PNG"></inlinegraphic>
* RTL variant
* <inlinegraphic fileref="format-indent-more-rtl.png" format="PNG"></inlinegraphic>
*
* Since: 2.4
*/
#define GTK_STOCK_INDENT "gtk-indent"
/**
* GTK_STOCK_INFO:
*
* The "Info" item.
* <inlinegraphic fileref="dialog-information.png" format="PNG"></inlinegraphic>
*
* Since: 2.8
*/
#define GTK_STOCK_INFO "gtk-info"
/**
* GTK_STOCK_ITALIC:
*
* The "Italic" item.
* <inlinegraphic fileref="format-text-italic.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_ITALIC "gtk-italic"
/**
* GTK_STOCK_JUMP_TO:
*
* The "Jump to" item.
* <inlinegraphic fileref="go-jump-ltr.png" format="PNG"></inlinegraphic>
* RTL-variant
* <inlinegraphic fileref="go-jump-rtl.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_JUMP_TO "gtk-jump-to"
/**
* GTK_STOCK_JUSTIFY_CENTER:
*
* The "Center" item.
* <inlinegraphic fileref="format-justify-center.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_JUSTIFY_CENTER "gtk-justify-center"
/**
* GTK_STOCK_JUSTIFY_FILL:
*
* The "Fill" item.
* <inlinegraphic fileref="format-justify-fill.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_JUSTIFY_FILL "gtk-justify-fill"
/**
* GTK_STOCK_JUSTIFY_LEFT:
*
* The "Left" item.
* <inlinegraphic fileref="format-justify-left.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_JUSTIFY_LEFT "gtk-justify-left"
/**
* GTK_STOCK_JUSTIFY_RIGHT:
*
* The "Right" item.
* <inlinegraphic fileref="format-justify-right.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_JUSTIFY_RIGHT "gtk-justify-right"
/**
* GTK_STOCK_LEAVE_FULLSCREEN:
*
* The "Leave Fullscreen" item.
* <inlinegraphic fileref="view-restore.png" format="PNG"></inlinegraphic>
*
* Since: 2.8
*/
#define GTK_STOCK_LEAVE_FULLSCREEN "gtk-leave-fullscreen"
/**
* GTK_STOCK_MISSING_IMAGE:
*
* The "Missing image" icon.
* <inlinegraphic fileref="image-missing.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_MISSING_IMAGE "gtk-missing-image"
/**
* GTK_STOCK_MEDIA_FORWARD:
*
* The "Media Forward" item.
* <inlinegraphic fileref="media-seek-forward-ltr.png" format="PNG"></inlinegraphic>
* RTL variant
* <inlinegraphic fileref="media-seek-forward-rtl.png" format="PNG"></inlinegraphic>
*
* Since: 2.6
*/
#define GTK_STOCK_MEDIA_FORWARD "gtk-media-forward"
/**
* GTK_STOCK_MEDIA_NEXT:
*
* The "Media Next" item.
* <inlinegraphic fileref="media-skip-forward-ltr.png" format="PNG"></inlinegraphic>
* RTL variant
* <inlinegraphic fileref="media-skip-forward-rtl.png" format="PNG"></inlinegraphic>
*
* Since: 2.6
*/
#define GTK_STOCK_MEDIA_NEXT "gtk-media-next"
/**
* GTK_STOCK_MEDIA_PAUSE:
*
* The "Media Pause" item.
* <inlinegraphic fileref="media-playback-pause.png" format="PNG"></inlinegraphic>
*
* Since: 2.6
*/
#define GTK_STOCK_MEDIA_PAUSE "gtk-media-pause"
/**
* GTK_STOCK_MEDIA_PLAY:
*
* The "Media Play" item.
* <inlinegraphic fileref="media-playback-start-ltr.png" format="PNG"></inlinegraphic>
* RTL variant
* <inlinegraphic fileref="media-playback-start-rtl.png" format="PNG"></inlinegraphic>
*
* Since: 2.6
*/
#define GTK_STOCK_MEDIA_PLAY "gtk-media-play"
/**
* GTK_STOCK_MEDIA_PREVIOUS:
*
* The "Media Previous" item.
* <inlinegraphic fileref="media-skip-backward-ltr.png" format="PNG"></inlinegraphic>
* RTL variant
* <inlinegraphic fileref="media-skip-backward-rtl.png" format="PNG"></inlinegraphic>
*
* Since: 2.6
*/
#define GTK_STOCK_MEDIA_PREVIOUS "gtk-media-previous"
/**
* GTK_STOCK_MEDIA_RECORD:
*
* The "Media Record" item.
* <inlinegraphic fileref="media-record.png" format="PNG"></inlinegraphic>
*
* Since: 2.6
*/
#define GTK_STOCK_MEDIA_RECORD "gtk-media-record"
/**
* GTK_STOCK_MEDIA_REWIND:
*
* The "Media Rewind" item.
* <inlinegraphic fileref="media-seek-backward-ltr.png" format="PNG"></inlinegraphic>
* RTL variant
* <inlinegraphic fileref="media-seek-backward-rtl.png" format="PNG"></inlinegraphic>
*
* Since: 2.6
*/
#define GTK_STOCK_MEDIA_REWIND "gtk-media-rewind"
/**
* GTK_STOCK_MEDIA_STOP:
*
* The "Media Stop" item.
* <inlinegraphic fileref="media-playback-stop.png" format="PNG"></inlinegraphic>
*
* Since: 2.6
*/
#define GTK_STOCK_MEDIA_STOP "gtk-media-stop"
/**
* GTK_STOCK_NETWORK:
*
* The "Network" item.
* <inlinegraphic fileref="network-idle.png" format="PNG"></inlinegraphic>
*
* Since: 2.4
*/
#define GTK_STOCK_NETWORK "gtk-network"
/**
* GTK_STOCK_NEW:
*
* The "New" item.
* <inlinegraphic fileref="document-new.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_NEW "gtk-new"
/**
* GTK_STOCK_NO:
*
* The "No" item.
* <inlinegraphic fileref="gtk-no.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_NO "gtk-no"
/**
* GTK_STOCK_OK:
*
* The "OK" item.
* <inlinegraphic fileref="gtk-ok.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_OK "gtk-ok"
/**
* GTK_STOCK_OPEN:
*
* The "Open" item.
* <inlinegraphic fileref="document-open.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_OPEN "gtk-open"
/**
* GTK_STOCK_ORIENTATION_PORTRAIT:
*
* The "Portrait Orientation" item.
* <inlinegraphic fileref="gtk-orientation-portrait.png" format="PNG"></inlinegraphic>
*
* Since: 2.10
*/
#define GTK_STOCK_ORIENTATION_PORTRAIT "gtk-orientation-portrait"
/**
* GTK_STOCK_ORIENTATION_LANDSCAPE:
*
* The "Landscape Orientation" item.
* <inlinegraphic fileref="gtk-orientation-landscape.png" format="PNG"></inlinegraphic>
*
* Since: 2.10
*/
#define GTK_STOCK_ORIENTATION_LANDSCAPE "gtk-orientation-landscape"
/**
* GTK_STOCK_ORIENTATION_REVERSE_LANDSCAPE:
*
* The "Reverse Landscape Orientation" item.
* <inlinegraphic fileref="gtk-orientation-reverse-landscape.png" format="PNG"></inlinegraphic>
*
* Since: 2.10
*/
#define GTK_STOCK_ORIENTATION_REVERSE_LANDSCAPE "gtk-orientation-reverse-landscape"
/**
* GTK_STOCK_ORIENTATION_REVERSE_PORTRAIT:
*
* The "Reverse Portrait Orientation" item.
* <inlinegraphic fileref="gtk-orientation-reverse-portrait.png" format="PNG"></inlinegraphic>
*
* Since: 2.10
*/
#define GTK_STOCK_ORIENTATION_REVERSE_PORTRAIT "gtk-orientation-reverse-portrait"
/**
* GTK_STOCK_PAGE_SETUP:
*
* The "Page Setup" item.
* <inlinegraphic fileref="gtk-page-setup.png" format="PNG"></inlinegraphic>
*
* Since: 2.14
*/
#define GTK_STOCK_PAGE_SETUP "gtk-page-setup"
/**
* GTK_STOCK_PASTE:
*
* The "Paste" item.
* <inlinegraphic fileref="edit-paste.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_PASTE "gtk-paste"
/**
* GTK_STOCK_PREFERENCES:
*
* The "Preferences" item.
* <inlinegraphic fileref="gtk-preferences.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_PREFERENCES "gtk-preferences"
/**
* GTK_STOCK_PRINT:
*
* The "Print" item.
* <inlinegraphic fileref="document-print.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_PRINT "gtk-print"
/**
* GTK_STOCK_PRINT_ERROR:
*
* The "Print Error" icon.
* <inlinegraphic fileref="printer-error.png" format="PNG"></inlinegraphic>
*
* Since: 2.14
*/
#define GTK_STOCK_PRINT_ERROR "gtk-print-error"
/**
* GTK_STOCK_PRINT_PAUSED:
*
* The "Print Paused" icon.
* <inlinegraphic fileref="printer-paused.png" format="PNG"></inlinegraphic>
*
* Since: 2.14
*/
#define GTK_STOCK_PRINT_PAUSED "gtk-print-paused"
/**
* GTK_STOCK_PRINT_PREVIEW:
*
* The "Print Preview" item.
* <inlinegraphic fileref="document-print-preview.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_PRINT_PREVIEW "gtk-print-preview"
/**
* GTK_STOCK_PRINT_REPORT:
*
* The "Print Report" icon.
* <inlinegraphic fileref="printer-info.png" format="PNG"></inlinegraphic>
*
* Since: 2.14
*/
#define GTK_STOCK_PRINT_REPORT "gtk-print-report"
/**
* GTK_STOCK_PRINT_WARNING:
*
* The "Print Warning" icon.
* <inlinegraphic fileref="printer-warning.png" format="PNG"></inlinegraphic>
*
* Since: 2.14
*/
#define GTK_STOCK_PRINT_WARNING "gtk-print-warning"
/**
* GTK_STOCK_PROPERTIES:
*
* The "Properties" item.
* <inlinegraphic fileref="document-properties.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_PROPERTIES "gtk-properties"
/**
* GTK_STOCK_QUIT:
*
* The "Quit" item.
* <inlinegraphic fileref="application-exit.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_QUIT "gtk-quit"
/**
* GTK_STOCK_REDO:
*
* The "Redo" item.
* <inlinegraphic fileref="edit-redo-ltr.png" format="PNG"></inlinegraphic>
* RTL variant
* <inlinegraphic fileref="edit-redo-rtl.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_REDO "gtk-redo"
/**
* GTK_STOCK_REFRESH:
*
* The "Refresh" item.
* <inlinegraphic fileref="view-refresh.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_REFRESH "gtk-refresh"
/**
* GTK_STOCK_REMOVE:
*
* The "Remove" item.
* <inlinegraphic fileref="list-remove.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_REMOVE "gtk-remove"
/**
* GTK_STOCK_REVERT_TO_SAVED:
*
* The "Revert" item.
* <inlinegraphic fileref="document-revert-ltr.png" format="PNG"></inlinegraphic>
* RTL variant
* <inlinegraphic fileref="document-revert-rtl.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_REVERT_TO_SAVED "gtk-revert-to-saved"
/**
* GTK_STOCK_SAVE:
*
* The "Save" item.
* <inlinegraphic fileref="document-save.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_SAVE "gtk-save"
/**
* GTK_STOCK_SAVE_AS:
*
* The "Save As" item.
* <inlinegraphic fileref="document-save-as.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_SAVE_AS "gtk-save-as"
/**
* GTK_STOCK_SELECT_ALL:
*
* The "Select All" item.
* <inlinegraphic fileref="edit-select-all.png" format="PNG"></inlinegraphic>
*
* Since: 2.10
*/
#define GTK_STOCK_SELECT_ALL "gtk-select-all"
/**
* GTK_STOCK_SELECT_COLOR:
*
* The "Color" item.
* <inlinegraphic fileref="gtk-select-color.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_SELECT_COLOR "gtk-select-color"
/**
* GTK_STOCK_SELECT_FONT:
*
* The "Font" item.
* <inlinegraphic fileref="gtk-font.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_SELECT_FONT "gtk-select-font"
/**
* GTK_STOCK_SORT_ASCENDING:
*
* The "Ascending" item.
* <inlinegraphic fileref="view-sort-ascending.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_SORT_ASCENDING "gtk-sort-ascending"
/**
* GTK_STOCK_SORT_DESCENDING:
*
* The "Descending" item.
* <inlinegraphic fileref="view-sort-descending.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_SORT_DESCENDING "gtk-sort-descending"
/**
* GTK_STOCK_SPELL_CHECK:
*
* The "Spell Check" item.
* <inlinegraphic fileref="tools-check-spelling.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_SPELL_CHECK "gtk-spell-check"
/**
* GTK_STOCK_STOP:
*
* The "Stop" item.
* <inlinegraphic fileref="process-stop.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_STOP "gtk-stop"
/**
* GTK_STOCK_STRIKETHROUGH:
*
* The "Strikethrough" item.
* <inlinegraphic fileref="format-text-strikethrough.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_STRIKETHROUGH "gtk-strikethrough"
/**
* GTK_STOCK_UNDELETE:
*
* The "Undelete" item.
* <inlinegraphic fileref="gtk-undelete-ltr.png" format="PNG"></inlinegraphic>
* RTL variant
* <inlinegraphic fileref="gtk-undelete-rtl.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_UNDELETE "gtk-undelete"
/**
* GTK_STOCK_UNDERLINE:
*
* The "Underline" item.
* <inlinegraphic fileref="format-text-underline.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_UNDERLINE "gtk-underline"
/**
* GTK_STOCK_UNDO:
*
* The "Undo" item.
* <inlinegraphic fileref="edit-undo-ltr.png" format="PNG"></inlinegraphic>
* RTL variant
* <inlinegraphic fileref="edit-undo-rtl.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_UNDO "gtk-undo"
/**
* GTK_STOCK_UNINDENT:
*
* The "Unindent" item.
* <inlinegraphic fileref="format-indent-less-ltr.png" format="PNG"></inlinegraphic>
* RTL variant
* <inlinegraphic fileref="format-indent-less-rtl.png" format="PNG"></inlinegraphic>
*
* Since: 2.4
*/
#define GTK_STOCK_UNINDENT "gtk-unindent"
/**
* GTK_STOCK_YES:
*
* The "Yes" item.
* <inlinegraphic fileref="gtk-yes.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_YES "gtk-yes"
/**
* GTK_STOCK_ZOOM_100:
*
* The "Zoom 100%" item.
* <inlinegraphic fileref="zoom-original.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_ZOOM_100 "gtk-zoom-100"
/**
* GTK_STOCK_ZOOM_FIT:
*
* The "Zoom to Fit" item.
* <inlinegraphic fileref="zoom-fit-best.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_ZOOM_FIT "gtk-zoom-fit"
/**
* GTK_STOCK_ZOOM_IN:
*
* The "Zoom In" item.
* <inlinegraphic fileref="zoom-in.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_ZOOM_IN "gtk-zoom-in"
/**
* GTK_STOCK_ZOOM_OUT:
*
* The "Zoom Out" item.
* <inlinegraphic fileref="zoom-out.png" format="PNG"></inlinegraphic>
*/
#define GTK_STOCK_ZOOM_OUT "gtk-zoom-out"
G_END_DECLS
#endif /* __GTK_STOCK_H__ */
|