|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ S T ┃
Length: 668 (0x29c) Types: TextFile Names: »Sx_MenuGetWindo«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦526ad3590⟧ »EUUGD11/gnu-31mar87/X.V10.R4.tar.Z« └─⟦2109abc41⟧ └─ ⟦this⟧ »./X.V10R4/Toolkit/Sx/doc/Sx_MenuGetWindo«
.TH Sx_MenuGetWindow sx .B1 .NA Sx_MenuGetWindow \- find window for menu of a given name .SY #include <X/Xlib.h> #include <sx.h> .sp Window Sx_MenuGetWindow(\fIparent, name\fP) .sp .AR .AS Window windows[] .AP Window parent in X identifier for window containing menu(s) as children (\fIparent\fP argument to previous Sx_MenuCreate call). .AP char *name in Name of desired menu. .B2 .SH DESCRIPTION .PP If \fIparent\fP has a menu subwindow whose name is \fIname\fP then the X window id for the menu is returned (this is the same as the value returned by Sx_MenuCreate when the menu was created). Otherwise, NULL is returned. .SH KEYWORDS name, pull-down menu, window