문제

How can affect on my app's status icon label in Gnome3? When i moving cursor on it shows me my app's executable name. How can I change it?

도움이 되었습니까?

해결책 2

it was gtk_status_icon_set_title sorry for stupid question.

다른 팁

You can use gtk_status_icon_set_tooltip_text() or gtk_status_icon_set_tooltip_markup().

Alternatively, you can handle the query-tooltip signal and set the text dynamically when the tooltip is shown.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top