Systray under linux ?

Linux specific forum
sayanmaster
New User
New User
Posts: 7
Joined: Thu Jun 14, 2007 9:22 am
Location: France

Systray under linux ?

Post by sayanmaster »

Hello everyone.

I have been coding for a while now in purebasic but only under windows :?
So here is my question: is there a way to do a systray icon under pb linux ?

I already tried to open "libgtkmm2.0.so" and callfunction "gtk_status_icon_new_from_file" but with no success so far :(

If anyone know an answer I'd be really grateful.
Thanks
walker
Enthusiast
Enthusiast
Posts: 634
Joined: Wed May 05, 2004 4:04 pm
Location: Germany

Post by walker »

AddSystrayIcon() would ba a way......

the systray commands are fully supported on linux!
sayanmaster
New User
New User
Posts: 7
Joined: Thu Jun 14, 2007 9:22 am
Location: France

Post by sayanmaster »

Thanks a lot walker !

actually I thought systray commands were exclusive to the windows version (as mentionned in the helpfile) but it may be my documentation that's outdated.

*rushing to download the lastest doc*

Sorry for the inconvenience :roll:
walker
Enthusiast
Enthusiast
Posts: 634
Joined: Wed May 05, 2004 4:04 pm
Location: Germany

Post by walker »

well.. at least on 4.xx... PB3.94 or earlier versions didn't support the systray....
Post Reply