سؤال

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