#include <mi32/inspmem.h>
Public Member Functions | |
| INSPMEM () | |
| ~INSPMEM () | |
| ERRVALUE | Create (Widget form) |
| ERRVALUE | SetBuffer (const void *buffer, int size) |
| void | Update () |
| INSPMEM::INSPMEM | ( | ) |
| INSPMEM::~INSPMEM | ( | ) |
Creates the controls inside the form provided: attribute selections and the drawing area for displaying text.
| ERRVALUE INSPMEM::SetBuffer | ( | const void * | buffer, | |
| int | size | |||
| ) |
Sets the buffer to display.
| void INSPMEM::Update | ( | ) |
Update allows for proper resizing of the arrow buttons.
Must be called after XtRealizeWidget or XtManageChild is called
1.6.1