gri3-wm/i3bar
Michael Stapelberg e77f08d1fc i3bar: handle ConfigureRequests for tray children (fixes gtk3 size issue)
Thanks to yvesf for this simple python test script:

    from gi.repository import Gtk as gtk

    def cb(*a):
        print a

    def si_popup(*a):
        print a

    status_icon = gtk.StatusIcon()
    status_icon.set_from_stock(gtk.STOCK_OPEN)
    status_icon.connect("activate", cb)

    gtk.main()
2011-10-09 13:50:46 +01:00
..
doc escape font name 2011-10-03 19:30:47 +01:00
include Fix compilation with xcb 0.3.6 2011-08-24 01:18:27 +02:00
src i3bar: handle ConfigureRequests for tray children (fixes gtk3 size issue) 2011-10-09 13:50:46 +01:00
.gitignore Mention the color-options in the manpage 2010-11-04 12:43:41 +01:00
CHANGELOG Update changelog and copyright, bump version and more 2011-07-31 16:16:17 +02:00
LICENSE Update changelog and copyright, bump version and more 2011-07-31 16:16:17 +02:00
Makefile Bugfix: make i3bar depend on libi3 2011-10-09 13:05:29 +01:00