You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sets an [param icon] for the button of the tab at index [param tab_idx] (located to the right, before the close button), making it visible and clickable (See [signal tab_button_pressed]). Giving it a [code]null[/code] value will hide the button.
168
196
</description>
169
197
</method>
198
+
<methodname="set_font_selected_color_override">
199
+
<returntype="void" />
200
+
<paramindex="0"name="tab_idx"type="int" />
201
+
<paramindex="1"name="color"type="Color" />
202
+
<description>
203
+
Sets a [param color] override to the tab at index [param tab_idx] when it is the currently selected tab.
204
+
</description>
205
+
</method>
206
+
<methodname="set_font_unselected_color_override">
207
+
<returntype="void" />
208
+
<paramindex="0"name="tab_idx"type="int" />
209
+
<paramindex="1"name="color"type="Color" />
210
+
<description>
211
+
Sets a [param color] override to the tab at index [param tab_idx] when it is unselected.
212
+
</description>
213
+
</method>
214
+
<methodname="set_font_hovered_color_override">
215
+
<returntype="void" />
216
+
<paramindex="0"name="tab_idx"type="int" />
217
+
<paramindex="1"name="color"type="Color" />
218
+
<description>
219
+
Sets a [param color] override to the tab at index [param tab_idx] when it is the currently hovered tab. Does not apply to the selected tab.
220
+
</description>
221
+
</method>
222
+
<methodname="set_font_disabled_color_override">
223
+
<returntype="void" />
224
+
<paramindex="0"name="tab_idx"type="int" />
225
+
<paramindex="1"name="color"type="Color" />
226
+
<description>
227
+
Sets a [param color] override to the tab at index [param tab_idx] when it is disabled disabled tabs.
0 commit comments