MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / SetTitleSpace

Method SetTitleSpace

DSView/pv/dialogs/dsdialog.cpp:145–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145 void DSDialog::SetTitleSpace(int h)
146 {
147 if (_titleSpaceLine != NULL){
148 if (h > 0){
149 _titleSpaceLine->setFixedHeight(h);
150 _titleSpaceLine->setVisible(true);
151 }
152 else{
153 _titleSpaceLine->setVisible(false);
154 }
155 }
156 }
157
158void DSDialog::build_base(bool hasClose)
159{

Callers 1

DeviceOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected