Window reflowing. More...
#include "config.h"
#include <stddef.h>
#include "mutt/lib.h"
#include "reflow.h"
#include "mutt_window.h"
Go to the source code of this file.
Functions | |
static void | window_reflow_horiz (struct MuttWindow *win) |
Reflow Windows using all the available horizontal space. | |
static void | window_reflow_vert (struct MuttWindow *win) |
Reflow Windows using all the available vertical space. | |
void | window_reflow (struct MuttWindow *win) |
Reflow Windows. | |
Window reflowing.
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.c.
|
static |
Reflow Windows using all the available horizontal space.
win | Window |
Definition at line 39 of file reflow.c.
|
static |
Reflow Windows using all the available vertical space.
win | Window |
Definition at line 128 of file reflow.c.
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.