activeBackground activeForeground borderWidth |
foreground height relief |
takeFocus width |
See the "options" manual entry for details on the standard options.
Name: class
Class: Class
Command-Line Switch: -class
Name: command
Class: Command
Command-Line Switch: -command
Name: inactiveBackground
Class: InactiveBackground
Command-Line Switch: -inactivebackground
Name: inactiveForeground
Class: InactiveForeground
Command-Line Switch: -inactiveforeground
Name: minheight
Class: Height
Command-Line Switch: -minheight
Name: minwidth
Class: Width
Command-Line Switch: -minwidth
Name: state
Class: State
Command-Line Switch: -state
Name: status
Class: Status
Command-Line Switch: -status
Name: title
Class: Title
Command-Line Switch: -title
The mdiclient command creates a client window frame widget inside a mdiframe. (see mdiframe for more information.)
The mdiclient command creates a new Tcl command whose name is pathName. This command may be used to invoke various operations on the widget. It has the following general form:
pathName option ?arg arg ...?Option and the args determine the exact behavior of the command. The following commands are possible for mdiclient widgets:
None
- The client is made the active client in the frame.
- Returns the pathName to the clientsite within the widget.
This method will return a indication of which edge (if any) the cursor (located at x, y) is over. The return value is one of top_left_corner, bottom_left_corner, left_side, top_right_corner, bottom_right_corner, right_side, bottom_side, or top_side. If the point specified is at any edge an empty string is returned. This method is used by the mdiframe class to identify which cursor to display and to control the resize operation.pathName deactivate
The client is made inactive.
Name: clip
This is the internal region of the client window which contains the system titlebar and the childsite (cs).Name: close
The close window button in the title bar.Name: cs
The childsite frame. The application specific widgets get "packed" into this frame.Name: file
This is the file icon in the upper left corner of the client frame. It contains the client system menu.Name: max
This is the maximize button in the title bar.Name: menu
This is the system menu which contains the restore, move, resize, minimize, maximize, and close commands.Name: min
This is the minimize button in the title bar.Name: system
This defines the frame for the title bar and buttons.Name: title
This is the title text label in the title bar.Name: wf
This is the window frame which defines the outer most relief of the client window.
The mdiclient is never called directly. See the mdiframe example.