Class

IdeGreeterRow

Description

class Ide.GreeterRow : Gtk.ListBoxRow {
  parent_instance: GtkListBoxRow
}
No description available.

Hierarchy

hierarchy this IdeGreeterRow 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_greeter_row_new

Create a new IdeGreeterRow.

Instance methods

ide_greeter_row_get_project_info

Gets the IdeGreeterRow:project-info property.

Available since: 3.32

ide_greeter_row_get_search_text

Gets a new string containing the search text for the greeter row.

Available since: 3.32

ide_greeter_row_get_selection_mode
No description available.
ide_greeter_row_set_project_info
No description available.
ide_greeter_row_set_selection_mode
No description available.

Properties

Ide.GreeterRow:project-info

The “project-info” property contains information about the project to be displayed.

Available since: 3.32

Ide.GreeterRow:selected
No description available.

Class structure

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