OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iconmgr
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/ctwm/dist/
iconmgr.h
7
* $XConsortium:
iconmgr
.h,v 1.11 89/12/10 17:47:02 jim Exp $
22
struct
IconMgr
*
iconmgr
;
member in struct:WList
36
struct
IconMgr
{
37
struct
IconMgr
*next; ///< Next
iconmgr
in this workspace
38
struct
IconMgr
*prev; ///< Prev
iconmgr
in this workspace
39
struct
IconMgr
*lasti; ///< Last
iconmgr
in this workspac
[
all
...]
workspace_utils.c
18
#include "
iconmgr
.h"
52
IconMgr
*
iconmgr
;
local
161
if(OCCUPY(wl->
iconmgr
->twm_win, newws)) {
167
if(OCCUPY(wl->
iconmgr
->twm_win, newws)) {
180
for(
iconmgr
= newws->
iconmgr
;
iconmgr
;
iconmgr
=
iconmgr
->next)
[
all
...]
workspace_structs.h
70
IconMgr
*
iconmgr
;
member in struct:WorkSpace
screen.h
569
/// name pattern to the
IconMgr
structure it should go in. All the
570
/// IM's for the screen wind up in the
iconmgr
element.
571
/// \sa ScreenInfo.
iconmgr
728
IconMgr
*
iconmgr
;
member in struct:ScreenInfo
/xsrc/external/mit/twm/dist/src/
iconmgr.h
43
struct
IconMgr
*
iconmgr
;
member in struct:WList
55
typedef struct
IconMgr
{
56
struct
IconMgr
*next; /* pointer to the next icon manager */
57
struct
IconMgr
*prev; /* pointer to the previous icon mgr */
58
struct
IconMgr
*lasti; /* pointer to the last icon mgr */
71
}
IconMgr
;
79
extern
IconMgr
*AllocateIconManager(char *name, char *icon_name, char *geom,
86
extern void PackIconManager(
IconMgr
*ip);
88
extern void SortIconManager(
IconMgr
*ip)
[
all
...]
screen.h
42
#include "
iconmgr
.h"
194
IconMgr
iconmgr
; /* default icon manager */
member in struct:ScreenInfo
twm.h
291
short
iconmgr
; /* this is an icon manager window */
member in struct:TwmWindow
295
struct
IconMgr
*iconmgrp; /* pointer to it if this is an icon manager */
Completed in 7 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026