setId method

void setId(
  1. int id
)

Sets the ID of the window

Implementation

void setId( int id ) {
  _id = id;
}