| Æ®·¹ÀÌ¼Ç ½´ÆÛ °£´ÜÇÑ ½Ã½ºÅÛ Æ®·¹ÀÌ ¾ÖÇø®ÄÉÀ̼ÇÀ»À§ÇÑ ÆÄÀ̽㠸ðµâ |
Áö±Ý ´Ù¿î·Îµå |
Æ®·¹ÀÌ¼Ç ¼øÀ§ ¹× ¿ä¾à
- °Ô½ÃÀÚ À̸§:
- Kristofer M White
- °Ô½ÃÀÚ À¥»çÀÌÆ®:
- http://kmwhite.github.com/
Æ®·¹ÀÌ¼Ç Å±×
Æ®·¹ÀÌ¼Ç ¼³¸í
Trayify´Â ±âº» SystemTray ¾ÆÀÌÄÜ ÀÀ¿ë ÇÁ·Î±×·¥À» ¸¸µå´Â °£´ÜÇÑ API¸¦ Á¦°øÇÏ´Â Python ¶óÀ̺귯¸®ÀÔ´Ï´Ù. PythonImport TRAYIFYCLASS SimpleIcon (Object) : def show_event (ÀÚü, À̺¥Æ®) : self.ico.show_message ( "foo ¸Þ´º Ç׸ñÀ» Ŭ¸¯Çß½À´Ï´Ù. ") excee Overion def __init __ (self) : self.ico = trayify.initialize ( 'gtk') self.ico.create_icon () x = { 'foo': self.show_event} self.ico.add_menu ( x) self.ico.start () __name__ == "__main__": simpleicon () Á¦Ç°ÀÇ È¨ÆäÀÌÁö
Æ®·¹ÀÌ¼Ç °ü·Ã ¼ÒÇÁÆ®¿þ¾î