Searched refs:showHandle (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dobsolete.tcl146 option add *Panedwindow.showHandle 1 $prio; # 0
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkPanedWindow.c142 int showHandle; /* Boolean indicating whether sash handles member in struct:PanedWindow
315 {TK_OPTION_BOOLEAN, "-showhandle", "showHandle", "ShowHandle",
316 DEF_PANEDWINDOW_SHOWHANDLE, -1, Tk_Offset(PanedWindow, showHandle),
1476 if (pwPtr->showHandle) {
1746 if (pwPtr->showHandle && pwPtr->handleSize > pwPtr->sashWidth) {
2140 * blindly (avoiding the extra showHandle, etc, checks).
2144 if (pwPtr->showHandle && pwPtr->handleSize > pwPtr->sashWidth) {
2559 if (pwPtr->showHandle && pwPtr->handleSize > pwPtr->sashWidth) {
3003 if (pwPtr->showHandle && pwPtr->handleSize > pwPtr->sashWidth) {
3015 if (pwPtr->showHandle
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkPanedWindow.c112 int showHandle; /* Boolean indicating whether sash handles member in struct:PanedWindow
282 {TK_OPTION_BOOLEAN, "-showhandle", "showHandle", "ShowHandle",
283 DEF_PANEDWINDOW_SHOWHANDLE, -1, Tk_Offset(PanedWindow, showHandle),
1434 if (pwPtr->showHandle) {
1691 if (pwPtr->showHandle && pwPtr->handleSize > pwPtr->sashWidth) {
2072 * those offsets blindly (avoiding the extra showHandle, etc, checks).
2076 if (pwPtr->showHandle && pwPtr->handleSize > pwPtr->sashWidth) {
2484 if (pwPtr->showHandle && pwPtr->handleSize > pwPtr->sashWidth) {
2899 if (pwPtr->showHandle && pwPtr->handleSize > pwPtr->sashWidth) {
2911 if (pwPtr->showHandle
[all...]
/macosx-10.10.1/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFWIPBusInterface.h589 void showHandle(TNF_HANDLE *handle);
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/style/
H A Das.tcl414 option add *Panedwindow.showHandle 0 $prio
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dpanedwindow.itk60 itk_option define -showhandle showHandle ShowHandle 1
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp3649 void IOFWIPBusInterface::showHandle(TNF_HANDLE *handle) function in class:IOFWIPBusInterface

Completed in 232 milliseconds