Window management. More...
Go to the source code of this file.
Functions | |
void | window_reflow (struct MuttWindow *win) |
Reflow Windows. | |
Window management.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file reflow.h.
void window_reflow | ( | struct MuttWindow * | win | ) |
Reflow Windows.
win | Root Window |
Using the rules coded into the Windows, such as Fixed or Maximise, allocate space to a set of nested Windows.
Definition at line 220 of file reflow.c.