Gtk.Stock
Description:
Content:
Constants:
- public const string ABOUT
The “About” item.
- public const string ADD
The “Add” item and icon.
- public const string APPLY
The “Apply” item and icon.
- public const string BOLD
The “Bold” item and icon.
- public const string CANCEL
The “Cancel” item and icon.
- public const string CAPS_LOCK_WARNING
The “Caps Lock Warning” icon.
- public const string CDROM
The “CD-Rom” item and icon.
- public const string CLEAR
The “Clear” item and icon.
- public const string CLOSE
The “Close” item and icon.
- public const string COLOR_PICKER
The “Color Picker” item and icon.
- public const string CONNECT
The “Connect” icon.
- public const string CONVERT
The “Convert” item and icon.
- public const string COPY
The “Copy” item and icon.
- public const string CUT
The “Cut” item and icon.
- public const string DELETE
The “Delete” item and icon.
- public const string DIALOG_AUTHENTICATION
The “Authentication” item and icon.
- public const string DIALOG_ERROR
The “Error” item and icon.
- public const string DIALOG_INFO
The “Information” item and icon.
- public const string DIALOG_QUESTION
The “Question” item and icon.
- public const string DIALOG_WARNING
The “Warning” item and icon.
- public const string DIRECTORY
The “Directory” icon.
- public const string DISCARD
The “Discard” item.
- public const string DISCONNECT
The “Disconnect” icon.
- public const string DND
The “Drag-And-Drop” icon.
- public const string DND_MULTIPLE
The “Drag-And-Drop multiple” icon.
- public const string EDIT
The “Edit” item and icon.
- public const string EXECUTE
The “Execute” item and icon.
- public const string FILE
The “File” item and icon.
- public const string FIND
The “Find” item and icon.
- public const string FIND_AND_REPLACE
The “Find and Replace” item and icon.
- public const string FLOPPY
The “Floppy” item and icon.
- public const string FULLSCREEN
The “Fullscreen” item and icon.
- public const string GOTO_BOTTOM
The “Bottom” item and icon.
- public const string GOTO_FIRST
The “First” item and icon.
- public const string GOTO_LAST
The “Last” item and icon.
- public const string GOTO_TOP
The “Top” item and icon.
- public const string GO_BACK
The “Back” item and icon.
- public const string GO_DOWN
The “Down” item and icon.
- public const string GO_FORWARD
The “Forward” item and icon.
- public const string GO_UP
The “Up” item and icon.
- public const string HARDDISK
The “Harddisk” item and icon.
- public const string HELP
The “Help” item and icon.
- public const string HOME
The “Home” item and icon.
- public const string INDENT
The “Indent” item and icon.
- public const string INDEX
The “Index” item and icon.
- public const string INFO
The “Info” item and icon.
- public const string ITALIC
The “Italic” item and icon.
- public const string JUMP_TO
The “Jump to” item and icon.
- public const string JUSTIFY_CENTER
The “Center” item and icon.
- public const string JUSTIFY_FILL
The “Fill” item and icon.
- public const string JUSTIFY_LEFT
The “Left” item and icon.
- public const string JUSTIFY_RIGHT
The “Right” item and icon.
- public const string LEAVE_FULLSCREEN
The “Leave Fullscreen” item and icon.
- public const string MEDIA_FORWARD
The “Media Forward” item and icon.
- public const string MEDIA_NEXT
The “Media Next” item and icon.
- public const string MEDIA_PAUSE
The “Media Pause” item and icon.
- public const string MEDIA_PLAY
The “Media Play” item and icon.
- public const string MEDIA_PREVIOUS
The “Media Previous” item and icon.
- public const string MEDIA_RECORD
The “Media Record” item and icon.
- public const string MEDIA_REWIND
The “Media Rewind” item and icon.
- public const string MEDIA_STOP
The “Media Stop” item and icon.
- public const string MISSING_IMAGE
The “Missing image” icon.
- public const string NETWORK
The “Network” item and icon.
- public const string NEW
The “New” item and icon.
- public const string NO
The “No” item and icon.
- public const string OK
The “OK” item and icon.
- public const string OPEN
The “Open” item and icon.
- public const string ORIENTATION_LANDSCAPE
The “Landscape Orientation” item and icon.
- public const string ORIENTATION_PORTRAIT
The “Portrait Orientation” item and icon.
- public const string ORIENTATION_REVERSE_LANDSCAPE
The “Reverse Landscape Orientation” item and icon.
- public const string ORIENTATION_REVERSE_PORTRAIT
The “Reverse Portrait Orientation” item and icon.
- public const string PAGE_SETUP
The “Page Setup” item and icon.
- public const string PASTE
The “Paste” item and icon.
- public const string PREFERENCES
The “Preferences” item and icon.
- public const string PRINT
The “Print” item and icon.
- public const string PRINT_ERROR
The “Print Error” icon.
- public const string PRINT_PAUSED
The “Print Paused” icon.
- public const string PRINT_PREVIEW
The “Print Preview” item and icon.
- public const string PRINT_REPORT
The “Print Report” icon.
- public const string PRINT_WARNING
The “Print Warning” icon.
- public const string PROPERTIES
The “Properties” item and icon.
- public const string QUIT
The “Quit” item and icon.
- public const string REDO
The “Redo” item and icon.
- public const string REFRESH
The “Refresh” item and icon.
- public const string REMOVE
The “Remove” item and icon.
- public const string REVERT_TO_SAVED
The “Revert” item and icon.
- public const string SAVE
The “Save” item and icon.
- public const string SAVE_AS
The “Save As” item and icon.
- public const string SELECT_ALL
The “Select All” item and icon.
- public const string SELECT_COLOR
The “Color” item and icon.
- public const string SELECT_FONT
The “Font” item and icon.
- public const string SORT_ASCENDING
The “Ascending” item and icon.
- public const string SORT_DESCENDING
The “Descending” item and icon.
- public const string SPELL_CHECK
The “Spell Check” item and icon.
- public const string STOP
The “Stop” item and icon.
- public const string STRIKETHROUGH
The “Strikethrough” item and icon.
- public const string UNDELETE
The “Undelete” item and icon.
- public const string UNDERLINE
The “Underline” item and icon.
- public const string UNDO
The “Undo” item and icon.
- public const string UNINDENT
The “Unindent” item and icon.
- public const string YES
The “Yes” item and icon.
- public const string ZOOM_100
The “Zoom 100%” item and icon.
- public const string ZOOM_FIT
The “Zoom to Fit” item and icon.
- public const string ZOOM_IN
The “Zoom In” item and icon.
- public const string ZOOM_OUT
The “Zoom Out” item and icon.
Functions:
- public void add (StockItem[] items)
Registers each of the stock items in
items
. - public void add_static (StockItem[] items)
Same as add, but doesn’t copy
items
, soitems
must persist until application exit. - public SList<string> list_ids ()
Retrieves a list of all known stock IDs added to a IconFactory or registered with add.
- public bool lookup (string stock_id, out StockItem item)
Fills
item
with the registered values forstock_id
, returning true ifstock_id
was known. - public void set_translate_func (string domain, owned TranslateFunc func)
Sets a function to be used for translating the
label
of a stock item.