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

Method setDontAutoHideEmptyTextBox

src/eepp/ui/uipushbutton.cpp:349–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349UIPushButton* UIPushButton::setDontAutoHideEmptyTextBox( bool dontAutoHideEmptyTextBox ) {
350 if ( mDontAutoHideEmptyTextBox != dontAutoHideEmptyTextBox ) {
351 mDontAutoHideEmptyTextBox = dontAutoHideEmptyTextBox;
352 updateTextBox();
353 }
354 return this;
355}
356
357void UIPushButton::onPaddingChange() {
358 onSizeChange();

Callers 1

createCellMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected