| Top |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkBin
╰── GtkListBoxRow
╰── IdeCompletionListBoxRow
IdeCompletionListBoxRow implements AtkImplementorIface, GtkBuildable and GtkActionable.
IdeCompletionProposal *
ide_completion_list_box_row_get_proposal
(IdeCompletionListBoxRow *self);
Gets the proposal viewed by the row.
Since: 3.32
void ide_completion_list_box_row_set_proposal (IdeCompletionListBoxRow *self,IdeCompletionProposal *proposal);
Sets the proposal to display in the row.
Since: 3.32
void ide_completion_list_box_row_set_icon_name (IdeCompletionListBoxRow *self,const gchar *icon_name);
Since: 3.32
void ide_completion_list_box_row_set_left (IdeCompletionListBoxRow *self,const gchar *left);
Since: 3.32
void ide_completion_list_box_row_set_left_markup (IdeCompletionListBoxRow *self,const gchar *left_markup);
Since: 3.32
void ide_completion_list_box_row_set_right (IdeCompletionListBoxRow *self,const gchar *right);
Since: 3.32
void ide_completion_list_box_row_set_center (IdeCompletionListBoxRow *self,const gchar *center);
Since: 3.32
void ide_completion_list_box_row_set_center_markup (IdeCompletionListBoxRow *self,const gchar *center_markup);
Since: 3.32
#define IDE_TYPE_COMPLETION_LIST_BOX_ROW (ide_completion_list_box_row_get_type())
“proposal” property“proposal” IdeCompletionProposal *
The proposal to display in the list box row.
Owner: IdeCompletionListBoxRow
Flags: Read / Write
Since: 3.32