Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

appPaintable?: boolean
borderWidth?: number
canDefault?: boolean
canFocus?: boolean
child?: Gtk.Widget
columnSpacing?: number

The column-spacing property specifies the space which is inserted between the columns of the icon view.

columns?: number

The columns property contains the number of the columns in which the items should be displayed. If it is -1, the number of columns will be chosen automatically to fill the available area.

doubleBuffered?: boolean

Whether or not the widget is double buffered.

events?: Gdk.EventMask
extensionEvents?: ExtensionMode
hasDefault?: boolean
hasFocus?: boolean
hasTooltip?: boolean

Enables or disables the emission of #GtkWidget::query-tooltip on widget. A value of %TRUE indicates that widget can have a tooltip, in this case the widget will be queried using #GtkWidget::query-tooltip to determine whether it will provide a tooltip or not.

Note that setting this property to %TRUE for the first time will change the event masks of the GdkWindows of this widget to include leave-notify and motion-notify events. This cannot and will not be undone when the property is set to %FALSE again.

heightRequest?: number
isFocus?: boolean
itemOrientation?: Gtk.Orientation

The item-orientation property specifies how the cells (i.e. the icon and the text) of the item are positioned relative to each other.

itemPadding?: number

The item-padding property specifies the padding around each of the icon view's item.

itemWidth?: number

The item-width property specifies the width to use for each item. If it is set to -1, the icon view will automatically determine a suitable item size.

margin?: number

The margin property specifies the space which is inserted at the edges of the icon view.

markupColumn?: number

The ::markup-column property contains the number of the model column containing markup information to be displayed. The markup column must be of type #G_TYPE_STRING. If this property and the :text-column property are both set to column numbers, it overrides the text column. If both are set to -1, no texts are displayed.

model?: Gtk.TreeModel
name?: string
noShowAll?: boolean
orientation?: Gtk.Orientation

The orientation property specifies how the cells (i.e. the icon and the text) of the item are positioned relative to each other.

parent?: Gtk.Container
pixbufColumn?: number

The ::pixbuf-column property contains the number of the model column containing the pixbufs which are displayed. The pixbuf column must be of type #GDK_TYPE_PIXBUF. Setting this property to -1 turns off the display of pixbufs.

receivesDefault?: boolean
reorderable?: boolean

The reorderable property specifies if the items can be reordered by DND.

resizeMode?: Gtk.ResizeMode
rowSpacing?: number

The row-spacing property specifies the space which is inserted between the rows of the icon view.

selectionMode?: Gtk.SelectionMode

The ::selection-mode property specifies the selection mode of icon view. If the mode is #GTK_SELECTION_MULTIPLE, rubberband selection is enabled, for the other modes, only keyboard selection is possible.

sensitive?: boolean
spacing?: number

The spacing property specifies the space which is inserted between the cells (i.e. the icon and the text) of an item.

style?: Gtk.Style
textColumn?: number

The ::text-column property contains the number of the model column containing the texts which are displayed. The text column must be of type #G_TYPE_STRING. If this property and the :markup-column property are both set to -1, no texts are displayed.

tooltipColumn?: number
tooltipMarkup?: string

Sets the text of tooltip to be the given string, which is marked up with the Pango text markup language. Also see gtk_tooltip_set_markup().

This is a convenience property which will take care of getting the tooltip shown if the given string is not %NULL: #GtkWidget:has-tooltip will automatically be set to %TRUE and there will be taken care of #GtkWidget::query-tooltip in the default signal handler.

tooltipText?: string

Sets the text of tooltip to be the given string.

Also see gtk_tooltip_set_text().

This is a convenience property which will take care of getting the tooltip shown if the given string is not %NULL: #GtkWidget:has-tooltip will automatically be set to %TRUE and there will be taken care of #GtkWidget::query-tooltip in the default signal handler.

userData?: object
visible?: boolean
widthRequest?: number

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method