|
CTWM
|
#include "ctwm.h"#include <stdio.h>#include <stdlib.h>#include <X11/Xatom.h>#include "ctopts.h"#include "drawing.h"#include "functions.h"#include "functions_internal.h"#include "icons.h"#include "otp.h"#include "r_area.h"#include "r_layout.h"#include "screen.h"#include "version.h"#include "vscreen.h"Go to the source code of this file.
Macros | |
| #define | INFO_LINES 30 |
| #define | INFO_SIZE 200 |
| #define | CHKN |
Functions | |
| static void | Identify (TwmWindow *t) |
| void | f_identify_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_version_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | draw_info_window (void) |
Variables | |
| static char | Info [30][200] |
| #define CHKN |
Referenced by Identify().
| #define INFO_LINES 30 |
Definition at line 26 of file functions_identify.c.
| #define INFO_SIZE 200 |
Definition at line 27 of file functions_identify.c.
Referenced by Identify().
| void draw_info_window | ( | void | ) |
Definition at line 274 of file functions_identify.c.
References dpy, Draw3DBorder(), FB, Info, off, and Scr.
Referenced by HandleExpose().
| void f_identify_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 40 of file functions_identify.c.
References Identify().
| void f_version_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 45 of file functions_identify.c.
References Identify().
|
static |
Definition at line 64 of file functions_identify.c.
References CHKN, TwmWindow::class, ctopts, ctopts_string(), WorkSpaceWindow::currentwspc, dpy, TwmWindow::frame_bw, TwmWindow::frame_bw3D, TwmWindow::icon, Info, INFO_SIZE, JunkBW, JunkChild, JunkRoot, JunkX, JunkY, TwmWindow::name, WorkSpace::name, OtpEffectiveDisplayPriority(), RAreaNew(), RLayoutFindLeftRightEdges(), RLayoutFindTopBottomEdges(), Scr, TwmWindow::title_height, TwmVersion, VCSRevision, TwmWindow::vs, Icon::w, TwmWindow::w, Icon::w_height, Icon::w_width, Icon::w_x, Icon::w_y, VirtualScreen::wsw, x, and y.
Referenced by f_identify_impl(), and f_version_impl().
|
static |
Definition at line 28 of file functions_identify.c.
Referenced by draw_info_window(), and Identify().