?? alert.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/alert.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_alert { Window window; mx_appearance *app; /* the appearance structure */ int width, height; /* dimension of each panel (pixels) */ int inside; /* flag indicating focus */ int momentary; int start_item; int max_items; /* number of items in alert */ mx_menu_item *item; /* pointer to array of items */} mx_alert;extern int mx_popup_alert(Display *display, int screen, mx_panel *main_panel, mx_panel *resp_panel, int *x, int *y);extern int mx_alert_event(Display *display, int screen, XEvent *event, mx_alert *alert, int *done, int *x, int *y);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -