/* * Motif * * Copyright (c) 1987-2012, The Open Group. All rights reserved. * * These libraries and programs are free software; you can * redistribute them and/or modify them under the terms of the GNU * Lesser General Public License as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * * These libraries and programs are distributed in the hope that * they will be useful, but WITHOUT ANY WARRANTY; without even the * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU Lesser General Public License for more * details. * * You should have received a copy of the GNU Lesser General Public * License along with these librararies and programs; if not, write * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth * Floor, Boston, MA 02110-1301 USA * */ /* * HISTORY */ /* $XConsortium: RCMenuI.h /main/5 1995/07/13 17:45:45 drk $ */ #ifndef _XmRCMenuI_h #define _XmRCMenuI_h #include #ifdef __cplusplus extern "C" { #endif /******** Private Function Declarations ********/ extern void _XmMenuBtnUp( Widget wid, XEvent *event, String *params, Cardinal *num_params); extern void _XmMenuBtnDown( Widget wid, XEvent *event, String *params, Cardinal *num_params); extern void _XmHandleMenuButtonPress( Widget wid, XEvent *event); extern Boolean _XmMatchBDragEvent( Widget wid, XEvent *event); extern Boolean _XmMatchBSelectEvent( Widget wid, XEvent *event); extern void _XmGetActiveTopLevelMenu( Widget wid, Widget *rwid); extern void _XmMenuFocus( Widget w, int operation, Time _time ); extern void _XmSetSwallowEventHandler( Widget widget, #if NeedWidePrototypes int add_handler ); #else Boolean add_handler ); #endif /* NeedWidePrototypes */ extern void _XmMenuPopDown( Widget w, XEvent *event, Boolean *popped_up ); extern Boolean _XmGetPopupMenuClick( Widget wid ); extern void _XmSetPopupMenuClick( Widget wid, #if NeedWidePrototypes int popupMenuClick); #else Boolean popupMenuClick); #endif /* NeedWidePrototypes */ extern void _XmRC_DoProcessMenuTree( Widget w, int mode) ; extern void _XmRC_ProcessSingleWidget( Widget w, int mode) ; extern void _XmRC_AddToPostFromList( XmRowColumnWidget m, Widget widget) ; extern void _XmRC_UpdateOptionMenuCBG( Widget cbg, Widget memWidget) ; extern void _XmRC_SetMenuHistory( XmRowColumnWidget m, RectObj child) ; extern void _XmRC_SetOptionMenuHistory( XmRowColumnWidget m, RectObj child) ; extern void _XmRCMenuProcedureEntry( int proc, Widget widget, ... ) ; extern void _XmRCArmAndActivate( Widget w, XEvent *event, String *parms, Cardinal *num_parms ); extern void _XmRCGetTopManager( Widget w, Widget *topManager ) ; extern void _XmMenuFocusOut( Widget cb, XEvent *event, String *param, Cardinal *num_param) ; extern void _XmMenuFocusIn( Widget wid, XEvent *event, String *param, Cardinal *num_param) ; extern void _XmGetMenuKidMargins( XmRowColumnWidget m, Dimension *width, Dimension *height, Dimension *left, Dimension *right, Dimension *top, Dimension *bottom) ; extern void _XmMenuUnmap( Widget wid, XEvent *event, String *param, Cardinal *num_param) ; extern void _XmMenuBarGadgetSelect( Widget wid, XEvent *event, String *params, Cardinal *num_params) ; extern void _XmMenuGadgetTraverseCurrent( Widget wid, XEvent *event, String *params, Cardinal *num_params) ; extern void _XmMenuGadgetTraverseCurrentUp( Widget wid, XEvent *event, String *params, Cardinal *num_params) ; extern void _XmMenuGadgetDrag( Widget wid, XEvent *event, String *params, Cardinal *num_params) ; extern int _XmRC_PopupMenuHandler(Widget, XEvent*); extern Boolean _XmRC_PostTimeOut( XtPointer wid ); extern void _XmRC_RemoveHandlersFromPostFromWidget( Widget popup, Widget widget) ; extern void _XmRC_AddPopupEventHandlers( XmRowColumnWidget pane) ; extern void _XmRC_RemovePopupEventHandlers( XmRowColumnWidget pane) ; void _XmRC_RemoveFromPostFromList( XmRowColumnWidget m, Widget widget) ; /******** End Private Function Declarations ********/ #ifdef __cplusplus } /* Close scope of 'extern "C"' declaration which encloses file. */ #endif #endif /* _XmRCMenuI_h */ /* DON'T ADD ANYTHING AFTER THIS #endif */