lib/ewl_dialog.c File Reference
#include "ewl_base.h"
#include "ewl_dialog.h"
#include "ewl_box.h"
#include "ewl_cell.h"
#include "ewl_separator.h"
#include "ewl_macros.h"
#include "ewl_private.h"
#include "ewl_debug.h"
Include dependency graph for ewl_dialog.c:

Functions | |
unsigned int | ewl_dialog_action_alignment_get (Ewl_Dialog *d) |
Checks the alignment of the action area. | |
void | ewl_dialog_action_alignment_set (Ewl_Dialog *d, unsigned int align) |
Changes the action area's alignment for the dialog. | |
unsigned int | ewl_dialog_action_fill_policy_get (Ewl_Dialog *d) |
Checks the fill policy of the action area. | |
void | ewl_dialog_action_fill_policy_set (Ewl_Dialog *d, unsigned int pol) |
Changes the action area's fill policy for the dialog. | |
Ewl_Position | ewl_dialog_action_position_get (Ewl_Dialog *d) |
Checks the action area position for a dialog. | |
void | ewl_dialog_action_position_set (Ewl_Dialog *d, Ewl_Position pos) |
Changes the action area position for a dialog. | |
Ewl_Position | ewl_dialog_active_area_get (Ewl_Dialog *d) |
Retrieve the location of the dialog widgets will be packed into. | |
void | ewl_dialog_active_area_set (Ewl_Dialog *d, Ewl_Position pos) |
Sets the section of the dialog that will have widgets packed into it. | |
unsigned int | ewl_dialog_has_separator_get (Ewl_Dialog *dialog) |
Checks if dialog has a separator or not. | |
void | ewl_dialog_has_separator_set (Ewl_Dialog *dialog, unsigned int has_sep) |
Sets the separator of dialog. | |
int | ewl_dialog_init (Ewl_Dialog *dialog) |
Initialize an internal dialog to starting values. | |
Ewl_Widget * | ewl_dialog_new (void) |
Create a new internal dialog. |