?? select.h
字號:
/***************************************************************************** Copyright (C) 1994,1997 Ivan A. Curtis. All rights reserved.This code must not be re-distributed without these copyright notices intact.**************************************************************************************************************************************************************Filename: ~icurtis/src/mx/select.hDescription: Update History: (most recent first) I. Curtis 9-Apr-97 12:02 -- Updated I. Curtis 22-Mar-94 23:11 -- Created.******************************************************************************/typedef struct _mx_scroll { Window window; mx_appearance *app; /* the appearance structure */ int width, height; /* dimension of scroll window (pixels) */ mx_menu *menu; /* pointer to menu being scrolled */ int inside; /* flag indicating focus */ int cur_x, cur_y; /* cursor position in window */ int cur_w, cur_h; /* cursor size */ int min_item, max_item;} mx_scroll;extern int mx_popup_select(Display *display, int screen, mx_panel *panel, int *x, int *y, int max_items);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -