Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | ide_completion_list_box_row_new () |
IdeCompletionProposal * | ide_completion_list_box_row_get_proposal () |
void | ide_completion_list_box_row_set_proposal () |
void | ide_completion_list_box_row_set_icon_name () |
void | ide_completion_list_box_row_set_left () |
void | ide_completion_list_box_row_set_left_markup () |
void | ide_completion_list_box_row_set_right () |
void | ide_completion_list_box_row_set_center () |
void | ide_completion_list_box_row_set_center_markup () |
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.30
void ide_completion_list_box_row_set_proposal (IdeCompletionListBoxRow *self
,IdeCompletionProposal *proposal
);
Sets the proposal to display in the row.
Since: 3.30
void ide_completion_list_box_row_set_icon_name (IdeCompletionListBoxRow *self
,const gchar *icon_name
);
void ide_completion_list_box_row_set_left (IdeCompletionListBoxRow *self
,const gchar *left
);
void ide_completion_list_box_row_set_left_markup (IdeCompletionListBoxRow *self
,const gchar *left_markup
);
void ide_completion_list_box_row_set_right (IdeCompletionListBoxRow *self
,const gchar *right
);
void ide_completion_list_box_row_set_center (IdeCompletionListBoxRow *self
,const gchar *center
);
void ide_completion_list_box_row_set_center_markup (IdeCompletionListBoxRow *self
,const gchar *center_markup
);