src/window_gui.h
changeset 10229 fba3f9fa44d7
parent 10217 691a6b2140c6
child 10258 2aa4a5f35186
equal deleted inserted replaced
10228:a9b95e8981d6 10229:fba3f9fa44d7
    40     after making the window, like this:
    40     after making the window, like this:
    41       w->resize.step_height = 10;
    41       w->resize.step_height = 10;
    42     Now the window will only change in height in steps of 10.
    42     Now the window will only change in height in steps of 10.
    43    You can also give a minimum width and height. The default value is
    43    You can also give a minimum width and height. The default value is
    44     the default height/width of the window itself. You can change this
    44     the default height/width of the window itself. You can change this
    45     AFTER window-creation, with:
    45     AFTER window - creation, with:
    46      w->resize.width or w->resize.height.
    46      w->resize.width or w->resize.height.
    47    That was all.. good luck, and enjoy :) -- TrueLight */
    47    That was all.. good luck, and enjoy :) -- TrueLight */
    48 
    48 
    49 enum ResizeFlag {
    49 enum ResizeFlag {
    50 	RESIZE_NONE   = 0,  ///< no resize required
    50 	RESIZE_NONE   = 0,  ///< no resize required