ui.gadgets.tables vocabulary - Factor Documentation (original) (raw)
ui.gadgets.tables vocabulary
Factor handbook » Vocabulary index
Documentation
Table gadgets
Metadata
Parents: | ui.gadgets |
---|
Words
Tuple classes
Class | Superclass | Slots |
---|---|---|
![]() |
![]() |
renderer action single-click? hook gap column-widths total-width focus-border-color mouse-color column-line-color selection-required? selection-index selection mouse-index takes-focus? focused? rows |
Singleton classes
Generic words
Word | Stack effect |
---|---|
![]() |
( renderer -- alignment ) |
![]() |
( renderer -- strings ) |
![]() |
( renderer -- n ) |
![]() |
( renderer -- columns ) |
![]() |
( row renderer -- color ) |
![]() |
( row renderer -- columns ) |
![]() |
( row renderer -- object ) |
![]() |
( row renderer -- object ) |
![]() |
( value row renderer -- ? ) |
Ordinary words
Word | Stack effect |
---|---|
![]() |
( table -- value/f ? ) |
![]() |
( rows renderer -- table ) |
![]() |
( rows renderer class -- table ) |
![]() |
( table -- ) |
![]() |
( table -- ? ) |
![]() |
( table n -- ) |
![]() |
( table -- value/f ? ) |
Class predicate words
Word | Stack effect |
---|---|
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
Files
resource:basis/ui/gadgets/tables/tables.factor
resource:basis/ui/gadgets/tables/tables-docs.factor
resource:basis/ui/gadgets/tables/tables-tests.factor