Home Index classes Index static functions Index enumerations Index structure types

{Separator}


CLASS {Separator} , UNTESTED:



IMPORT : {Control} , {Paintbox} , {Canvas} , {Geometry} , {Sorting} , {System_functions} , {String_functions} , {Form} , {AL4_form} .

BASE CLASS {Paintbox} .


 

ENUMERATION {direction|_line} :

        'HORIZONTAL_LINE' ,

        'VERTICAL_LINE' .


{direction} Direction|_line


 

ENUMERATION {style_sepator|_line} :

        'FLAT|_LINE' ,

        'RAISED|_LINE' ,

        'LOWERED|_LINE' .


{style_sepator} Style|_separator_line


REAL Margins|_top_bottom_for_horizontal_OR_left_right_for_vertical


BOOL Split_col|umns


BOOL Dots|_paint


INT Lines|_paint_1_to_4


STR Column_target , READ


 

FUNCTION Set_separator_column_target|_columns_to_resize (
     
{Form} F|orm_parent_to_separator ,
     
STR W|hat_separator_column_alias ,
     
STR T|arget_column_resize )



------------------------------------ 'also, to prevent moving out the form'

END