MCPcopy Create free account
hub / github.com/SpartanJ/eepp / setUsingCustomStyling

Method setUsingCustomStyling

src/eepp/ui/uitooltip.cpp:536–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536void UITooltip::setUsingCustomStyling( bool usingCustomStyling ) {
537 mUsingCustomStyling = usingCustomStyling;
538}
539
540bool UITooltip::applyProperty( const StyleSheetProperty& attribute ) {
541 if ( !checkPropertyDefinition( attribute ) )

Callers 6

updateTextMethod · 0.45
hideTooltipMethod · 0.45
displayTooltipMethod · 0.45
updateStatusBarSyncMethod · 0.45
displayTooltipMethod · 0.45
hideTooltipMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected