Lines Matching defs:NULL

61      offset(label_string), XtRString, NULL},
63 offset(label_class), XtRImmediate, (XtPointer) NULL},
88 offset(popup_entry), XtRWidget, NULL},
135 /* next_extension */ NULL,
153 /* initialize_hook */ NULL,
164 /* destroy */ NULL,
170 /* get_values_hook */ NULL,
171 /* accept_focus */ NULL,
173 /* callback offsets */ NULL,
175 /* query_geometry */ NULL,
176 /* display_accelerator*/ NULL,
177 /* extension */ NULL
183 /* extension */ NULL
185 /* Shell extension */ NULL
187 /* Override extension */ NULL
189 /* Simple Menu extension*/ NULL
218 (XtConvertArgList)NULL, (Cardinal)0 );
219 XmuAddInitializer( AddPositionAction, NULL);
263 if (smw->simple_menu.label_class == NULL)
266 smw->simple_menu.label = NULL;
267 smw->simple_menu.entry_set = NULL;
270 if (smw->simple_menu.label_string != NULL)
277 smw->core.width = GetMenuWidth(new, (Widget)NULL);
291 XtAddCallback(new, XtNpopupCallback, ChangeCursorOnGrab, (XtPointer)NULL);
313 if (region == NULL)
323 if (region != NULL)
336 if (class->rect_class.expose != NULL)
337 (class->rect_class.expose)( (Widget) *entry, NULL, NULL);
390 Redisplay(w, (XEvent *) NULL, (Region) NULL);
430 if (smw_new->simple_menu.label_string == NULL) /* Destroy. */
432 else if (smw_old->simple_menu.label_string == NULL) /* Create. */
453 Layout(new, (Dimension *)NULL, (Dimension *)NULL);
550 Layout(( Widget) smw, (Dimension *)NULL, (Dimension *)NULL);
585 Layout(w, (Dimension *)NULL, (Dimension *)NULL);
631 if ( (menu = FindMenu(w, params[0])) == NULL) {
636 if (ebp == NULL) {
665 PositionMenu(menu, (XPoint *)NULL);
696 if ( entry == NULL) return;
698 smw->simple_menu.entry_set = NULL;
731 if (entry == NULL) return;
734 smw->simple_menu.entry_set = NULL;
764 if ( (entry == NULL) || !XtIsSensitive((Widget) entry ) ) return;
798 * Returns: the currently set entry or NULL if none is set.
830 smw->simple_menu.entry_set = NULL;
857 if ( (smw->simple_menu.label_string == NULL) ||
858 (smw->simple_menu.label != NULL) ) {
862 "label string is NULL", "label already exists",
875 next_child = NULL;
878 if (next_child != NULL)
892 * if width == NULL || height == NULL then it assumes the you do not care
910 Boolean do_layout = ((height_ret == NULL) || (width_ret == NULL));
916 current_entry = NULL;
997 * Returns: the menu widget or NULL.
1007 for ( w = widget ; w != NULL ; w = XtParent(w) )
1008 if ( (menu = XtNameToWidget(w, name)) != NULL )
1010 return(NULL);
1016 * location - a pointer the the position or NULL.
1029 if (location == NULL) {
1055 if (smw->simple_menu.popup_entry == NULL)
1060 if (entry != NULL)
1161 Redisplay((Widget) smw, (XEvent *) NULL, (Region) NULL);
1190 XtQueryGeometry((Widget) *entry, (XtWidgetGeometry *)NULL, &preferred);
1275 return(NULL);
1283 return(NULL); /* cannot select the label. */
1288 return(NULL);