Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
InfoDialog handles and manipulates the network description dialog. More...
Public Member Functions | |
void | setVisible (bool) |
Shows or hides this widget from view. More... | |
void | setDisabled (bool) |
Enables or disables input events to this widget. More... | |
InfoDialog handles and manipulates the network description dialog.
void InfoDialog::setDisabled | ( | bool | ) |
Enables or disables input events to this widget.
bDisabled,true | to disable input events to this widget, false to enable input events. |
void InfoDialog::setVisible | ( | bool | ) |
Shows or hides this widget from view.
bVisible,true | to show this widget, false to hide it. |