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
Left
Top
_GridView_Column
_GridView_Columns
_GridView_Data
_GridView_Row
_GridView_Rows
_IconView_Item
_ListBox_Item
_TreeView
_TreeView_Item
Action
Align
Application
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

_GridView_Cell (gb.qt4)

This virtual class represents a GridView cell.

Cette class est virtuelle.

Cette classe n'est pas instanciable.

Propriétés
Alignment   Return or set the cell text alignment.
Background   Return or set the cell background color.
Border   Return or set the custom border of the cell.
ColumnSpan   Return or set the number of columns spanned by this cell.
Font   Return or set the font used for displaying the cell text.
Foreground   Return or set the cell foreground color.
H   Return the cell height.
Height   Return the cell height.
Left   A synonymous for the X property.
Padding   Return or set the internal padding of the cell, in pixels.
Picture   Return or set the picture displayed in the cell.
RichText   Return or set the rich text displayed in the cell.
RowSpan   Return or set the number of rows spanned by this cell.
Tag   Return or set the tag associated with a cell.
Text   Returns or sets the text displayed in the cell.
Top   A synonymous for the Y property.
Visible   Return if the cell is visible, i.e. if its width and height are strictly positive.
W   Return the cell width.
Width   Return the cell width.
WordWrap   Return or set if the cell text is word-wrapped.
X   Return the horizontal position of a cell, relatively to the GridView contents.
Y   Return the vertical position of a cell, relatively to the GridView contents.

Méthodes
Clear   Clear the cell static contents.
EnsureVisible   Ensure that the cell is visible to the screen by scrolling the GridView contents.
Refresh   Refresh the cell.