2014-12-12 20:58:52 +01:00
|
|
|
# Gambas Project File 3.0
|
2014-12-16 23:15:59 +01:00
|
|
|
# Compiled with Gambas 3.6.90
|
2014-12-12 20:58:52 +01:00
|
|
|
Title=SystemTray
|
|
|
|
Startup=FMain
|
|
|
|
Icon=icon.png
|
2014-12-16 23:15:59 +01:00
|
|
|
Version=1.0.0
|
2014-12-12 20:58:52 +01:00
|
|
|
Component=gb.image
|
|
|
|
Component=gb.gui
|
|
|
|
Component=gb.form
|
|
|
|
Component=gb.desktop.x11
|
2014-12-16 23:15:59 +01:00
|
|
|
Description="X11 System tray example.\n\nThis example shows how to create a system tray with the gb.desktop.x11 component."
|
2014-12-12 20:58:52 +01:00
|
|
|
TabSize=2
|
2014-12-16 23:15:59 +01:00
|
|
|
Vendor=Example
|
2014-12-12 20:58:52 +01:00
|
|
|
Packager=1
|
2019-05-16 01:58:19 +02:00
|
|
|
Translate=1
|