docs minor updates
This commit is contained in:
BIN
docs/favicon.png
Normal file
BIN
docs/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 533 B |
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 18 KiB |
@@ -23,6 +23,8 @@ An object's "box" is built from the following parts:
|
||||
- padding: space between the sides of the object and its children.
|
||||
- content: the content area which size if the bounding box reduced by the size of the paddings.
|
||||
|
||||

|
||||
|
||||
The border is drawn inside the bounding box and doesn't take an extra space. (It's different from CSS in which increasing the border width makes the object larger.)
|
||||
|
||||
The outline is drawn outside of the bounding box.
|
||||
|
||||
@@ -12,16 +12,19 @@
|
||||
:maxdepth: 2
|
||||
|
||||
object
|
||||
coords
|
||||
style
|
||||
scroll
|
||||
layer
|
||||
event
|
||||
style
|
||||
indev
|
||||
display
|
||||
font
|
||||
image
|
||||
file-system
|
||||
animation
|
||||
task
|
||||
timer
|
||||
drawing
|
||||
new_widget
|
||||
```
|
||||
|
||||
|
||||
@@ -225,6 +225,9 @@ In the documentation of the widgets you will see sentences like "The widget use
|
||||
- Border
|
||||
- Outline
|
||||
- Shadow
|
||||
- Padding
|
||||
- Width and height transformation
|
||||
- X and Y translation
|
||||
|
||||
|
||||
## Transitions
|
||||
|
||||
Reference in New Issue
Block a user