CTWM
|
Go to the source code of this file.
Functions | |
name_list ** | AddWindowRegion (char *geom, RegGravity grav1, RegGravity grav2) |
void | CreateWindowRegions (void) |
bool | PlaceWindowInRegion (TwmWindow *tmp_win, int *final_x, int *final_y) |
void | RemoveWindowFromRegion (TwmWindow *tmp_win) |
name_list ** AddWindowRegion | ( | char * | geom, |
RegGravity | grav1, | ||
RegGravity | grav2 ) |
Definition at line 29 of file win_regions.c.
References WindowRegion::clientlist, WindowRegion::entries, WindowRegion::grav1, WindowRegion::grav2, WindowRegion::h, WindowRegion::next, PlaceX, RLayoutXParseGeometry(), Scr, WindowRegion::w, WindowRegion::x, and WindowRegion::y.
Definition at line 67 of file win_regions.c.
References WindowRegion::entries, WorkSpace::FirstWindowRegion, WindowRegion::next, WorkSpace::next, PlaceX, and Scr.
Referenced by ctwm_main().
Definition at line 107 of file win_regions.c.
References WindowRegion::clientlist, WindowRegion::entries, WorkSpace::FirstWindowRegion, WindowRegion::grav1, WindowRegion::grav2, LookInList(), name_list::name, WindowRegion::next, WorkSpace::next, OCCUPY, PlaceX, Scr, and splitWindowRegionEntry().
Referenced by AddWindow(), and ChangeOccupation().
Definition at line 164 of file win_regions.c.
References findWindowEntry(), mergeWindowEntries(), WorkSpace::next, PlaceX, prevWindowEntry(), and Scr.
Referenced by ChangeOccupation(), and HandleDestroyNotify().