OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TwmWindow
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/ctwm/dist/
types.h
45
typedef struct
TwmWindow
TwmWindow
;
twm_window_struct.h
3
*
TwmWindow
struct definition.
34
struct
TwmWindow
{
35
struct
TwmWindow
*next; ///< Next
TwmWindow
on the Screen
36
struct
TwmWindow
*prev; ///< Previous
TwmWindow
on the Screen
52
* put around the application's own window (the thing in
TwmWindow
.w
69
/// \sa
TwmWindow
.borderC \sa SetFocusVisualAttributes()
107
char *name; ///< Current window name. Points into
TwmWindow
::names.
108
char *icon_name; ///< Current icon name. Points into
TwmWindow
::names
[
all
...]
/xsrc/external/mit/twm/dist/src/
twm.h
234
typedef struct
TwmWindow
{
235
struct
TwmWindow
*next; /* next twm window */
236
struct
TwmWindow
*prev; /* previous twm window */
307
struct
TwmWindow
*next, *prev;
319
}
TwmWindow
;
354
extern void RestoreWithdrawnLocation(
TwmWindow
*tmp);
361
ComputeTitleLocation(
TwmWindow
*tmp);
363
ComputeWindowTitleOffsets(
TwmWindow
*tmp_win, int width, Bool squeeze);
Completed in 7 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026