Home
last modified time | relevance | path

Searched refs:menuhandle (Results 1 – 6 of 6) sorted by relevance

/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dstruct.h51 HWND menuhandle; member
53 GtkWidget *menuhandle; member
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dstruct.h51 HWND menuhandle; member
53 GtkWidget *menuhandle; member
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dgtkbitchx.c259 new->menuhandle = NULL; in new_menuref()
2295 tmpref->menuhandle = tmphandle; in newsubmenu()
3175 if(tmp->menuhandle && GTK_CHECK_MENU_ITEM(tmp->menuhandle)->active != tmp->checked) in gui_setmenuitem()
3177 tmp->checked = GTK_CHECK_MENU_ITEM(tmp->menuhandle)->active; in gui_setmenuitem()
3178 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(tmp->menuhandle), tmp->checked); in gui_setmenuitem()
H A Dpmbitchx.c124 int new_menuref(MenuRef **root, int refnum, HWND menuhandle, int menuid) in new_menuref() argument
131 new->menuhandle = menuhandle; in new_menuref()
3541 …WinSendMsg(tmp->menuhandle, MM_SETITEMATTR, MPFROM2SHORT(tmp->menuid, TRUE), MPFROM2SHORT(MIA_CHEC… in gui_setmenuitem()
3543 …WinSendMsg(tmp->menuhandle, MM_SETITEMATTR, MPFROM2SHORT(tmp->menuid, TRUE), MPFROM2SHORT(MIA_CHEC… in gui_setmenuitem()
3547 WinSendMsg(tmp->menuhandle, MM_SETITEMTEXT, MPFROMSHORT(tmp->menuid), MPFROMP(param)); in gui_setmenuitem()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dgtkbitchx.c259 new->menuhandle = NULL; in new_menuref()
2295 tmpref->menuhandle = tmphandle; in newsubmenu()
3175 if(tmp->menuhandle && GTK_CHECK_MENU_ITEM(tmp->menuhandle)->active != tmp->checked) in gui_setmenuitem()
3177 tmp->checked = GTK_CHECK_MENU_ITEM(tmp->menuhandle)->active; in gui_setmenuitem()
3178 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(tmp->menuhandle), tmp->checked); in gui_setmenuitem()
H A Dpmbitchx.c124 int new_menuref(MenuRef **root, int refnum, HWND menuhandle, int menuid) in new_menuref() argument
131 new->menuhandle = menuhandle; in new_menuref()
3541 …WinSendMsg(tmp->menuhandle, MM_SETITEMATTR, MPFROM2SHORT(tmp->menuid, TRUE), MPFROM2SHORT(MIA_CHEC… in gui_setmenuitem()
3543 …WinSendMsg(tmp->menuhandle, MM_SETITEMATTR, MPFROM2SHORT(tmp->menuid, TRUE), MPFROM2SHORT(MIA_CHEC… in gui_setmenuitem()
3547 WinSendMsg(tmp->menuhandle, MM_SETITEMTEXT, MPFROMSHORT(tmp->menuid), MPFROMP(param)); in gui_setmenuitem()