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.
|
- 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.
|
- 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 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.
|
The outline is drawn outside of the bounding box.
|
||||||
|
|||||||
@@ -12,16 +12,19 @@
|
|||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
object
|
object
|
||||||
|
coords
|
||||||
|
style
|
||||||
|
scroll
|
||||||
layer
|
layer
|
||||||
event
|
event
|
||||||
style
|
|
||||||
indev
|
indev
|
||||||
display
|
display
|
||||||
font
|
font
|
||||||
image
|
image
|
||||||
file-system
|
file-system
|
||||||
animation
|
animation
|
||||||
task
|
timer
|
||||||
drawing
|
drawing
|
||||||
|
new_widget
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -225,6 +225,9 @@ In the documentation of the widgets you will see sentences like "The widget use
|
|||||||
- Border
|
- Border
|
||||||
- Outline
|
- Outline
|
||||||
- Shadow
|
- Shadow
|
||||||
|
- Padding
|
||||||
|
- Width and height transformation
|
||||||
|
- X and Y translation
|
||||||
|
|
||||||
|
|
||||||
## Transitions
|
## Transitions
|
||||||
|
|||||||
Reference in New Issue
Block a user