Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | ev_message_area_new () |
void | ev_message_area_set_image () |
void | ev_message_area_set_text () |
void | ev_message_area_set_secondary_text () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkInfoBar ╰── EvMessageArea ╰── EvProgressMessageArea
EvMessageArea implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkWidget * ev_message_area_new (GtkMessageType type
,const gchar *text
,const gchar *first_button_text
,...
);
void ev_message_area_set_image (EvMessageArea *area
,GtkWidget *image
);
void ev_message_area_set_secondary_text (EvMessageArea *area
,const gchar *str
);
“secondary-text”
property“secondary-text” gchar *
The secondary text of the message dialog.
Owner: EvMessageArea
Flags: Read / Write
Default value: NULL
“text”
property“text” gchar *
The primary text of the message dialog.
Owner: EvMessageArea
Flags: Read / Write
Default value: NULL