方法
GtkStatusbarpush
已弃用:4.10
声明 [src]
guint
gtk_statusbar_push (
GtkStatusbar* statusbar,
guint context_id,
const char* text
)
参数
context_id
-
类型:
guint
消息的上下文 ID,由 gtk_statusbar_get_context_id() 返回。
text
-
类型:
const char*
添加到状态栏的消息。
数据由方法的调用者拥有。 值是一个以 NULL 结尾的 UTF-8 字符串。
返回值
类型: guint
一个可以与 gtk_statusbar_remove()
一起使用的消息 ID。