CTWM
Loading...
Searching...
No Matches
Data Fields
IconMgr Struct Reference

#include <iconmgr.h>

Collaboration diagram for IconMgr:
[legend]

Data Fields

struct IconMgr * next
 Next iconmgr in this workspace.
 
struct IconMgr * prev
 Prev iconmgr in this workspace.
 
struct IconMgr * lasti
 Last iconmgr in this workspace.
 
struct IconMgr * nextv
 Next workspace's icon manager head.
 
struct WList * first
 
struct WList * last
 
struct WList * active
 
TwmWindow * twm_win
 
struct ScreenInfo * scr
 
int vScreen
 
Window w
 
char * geometry
 
char * name
 
char * icon_name
 
int x
 
int y
 
int width
 
int height
 
int columns
 
int cur_rows
 
int cur_columns
 
int count
 

Detailed Description

Definition at line 36 of file iconmgr.h.

Field Documentation

◆ active

struct WList* IconMgr::active

Definition at line 44 of file iconmgr.h.

Referenced by ActiveIconManager().

◆ columns

int IconMgr::columns

Definition at line 53 of file iconmgr.h.

◆ count

int IconMgr::count

Definition at line 54 of file iconmgr.h.

Referenced by f_showiconmgr_impl().

◆ cur_columns

int IconMgr::cur_columns

Definition at line 53 of file iconmgr.h.

◆ cur_rows

int IconMgr::cur_rows

Definition at line 53 of file iconmgr.h.

◆ first

struct WList* IconMgr::first

Definition at line 42 of file iconmgr.h.

Referenced by GotoWorkSpace(), and MoveIconManager().

◆ geometry

char* IconMgr::geometry

Definition at line 49 of file iconmgr.h.

◆ height

int IconMgr::height

Definition at line 52 of file iconmgr.h.

◆ icon_name

char* IconMgr::icon_name

Definition at line 51 of file iconmgr.h.

◆ last

struct WList* IconMgr::last

Definition at line 43 of file iconmgr.h.

◆ lasti

struct IconMgr* IconMgr::lasti

Last iconmgr in this workspace.

Definition at line 39 of file iconmgr.h.

◆ name

char* IconMgr::name

Definition at line 50 of file iconmgr.h.

◆ next

struct IconMgr* IconMgr::next

Next iconmgr in this workspace.

Definition at line 37 of file iconmgr.h.

Referenced by CreateIconManagers(), f_showiconmgr_impl(), GotoWorkSpace(), and HideIconManager().

◆ nextv

struct IconMgr* IconMgr::nextv

Next workspace's icon manager head.

Definition at line 40 of file iconmgr.h.

Referenced by AddIconManager(), and RemoveIconManager().

◆ prev

struct IconMgr* IconMgr::prev

Prev iconmgr in this workspace.

Definition at line 38 of file iconmgr.h.

◆ scr

struct ScreenInfo* IconMgr::scr

Definition at line 46 of file iconmgr.h.

◆ twm_win

TwmWindow* IconMgr::twm_win

◆ vScreen

int IconMgr::vScreen

Definition at line 47 of file iconmgr.h.

◆ w

Window IconMgr::w

Definition at line 48 of file iconmgr.h.

◆ width

int IconMgr::width

Definition at line 52 of file iconmgr.h.

◆ x

int IconMgr::x

Definition at line 52 of file iconmgr.h.

◆ y

int IconMgr::y

Definition at line 52 of file iconmgr.h.


The documentation for this struct was generated from the following file: