Gambas Documentation
Aperçu du Langage
À traduire
Code Snippets
Comment faire ...
Compilation et installation
Composants
gb
gb.args
gb.cairo
gb.clipper
gb.complex
gb.compress
gb.crypt
gb.db
gb.db.form
gb.dbus
gb.debug
gb.desktop
gb.desktop.gnome.keyring
gb.eval
gb.eval.highlight
gb.form
gb.form.dialog
gb.form.editor
gb.form.mdi
gb.gmp
gb.gsl
gb.gtk
gb.gtk3
gb.gui
gb.image
gb.image.effect
gb.image.imlib
gb.image.io
gb.inotify
gb.libxml
gb.media
gb.mysql
gb.net
gb.net.curl
gb.net.smtp
gb.openal
gb.opengl
gb.opengl.glsl
gb.opengl.glu
gb.opengl.sge
gb.option
gb.pcre
gb.pdf
gb.qt4
.combobox.item
.container.children
.Menu.Children
.TabStripContainer
.TabStripContainer.Children
.TextArea.Selection
.TextBox.Selection
.Window.Controls
.Window.Menus
_ColumnView_Columns
_Draw_Clip
_Draw_Style
_GridView_Cell
_GridView_Column
_GridView_Columns
_GridView_Data
_GridView_Row
_GridView_Rows
_IconView_Item
_ListBox_Item
_TreeView
_TreeView_Item
Action
Align
Application
ActiveControl
ActiveWindow
Busy
Embedder
Font
MainWindow
ShowTooltips
Theme
Arrange
Border
Button
CheckBox
Clipboard
Color
ColumnView
ComboBox
Container
Control
Cursor
Desktop
Dialog
Drag
Draw
DrawingArea
embedder
Fill
Font
Fonts
Form
Frame
GridView
HBox
HPanel
HSplit
IconView
Image
Key
Label
Line
ListBox
ListView
Menu
Message
Mouse
MovieBox
Paint
PaintBrush
PaintExtents
PaintMatrix
Panel
Picture
PictureBox
Printer
ProgressBar
RadioButton
Rect
Screen
Screens
Scroll
ScrollArea
ScrollBar
ScrollView
Select
Separator
Slider
SpinBox
Style
SvgImage
TabStrip
TextArea
TextBox
TextLabel
ToggleButton
ToolButton
trayicon
trayicons
TreeView
UserContainer
UserControl
VBox
VPanel
VSplit
Watcher
Window
Windows
gb.qt4.ext
gb.qt4.opengl
gb.qt4.webkit
gb.qt5
gb.qt5.opengl
gb.report
gb.scanner
gb.sdl
gb.sdl.sound
gb.settings
gb.signal
gb.util
gb.util.web
gb.v4l
gb.vb
gb.web
gb.web.feed
gb.xml
gb.xml.html
gb.xml.rpc
gb.xml.xslt
Controls pictures
Derniers changements
Dépôt d'applications
Documentation de l'Environnement de développement
Documentation des développeurs
Documents
Indenter
Index de tous les Documents
Index du langage
Lexique
LISEZ-MOI
Manuel du wiki
Messages d'erreur
Tutoriels
Wiki License

Application (gb.qt4)

This static class gives global information about the application.

Cette classe réimplémente Application dans gb.

Cette classe est statique.

Propriétés statiques
ActiveControl   Returns the control having the focus.
ActiveWindow   Returns the current active window, i.e. the window that owns the control having the focus.
Animations   Return or set if controls can be animated.
Busy   Modifies the busy state of the application.
DarkTheme   Return if dark theme support is enabled.
DblClickTime   Return or set the double-click interval, i.e. the maximum time between two clicks to make them become a double-click.
Embedder   Defines the X11 window identifier where the next opened window will be embedded into.
Font   Returns or modifies the application global default font.
Icon   Return the application icon as defined in the Gambas project.
MainWindow   Returns or sets the main window of the application.
MiddleClickPaste   Return or set if the mouse middle click pastes the secondary desktop selection.
PreviousControl   Return the previous control that had the focus after a focus change.
Restart   Return or set the restart command that will be sent to the session manager.
Shadows   Return or set if controls can display shadows.
ShowTooltips   Return or set if tooltips are visible or not.
Theme   Returns or sets the global application theme.

Propriétés statiques héritées
Args   Returns an array containing the arguments passed to the program by the shell.
Daemon   Set this property to TRUE to make the current application a daemon.
Dir   Returns the application directory.
Env   Returns a virtual collection of strings containing the process environment variables.
Handle   Returns the system pid (process identifier) of your program. This returns the same value as the property named Id.
Id   Returns the system pid (process identifier) of your program. This returns the same value as the property named Handle.
Name   Return the application name.
ParentHandle   Return the identifier of the parent of the current process.
Path   Returns the application path, i.e. the directory where it resides.
Priority   Return or set the current process priority.
Startup   Return the startup class object.
Task   Return if we are executing a background task.
TempDir   Return the directory where the temporary files of the current process are stored.
Title   Returns the title of the application being executed.
Version   Returns the program version, as defined in the IDE project properties dialog.