class_styleboxflat.rst 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the StyleBoxFlat.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_StyleBoxFlat:
  5. StyleBoxFlat
  6. ============
  7. **Inherits:** :ref:`StyleBox<class_StyleBox>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Customizable Stylebox with a given set of parameters. (no texture required)
  12. Properties
  13. ----------
  14. +-------------------------------+-------------------------------------------------------------------------------------------+
  15. | :ref:`bool<class_bool>` | :ref:`anti_aliasing<class_StyleBoxFlat_property_anti_aliasing>` |
  16. +-------------------------------+-------------------------------------------------------------------------------------------+
  17. | :ref:`int<class_int>` | :ref:`anti_aliasing_size<class_StyleBoxFlat_property_anti_aliasing_size>` |
  18. +-------------------------------+-------------------------------------------------------------------------------------------+
  19. | :ref:`Color<class_Color>` | :ref:`bg_color<class_StyleBoxFlat_property_bg_color>` |
  20. +-------------------------------+-------------------------------------------------------------------------------------------+
  21. | :ref:`bool<class_bool>` | :ref:`border_blend<class_StyleBoxFlat_property_border_blend>` |
  22. +-------------------------------+-------------------------------------------------------------------------------------------+
  23. | :ref:`Color<class_Color>` | :ref:`border_color<class_StyleBoxFlat_property_border_color>` |
  24. +-------------------------------+-------------------------------------------------------------------------------------------+
  25. | :ref:`int<class_int>` | :ref:`border_width_bottom<class_StyleBoxFlat_property_border_width_bottom>` |
  26. +-------------------------------+-------------------------------------------------------------------------------------------+
  27. | :ref:`int<class_int>` | :ref:`border_width_left<class_StyleBoxFlat_property_border_width_left>` |
  28. +-------------------------------+-------------------------------------------------------------------------------------------+
  29. | :ref:`int<class_int>` | :ref:`border_width_right<class_StyleBoxFlat_property_border_width_right>` |
  30. +-------------------------------+-------------------------------------------------------------------------------------------+
  31. | :ref:`int<class_int>` | :ref:`border_width_top<class_StyleBoxFlat_property_border_width_top>` |
  32. +-------------------------------+-------------------------------------------------------------------------------------------+
  33. | :ref:`int<class_int>` | :ref:`corner_detail<class_StyleBoxFlat_property_corner_detail>` |
  34. +-------------------------------+-------------------------------------------------------------------------------------------+
  35. | :ref:`int<class_int>` | :ref:`corner_radius_bottom_left<class_StyleBoxFlat_property_corner_radius_bottom_left>` |
  36. +-------------------------------+-------------------------------------------------------------------------------------------+
  37. | :ref:`int<class_int>` | :ref:`corner_radius_bottom_right<class_StyleBoxFlat_property_corner_radius_bottom_right>` |
  38. +-------------------------------+-------------------------------------------------------------------------------------------+
  39. | :ref:`int<class_int>` | :ref:`corner_radius_top_left<class_StyleBoxFlat_property_corner_radius_top_left>` |
  40. +-------------------------------+-------------------------------------------------------------------------------------------+
  41. | :ref:`int<class_int>` | :ref:`corner_radius_top_right<class_StyleBoxFlat_property_corner_radius_top_right>` |
  42. +-------------------------------+-------------------------------------------------------------------------------------------+
  43. | :ref:`bool<class_bool>` | :ref:`draw_center<class_StyleBoxFlat_property_draw_center>` |
  44. +-------------------------------+-------------------------------------------------------------------------------------------+
  45. | :ref:`float<class_float>` | :ref:`expand_margin_bottom<class_StyleBoxFlat_property_expand_margin_bottom>` |
  46. +-------------------------------+-------------------------------------------------------------------------------------------+
  47. | :ref:`float<class_float>` | :ref:`expand_margin_left<class_StyleBoxFlat_property_expand_margin_left>` |
  48. +-------------------------------+-------------------------------------------------------------------------------------------+
  49. | :ref:`float<class_float>` | :ref:`expand_margin_right<class_StyleBoxFlat_property_expand_margin_right>` |
  50. +-------------------------------+-------------------------------------------------------------------------------------------+
  51. | :ref:`float<class_float>` | :ref:`expand_margin_top<class_StyleBoxFlat_property_expand_margin_top>` |
  52. +-------------------------------+-------------------------------------------------------------------------------------------+
  53. | :ref:`Color<class_Color>` | :ref:`shadow_color<class_StyleBoxFlat_property_shadow_color>` |
  54. +-------------------------------+-------------------------------------------------------------------------------------------+
  55. | :ref:`Vector2<class_Vector2>` | :ref:`shadow_offset<class_StyleBoxFlat_property_shadow_offset>` |
  56. +-------------------------------+-------------------------------------------------------------------------------------------+
  57. | :ref:`int<class_int>` | :ref:`shadow_size<class_StyleBoxFlat_property_shadow_size>` |
  58. +-------------------------------+-------------------------------------------------------------------------------------------+
  59. Methods
  60. -------
  61. +-----------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  62. | :ref:`int<class_int>` | :ref:`get_border_width_min<class_StyleBoxFlat_method_get_border_width_min>` **(** **)** const |
  63. +-----------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  64. | void | :ref:`set_border_width_all<class_StyleBoxFlat_method_set_border_width_all>` **(** :ref:`int<class_int>` width **)** |
  65. +-----------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  66. | void | :ref:`set_corner_radius_all<class_StyleBoxFlat_method_set_corner_radius_all>` **(** :ref:`int<class_int>` radius **)** |
  67. +-----------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  68. | void | :ref:`set_corner_radius_individual<class_StyleBoxFlat_method_set_corner_radius_individual>` **(** :ref:`int<class_int>` radius_top_left, :ref:`int<class_int>` radius_top_right, :ref:`int<class_int>` radius_bottom_right, :ref:`int<class_int>` radius_bottom_left **)** |
  69. +-----------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  70. | void | :ref:`set_expand_margin_all<class_StyleBoxFlat_method_set_expand_margin_all>` **(** :ref:`float<class_float>` size **)** |
  71. +-----------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  72. | void | :ref:`set_expand_margin_individual<class_StyleBoxFlat_method_set_expand_margin_individual>` **(** :ref:`float<class_float>` size_left, :ref:`float<class_float>` size_top, :ref:`float<class_float>` size_right, :ref:`float<class_float>` size_bottom **)** |
  73. +-----------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  74. Description
  75. -----------
  76. This stylebox can be used to achieve all kinds of looks without the need of a texture. Those properties are customizable:
  77. - Color
  78. - Border width (individual width for each border)
  79. - Rounded corners (individual radius for each corner)
  80. - Shadow
  81. Setting corner radius to high values is allowed. As soon as corners would overlap the stylebox will switch to a relative system. Example:
  82. ::
  83. height = 30
  84. corner_radius_top_left = 50
  85. corner_radius_bottom_left = 100
  86. The relative system now would take the 1:2 ratio of the two left corners to calculate the actual corner width. Both corners added will **never** be more than the height. Result:
  87. ::
  88. corner_radius_top_left: 10
  89. corner_radius_bottom_left: 20
  90. Property Descriptions
  91. ---------------------
  92. .. _class_StyleBoxFlat_property_anti_aliasing:
  93. - :ref:`bool<class_bool>` **anti_aliasing**
  94. +----------+-------------------------+
  95. | *Setter* | set_anti_aliased(value) |
  96. +----------+-------------------------+
  97. | *Getter* | is_anti_aliased() |
  98. +----------+-------------------------+
  99. Anti Aliasing draws a small ring around edges. This ring fades to transparent. As a result edges look much smoother. This is only noticeable when using rounded corners.
  100. .. _class_StyleBoxFlat_property_anti_aliasing_size:
  101. - :ref:`int<class_int>` **anti_aliasing_size**
  102. +----------+--------------------+
  103. | *Setter* | set_aa_size(value) |
  104. +----------+--------------------+
  105. | *Getter* | get_aa_size() |
  106. +----------+--------------------+
  107. This changes the size of the faded ring. Higher values can be used to achieve a "blurry" effect.
  108. .. _class_StyleBoxFlat_property_bg_color:
  109. - :ref:`Color<class_Color>` **bg_color**
  110. +----------+---------------------+
  111. | *Setter* | set_bg_color(value) |
  112. +----------+---------------------+
  113. | *Getter* | get_bg_color() |
  114. +----------+---------------------+
  115. The background color of the stylebox.
  116. .. _class_StyleBoxFlat_property_border_blend:
  117. - :ref:`bool<class_bool>` **border_blend**
  118. +----------+-------------------------+
  119. | *Setter* | set_border_blend(value) |
  120. +----------+-------------------------+
  121. | *Getter* | get_border_blend() |
  122. +----------+-------------------------+
  123. When set to ``true``, the border will fade into the background color.
  124. .. _class_StyleBoxFlat_property_border_color:
  125. - :ref:`Color<class_Color>` **border_color**
  126. +----------+-------------------------+
  127. | *Setter* | set_border_color(value) |
  128. +----------+-------------------------+
  129. | *Getter* | get_border_color() |
  130. +----------+-------------------------+
  131. Sets the color of the border.
  132. .. _class_StyleBoxFlat_property_border_width_bottom:
  133. - :ref:`int<class_int>` **border_width_bottom**
  134. +----------+-------------------------+
  135. | *Setter* | set_border_width(value) |
  136. +----------+-------------------------+
  137. | *Getter* | get_border_width() |
  138. +----------+-------------------------+
  139. Border width for the bottom border.
  140. .. _class_StyleBoxFlat_property_border_width_left:
  141. - :ref:`int<class_int>` **border_width_left**
  142. +----------+-------------------------+
  143. | *Setter* | set_border_width(value) |
  144. +----------+-------------------------+
  145. | *Getter* | get_border_width() |
  146. +----------+-------------------------+
  147. Border width for the left border.
  148. .. _class_StyleBoxFlat_property_border_width_right:
  149. - :ref:`int<class_int>` **border_width_right**
  150. +----------+-------------------------+
  151. | *Setter* | set_border_width(value) |
  152. +----------+-------------------------+
  153. | *Getter* | get_border_width() |
  154. +----------+-------------------------+
  155. Border width for the right border.
  156. .. _class_StyleBoxFlat_property_border_width_top:
  157. - :ref:`int<class_int>` **border_width_top**
  158. +----------+-------------------------+
  159. | *Setter* | set_border_width(value) |
  160. +----------+-------------------------+
  161. | *Getter* | get_border_width() |
  162. +----------+-------------------------+
  163. Border width for the top border.
  164. .. _class_StyleBoxFlat_property_corner_detail:
  165. - :ref:`int<class_int>` **corner_detail**
  166. +----------+--------------------------+
  167. | *Setter* | set_corner_detail(value) |
  168. +----------+--------------------------+
  169. | *Getter* | get_corner_detail() |
  170. +----------+--------------------------+
  171. This sets the amount of vertices used for each corner. Higher values result in rounder corners but take more processing power to compute. When choosing a value you should take the corner radius (:ref:`set_corner_radius_all<class_StyleBoxFlat_method_set_corner_radius_all>`) into account.
  172. For corner radius smaller than 10, 4-5 should be enough.
  173. For corner radius smaller than 30, 8-12 should be enough.
  174. .. _class_StyleBoxFlat_property_corner_radius_bottom_left:
  175. - :ref:`int<class_int>` **corner_radius_bottom_left**
  176. +----------+--------------------------+
  177. | *Setter* | set_corner_radius(value) |
  178. +----------+--------------------------+
  179. | *Getter* | get_corner_radius() |
  180. +----------+--------------------------+
  181. The corner radius of the bottom left corner. When set to 0 the corner is not rounded.
  182. .. _class_StyleBoxFlat_property_corner_radius_bottom_right:
  183. - :ref:`int<class_int>` **corner_radius_bottom_right**
  184. +----------+--------------------------+
  185. | *Setter* | set_corner_radius(value) |
  186. +----------+--------------------------+
  187. | *Getter* | get_corner_radius() |
  188. +----------+--------------------------+
  189. The corner radius of the bottom right corner. When set to 0 the corner is not rounded.
  190. .. _class_StyleBoxFlat_property_corner_radius_top_left:
  191. - :ref:`int<class_int>` **corner_radius_top_left**
  192. +----------+--------------------------+
  193. | *Setter* | set_corner_radius(value) |
  194. +----------+--------------------------+
  195. | *Getter* | get_corner_radius() |
  196. +----------+--------------------------+
  197. The corner radius of the top left corner. When set to 0 the corner is not rounded.
  198. .. _class_StyleBoxFlat_property_corner_radius_top_right:
  199. - :ref:`int<class_int>` **corner_radius_top_right**
  200. +----------+--------------------------+
  201. | *Setter* | set_corner_radius(value) |
  202. +----------+--------------------------+
  203. | *Getter* | get_corner_radius() |
  204. +----------+--------------------------+
  205. The corner radius of the top right corner. When set to 0 the corner is not rounded.
  206. .. _class_StyleBoxFlat_property_draw_center:
  207. - :ref:`bool<class_bool>` **draw_center**
  208. +----------+--------------------------+
  209. | *Setter* | set_draw_center(value) |
  210. +----------+--------------------------+
  211. | *Getter* | is_draw_center_enabled() |
  212. +----------+--------------------------+
  213. Toggels drawing of the inner part of the stylebox.
  214. .. _class_StyleBoxFlat_property_expand_margin_bottom:
  215. - :ref:`float<class_float>` **expand_margin_bottom**
  216. +----------+--------------------------+
  217. | *Setter* | set_expand_margin(value) |
  218. +----------+--------------------------+
  219. | *Getter* | get_expand_margin() |
  220. +----------+--------------------------+
  221. Expands the stylebox outside of the control rect on the bottom edge. Useful in combination with border_width_bottom. To draw a border outside the control rect.
  222. .. _class_StyleBoxFlat_property_expand_margin_left:
  223. - :ref:`float<class_float>` **expand_margin_left**
  224. +----------+--------------------------+
  225. | *Setter* | set_expand_margin(value) |
  226. +----------+--------------------------+
  227. | *Getter* | get_expand_margin() |
  228. +----------+--------------------------+
  229. Expands the stylebox outside of the control rect on the left edge. Useful in combination with border_width_left. To draw a border outside the control rect.
  230. .. _class_StyleBoxFlat_property_expand_margin_right:
  231. - :ref:`float<class_float>` **expand_margin_right**
  232. +----------+--------------------------+
  233. | *Setter* | set_expand_margin(value) |
  234. +----------+--------------------------+
  235. | *Getter* | get_expand_margin() |
  236. +----------+--------------------------+
  237. Expands the stylebox outside of the control rect on the right edge. Useful in combination with border_width_right. To draw a border outside the control rect.
  238. .. _class_StyleBoxFlat_property_expand_margin_top:
  239. - :ref:`float<class_float>` **expand_margin_top**
  240. +----------+--------------------------+
  241. | *Setter* | set_expand_margin(value) |
  242. +----------+--------------------------+
  243. | *Getter* | get_expand_margin() |
  244. +----------+--------------------------+
  245. Expands the stylebox outside of the control rect on the top edge. Useful in combination with border_width_top. To draw a border outside the control rect.
  246. .. _class_StyleBoxFlat_property_shadow_color:
  247. - :ref:`Color<class_Color>` **shadow_color**
  248. +----------+-------------------------+
  249. | *Setter* | set_shadow_color(value) |
  250. +----------+-------------------------+
  251. | *Getter* | get_shadow_color() |
  252. +----------+-------------------------+
  253. The color of the shadow. (This has no effect when shadow_size < 1)
  254. .. _class_StyleBoxFlat_property_shadow_offset:
  255. - :ref:`Vector2<class_Vector2>` **shadow_offset**
  256. +----------+--------------------------+
  257. | *Setter* | set_shadow_offset(value) |
  258. +----------+--------------------------+
  259. | *Getter* | get_shadow_offset() |
  260. +----------+--------------------------+
  261. The shadow offset in pixels. Adjusts the position of the shadow relatively to the stylebox.
  262. .. _class_StyleBoxFlat_property_shadow_size:
  263. - :ref:`int<class_int>` **shadow_size**
  264. +----------+------------------------+
  265. | *Setter* | set_shadow_size(value) |
  266. +----------+------------------------+
  267. | *Getter* | get_shadow_size() |
  268. +----------+------------------------+
  269. The shadow size in pixels.
  270. Method Descriptions
  271. -------------------
  272. .. _class_StyleBoxFlat_method_get_border_width_min:
  273. - :ref:`int<class_int>` **get_border_width_min** **(** **)** const
  274. .. _class_StyleBoxFlat_method_set_border_width_all:
  275. - void **set_border_width_all** **(** :ref:`int<class_int>` width **)**
  276. .. _class_StyleBoxFlat_method_set_corner_radius_all:
  277. - void **set_corner_radius_all** **(** :ref:`int<class_int>` radius **)**
  278. .. _class_StyleBoxFlat_method_set_corner_radius_individual:
  279. - void **set_corner_radius_individual** **(** :ref:`int<class_int>` radius_top_left, :ref:`int<class_int>` radius_top_right, :ref:`int<class_int>` radius_bottom_right, :ref:`int<class_int>` radius_bottom_left **)**
  280. .. _class_StyleBoxFlat_method_set_expand_margin_all:
  281. - void **set_expand_margin_all** **(** :ref:`float<class_float>` size **)**
  282. .. _class_StyleBoxFlat_method_set_expand_margin_individual:
  283. - void **set_expand_margin_individual** **(** :ref:`float<class_float>` size_left, :ref:`float<class_float>` size_top, :ref:`float<class_float>` size_right, :ref:`float<class_float>` size_bottom **)**