Lines Matching defs:entry
29 * Sme.c - Source code for the generic menu entry
164 SmeObject entry = (SmeObject) new;
166 entry->rectangle.border_width = 0;
171 * Arguments: w - the menu entry.
185 * Arguments: w - the menu entry.
198 * Description: calls the callback proceedures for this entry.
199 * Arguments: w - the menu entry.
212 * Arguments: w - the menu entry object.
226 SmeObject entry = (SmeObject) w;
239 if ( (mode & CWWidth) && (width == entry->rectangle.width) )