33 #ifndef __MLV__MLV_INPUT_BOX_VA_H__
34 #define __MLV__MLV_INPUT_BOX_VA_H__
36 #include "MLV_color.h"
38 #include "MLV_input_box.h"
80 void MLV_wait_input_box_va(
81 int sommetHautGaucheX,
int sommetHautGaucheY,
82 int sommetBasDroitX,
int sommetBasDroitY,
83 MLV_Color borderColor, MLV_Color textColor,
84 MLV_Color backgroundColor,
85 const char* informativeMessage,
117 void MLV_wait_input_box_with_font_va(
118 int sommetHautGaucheX,
int sommetHautGaucheY,
119 int sommetBasDroitX,
int sommetBasDroitY,
120 MLV_Color borderColor, MLV_Color textColor,
121 MLV_Color backgroundColor,
122 const char* informativeMessage,
124 const MLV_Font* font,
156 MLV_Input_box* MLV_create_input_box_va(
157 int sommetHautGaucheX,
int sommetHautGaucheY,
158 int width,
int height,
159 MLV_Color borderColor, MLV_Color textColor,
160 MLV_Color backgroundColor,
161 const char* informativeMessage,
179 MLV_Input_box* MLV_create_input_box_with_font_va(
180 int sommetHautGaucheX,
int sommetHautGaucheY,
181 int width,
int height,
182 MLV_Color borderColor, MLV_Color textColor,
183 MLV_Color backgroundColor,
184 const char* informativeMessage,
185 const MLV_Font* font,
196 void MLV_change_informative_message_of_input_box_va(
197 MLV_Input_box* input_box,
const char* message, va_list pile