Class

IdeCompletionListBoxRow

Description

final class Ide.CompletionListBoxRow : Gtk.ListBoxRow {
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this IdeCompletionListBoxRow implements_0 AtkImplementorIface this--implements_0 implements_1 GtkActionable this--implements_1 implements_2 GtkBuildable this--implements_2 ancestor_0 GtkListBoxRow ancestor_0--this ancestor_1 GtkBin ancestor_1--ancestor_0 ancestor_2 GtkContainer ancestor_2--ancestor_1 ancestor_3 GtkWidget ancestor_3--ancestor_2 ancestor_4 GInitiallyUnowned ancestor_4--ancestor_3 ancestor_5 GObject ancestor_5--ancestor_4

Ancestors

  • GtkListBoxRow
  • GtkBin
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GtkActionable
  • GtkBuildable

Constructors

ide_completion_list_box_row_new
No description available.

Instance methods

ide_completion_list_box_row_get_proposal

Gets the proposal viewed by the row.

Available since: 3.32

ide_completion_list_box_row_set_center
No description available.

Available since: 3.32

ide_completion_list_box_row_set_center_markup
No description available.

Available since: 3.32

ide_completion_list_box_row_set_icon_name
No description available.

Available since: 3.32

ide_completion_list_box_row_set_left
No description available.

Available since: 3.32

ide_completion_list_box_row_set_left_markup
No description available.

Available since: 3.32

ide_completion_list_box_row_set_proposal

Sets the proposal to display in the row.

Available since: 3.32

ide_completion_list_box_row_set_right
No description available.

Available since: 3.32

Properties

Ide.CompletionListBoxRow:proposal

The proposal to display in the list box row.

Available since: 3.32

Class structure

struct IdeCompletionListBoxRowClass {
  GtkListBoxRowClass parent_class;
  
}
Class members
parent_class
GtkListBoxRowClass
  No description available.