Benoit Minisini worte:
> Arg. Yes... Did you read the changelog? :-)
>   
Hmm... Many canges.
> Which desktop do you use?
>   
I'm using Gnome-2.22.3, showing notification area applet in standard panel.

I have tested with creating simple project like this,
- Create GTK+ graphical application with wizard
- Create TrayIcon1 in FMain form
- put code in FMain.class
   PUBLIC SUB Form_Open()
  
      PRINT TrayIcon1.Height
      PRINT TrayIcon1.Width
  
   END

Then run it, and get following output on console.
22
1

I suppose TrayIcon1.Width should be 22.

-- 
--------------------------------------
Kazutaka HARADA
  e-mail:[EMAIL PROTECTED]
--------------------------------------


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to