Searched refs:ButtonBox (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xmh/dist/ |
| H A D | bbox.h | 33 extern ButtonBox RadioBBoxCreate (Scrn, const char *); 34 extern void RadioBBoxAddButton (ButtonBox, const char *, Boolean); 36 extern char * RadioBBoxGetCurrent (ButtonBox); 41 extern ButtonBox BBoxCreate (Scrn, const char *); 42 extern void BBoxAddButton (ButtonBox, const char *, WidgetClass, Boolean); 50 extern Button BBoxFindButtonNamed (ButtonBox, const char *); 51 extern Button BBoxFindButton (ButtonBox, Widget); 52 extern Button BBoxButtonNumber (ButtonBox, int); 53 extern int BBoxNumButtons (ButtonBox); 56 extern void BBoxLockSize (ButtonBox); [all...] |
| H A D | bbox.c | 53 ButtonBox BBoxCreate( 58 ButtonBox buttonbox = XtNew(ButtonBoxRec); 78 ButtonBox RadioBBoxCreate( 89 ButtonBox buttonbox, 138 ButtonBox buttonbox, 148 ButtonBox buttonbox, 168 ButtonBox buttonbox) 183 ButtonBox buttonbox; 213 ButtonBox buttonbox; 262 ButtonBox buttonbo [all...] |
| H A D | bboxint.h | 33 ButtonBox buttonbox; /* Button box containing this button. */
|
| H A D | xmh.h | 88 typedef struct _XmhButtonBoxRec *ButtonBox; typedef in typeref:struct:_XmhButtonBoxRec * 115 ButtonBox mainbuttons; /* Main xmh control buttons. */ 117 ButtonBox folderbuttons; /* Folder buttons. */ 120 ButtonBox miscbuttons; /* optional miscellaneous command buttons */ 123 ButtonBox viewbuttons; /* View control buttons. */
|
| H A D | screen.c | 109 ButtonBox buttonbox = scrn->viewbuttons; 125 ButtonBox buttonbox = scrn->viewbuttons; 142 ButtonBox buttonbox = scrn->mainbuttons; 196 ButtonBox buttonbox;
|
Completed in 5 milliseconds