Searched refs:DestroyNotify (Results 1 - 25 of 82) sorted by relevance

1234

/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkBlink.c140 case DestroyNotify:
H A DttkTrack.c158 case DestroyNotify:
H A DttkCache.c175 if (eventPtr->type != DestroyNotify) {
H A DttkManager.c179 if (eventPtr->type == DestroyNotify) {
281 * routine is called from the slave's DestroyNotify event handler.
H A DttkWidget.c176 * The window receives a <DestroyNotify> event in all cases,
207 * Main widget destructor; called from <DestroyNotify> event handler.
278 case DestroyNotify :
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXEmbed.c731 if (eventPtr->type == DestroyNotify) {
747 * NOTE: on the Mac, only the DestroyNotify branch is ever taken. We
829 } else if (eventPtr->type == DestroyNotify) {
881 } else if (eventPtr->type == DestroyNotify) {
1113 event.xany.type = DestroyNotify;
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXEmbed.c751 if (eventPtr->type == DestroyNotify) {
767 * NOTE: on the Mac, only the DestroyNotify branch is ever taken.
851 } else if (eventPtr->type == DestroyNotify) {
906 } else if (eventPtr->type == DestroyNotify) {
1142 event.xany.type = DestroyNotify;
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkGeometry.c597 } else if (eventPtr->type == DestroyNotify) {
629 * If the event is a DestroyNotify event then the Maintain state and
643 if (eventPtr->type == DestroyNotify) {
H A DtkConsole.c932 if (eventPtr->type == DestroyNotify) {
H A DtkSquare.c402 } else if (eventPtr->type == DestroyNotify) {
H A DtkPlace.c1097 } else if (eventPtr->type == DestroyNotify) {
1165 if (eventPtr->type == DestroyNotify) {
H A DtkCanvWind.c1021 if (eventPtr->type == DestroyNotify) {
H A DtkMenubutton.c790 } else if (eventPtr->type == DestroyNotify) {
H A DtkMessage.c760 } else if (eventPtr->type == DestroyNotify) {
H A DtkScrollbar.c598 } else if (eventPtr->type == DestroyNotify) {
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinEmbed.c351 if (eventPtr->type == DestroyNotify) {
511 } else if (eventPtr->type == DestroyNotify) {
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixEmbed.c372 if (eventPtr->type == DestroyNotify) {
474 } else if (eventPtr->type == DestroyNotify) {
527 } else if (eventPtr->type == DestroyNotify) {
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixEmbed.c376 if (eventPtr->type == DestroyNotify) {
481 } else if (eventPtr->type == DestroyNotify) {
537 } else if (eventPtr->type == DestroyNotify) {
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkGeometry.c599 } else if (eventPtr->type == DestroyNotify) {
631 * If the event is a DestroyNotify event then the Maintain state
645 if (eventPtr->type == DestroyNotify) {
H A DtkSquare.c409 } else if (eventPtr->type == DestroyNotify) {
H A DtkPlace.c1091 } else if (eventPtr->type == DestroyNotify) {
1159 if (eventPtr->type == DestroyNotify) {
/macosx-10.10.1/tcl-105/tk/tk/xlib/X11/
H A DX.h156 #define DestroyNotify 17 macro
/macosx-10.10.1/tcl-105/tk84/tk/xlib/X11/
H A DX.h156 #define DestroyNotify 17 macro
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinEmbed.c867 } else if (eventPtr->type == DestroyNotify) {
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Devent.rb71 [ 17, :DestroyNotify, Grp::DESTROY, 'Destroy' ],

Completed in 541 milliseconds

1234