3c8efd56e9
* NEW: Update chinese translations. [EXAMPLES] * NEW: Add screenshots, switch to 1.0 version, and publish. [INTERPRETER] * NEW: Allow WAIT to raise errors. [GB.DESKTOP] * NEW: DesktopWindow.Geometry is a new property that returns the geometry of the window inside as a rectangle. * NEW: DesktopWindow.Frame is a new property that returns the geometry of the window outside (with the frame) as a rectangle. * NEW: DesktopWindow.GetScreenshot() is a new method that returns a screenshot of a window, with or without the frame. * BUG: DesktopWindow X, Y, Width and Height properties return the window geometry without the frame. [GB.GTK] * NEW: Raise an error if WAIT is called during a keyboard event. [GB.GTK3] * NEW: Raise an error if WAIT is called during a keyboard event. [GB.QT4] * NEW: Raise an error if WAIT is called during a keyboard event. git-svn-id: svn://localhost/gambas/trunk@6746 867c0c6c-44f3-4631-809d-bfa615b0a4ec
24 lines
719 B
XML
24 lines
719 B
XML
# Gambas Project File 3.0
|
|
# Compiled with Gambas 3.6.90
|
|
Title=Simple Photo Editor
|
|
Startup=FMain
|
|
Icon=icon.png
|
|
Version=1.0.0
|
|
Component=gb.image
|
|
Component=gb.gui
|
|
Component=gb.form
|
|
Component=gb.desktop.x11
|
|
Component=gb.desktop
|
|
Component=gb.form.dialog
|
|
Component=gb.settings
|
|
Component=gb.image.effect
|
|
Description="Photo editor example.\n\nThis is a simple photo editor I made for my father. It has an overlay GUI with transparent buttons and state transitions. It is too complex for him, but it is still a good Gambas example!"
|
|
Authors="Benoît Minisini"
|
|
TabSize=2
|
|
Translate=1
|
|
Language=fr
|
|
Vendor=Example
|
|
Packager=1
|
|
Tags=Example,2DGraphics,ImageProcessing,Graphics
|
|
Screenshot=.hidden/screenshots/phototouch.jpg
|
|
CreateMenu=1
|