Home
last modified time | relevance | path

Searched refs:FL_RESIZE_Y (Results 1 – 14 of 14) sorted by relevance

/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/
H A Dfd_util.c67 if ( what & FL_RESIZE_Y in check_resize()
74 what &= ~ FL_RESIZE_Y; in check_resize()
75 else if ( ! ( what & FL_RESIZE_Y ) in check_resize()
82 what |= ~ FL_RESIZE_Y; in check_resize()
H A Dfd_printC.c454 VN( FL_RESIZE_Y ),
/dports/x11-toolkits/xforms/xforms-1.2.4/demos/
H A Dgrav.c131 fl_set_button( g->ry, g->box->resize & FL_RESIZE_Y ); in check_resize()
202 if ( r & FL_RESIZE_Y ) in ry_callback()
203 r &= ~ FL_RESIZE_Y; in ry_callback()
205 r |= FL_RESIZE_Y; in ry_callback()
330 fl_set_button( obj, fdui->box->resize & FL_RESIZE_Y ); in create_form_gravity()
H A Dcolbrowser.c399 fl_set_object_resize( obj, FL_RESIZE_Y ); in create_form_cl()
409 fl_set_object_resize( obj, FL_RESIZE_Y ); in create_form_cl()
419 fl_set_object_resize( obj, FL_RESIZE_Y ); in create_form_cl()
/dports/x11-toolkits/xforms/xforms-1.2.4/doc/
H A Dpart4_fl_object.texi64 @code{FL_RESIZE_Y} and @code{FL_RESIZE_ALL}. The default is
66 @code{FL_RESIZE_Y}. Instead of accessing this element directly better
361 obj->resize = FL_RESIZE_X | FL_RESIZE_Y;
H A Dpart1_doing_interaction.texi325 @anchor{FL_RESIZE_Y}
326 @tindex FL_RESIZE_Y
327 @item FL_RESIZE_Y
333 is an alias for @code{@ref{FL_RESIZE_X}|@ref{FL_RESIZE_Y}} and makes
H A Dxforms.info147 Ref: FL_RESIZE_Y102633
H A Dxforms.info-31222 `FL_RESIZE_Y' and `FL_RESIZE_ALL'. The default is `FL_RESIZE_ALL'
1223 which is the bitwise OR of `FL_RESIZE_X' and `FL_RESIZE_Y'.
1499 obj->resize = FL_RESIZE_X | FL_RESIZE_Y;
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/include/
H A DBasic.h549 FL_RESIZE_Y, enumerator
550 FL_RESIZE_ALL = ( FL_RESIZE_X | FL_RESIZE_Y )
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dscrollbar.c346 fl_set_object_resize( obj, FL_RESIZE_Y ); in fl_create_scrollbar()
H A Dforms.c722 if ( obj->resize & FL_RESIZE_Y ) in fli_scale_form()
735 if ( obj->resize & FL_RESIZE_Y ) in fli_scale_form()
H A Dformbrowser.c138 sp->vsl->resize = FL_RESIZE_Y; in fl_create_formbrowser()
/dports/lang/fpc-source/fpc-3.2.2/packages/xforms/src/
H A Dxforms.pp347 FL_RESIZE_Y = 2;
350 FL_RESIZE_ALL = FL_RESIZE_X or FL_RESIZE_Y;
/dports/x11-toolkits/fpc-xforms/fpc-3.2.2/packages/xforms/src/
H A Dxforms.pp347 FL_RESIZE_Y = 2;
350 FL_RESIZE_ALL = FL_RESIZE_X or FL_RESIZE_Y;