Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用 C 开发我的小应用程序,并希望在屏幕的右上角显示一个状态图标。我已经尝试过gtk_status_icon_new()等等gtk_status_icon_new_from_stock(),但什么也没发生。
gtk_status_icon_new()
gtk_status_icon_new_from_stock()
我还发现了一些 Python 代码:http ://eurion.net/python-snippets/snippet/Systray%20icon.html ,但这也不起作用。
任何想法?
我参与了一个 JSF 项目,并且正在尝试为购物车制作视图。用户的购物车可以包含存储在 cartBean 中的哈希映射(键 = id,值 = 数量)中的票。在 cart.xhtml 我尝试输出门票,在这里你可以看到代码:
<h:form>