Documentação do Gambas
Api
Como fazer ...
Compilação e Instalação
Components
Classes nativas
gb.args
gb.compress
gb.crypt
gb.data
gb.db
gb.db.form
gb.dbus
gb.debug
gb.desktop
gb.desktop.x11
gb.eval
gb.form
gb.form.dialog
gb.form.mdi - Interface Multi Documento
gb.gtk
gb.gtk.opengl
gb.gui
gb.gui.opengl
gb.image - Componente de processamento de imagens
gb.inotify
gb.logging
gb.map
gb.markdown
gb.media
gb.media.form
gb.mime
gb.ncurses
gb.net
gb.net.curl
gb.net.smtp
gb.openal
gb.opengl
gb.option
gb.pcre
gb.pdf
gb.qt4
_GridView_Columns
_GridView_Rows
_split
_TreeView
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
Point
Pointer
PointF
Printer
ProgressBar
RadioButton
Rect
RectF
Screen
Screens
Scroll
ScrollArea
ScrollBar
ScrollView
Select
Separator
Shortcut
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.webkit
gb.report
gb.sdl
gb.sdl.sound
gb.sdl2.audio
gb.settings
gb.signal
gb.util
gb.vb
gb.web
gb.xml - Ferramentas XML baseadas em libxml
Documentação do Desenvolvedor
Documentação do IDE
Documentos
Índice da Linguagem
LEIA-ME
Léxico
Manual Wiki
Mensagens de erro
Pedaços de Códigos
Registrar-se
Repositório de aplicativos
Traduzir
Tutoriais
Ultimas modificações
Visão geral da linguagem

_GridView_Cell (gb.qt4)

This virtual class represents a GridView cell.

Esta classe é virtual.

Esta classe não é instanciável.

Propriedades
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étodos
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.