MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / setTextPosition

Method setTextPosition

CodenameOne/src/com/codename1/ui/Tabs.java:429–431  ·  view source on GitHub ↗
(Component tabComponent, int textPosition)

Source from the content-addressed store, hash-verified

427 ///
428 /// - `textPosition`: the text position
429 protected void setTextPosition(Component tabComponent, int textPosition) {
430 ((Button) tabComponent).setTextPosition(textPosition);
431 }
432
433 /// Returns The position of the text relative to the icon
434 ///

Callers 1

setTabTextPositionMethod · 0.95

Calls 1

setTextPositionMethod · 0.65

Tested by

no test coverage detected