NAME
TkMapWindow, TkUnmapWindow - map or unmap a window
SYNOPSIS
##iinncclluuddee <
TkWindow TTkkMMaappWWiinnddooww(tkwin) TTkkUUnnmmaappWWiinnddooww(tkwin) AARRGGUUMMEENNTTSS TkWindow tkwin (in) Token for window.> DESCRIPTION
These procedures may be used to map and unmap windows managed by Tk.TTkkMMaappWWiinnddooww maps the window given by tkwin, and also creates an X win-
dow corresponding to tkwin if it doesn't already exist. See theTTkkCCrreeaatteeWWiinnddooww manual entry for information on deferred window cre-
ation. TTkkUUnnmmaappWWiinnddooww unmaps tkwin's window from the screen. If tkwin is a child window (i.e. TTkkCCrreeaatteeWWiinnddooww was used to create a child window), then event handlers interested in map and unmap events are invoked immediately. If tkwin isn't an internal window, then the event handlers will be invoked later, after X has seen the request and returned an event for it. These procedures should be used in place of the X procedures XXMMaappWWiinnddooww and XXUUnnmmaappWWiinnddooww, since they update Tk's local data structure fortkwin. Applications using Tk should not invoke XXMMaappWWiinnddooww and XXUUnnmmaapp-
WWiinnddooww directly. KKEEYYWWOORRDDSS map, unmap, window Tk TkMapWindow(3)