Range Software 1.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Range Software 1.4 (Default branch)
# 1  
Old 04-07-2008
Range Software 1.4 (Default branch)

Image Range Software is software for finite element analysis in engineering simulations. Its main features are support for heat transfer and radiation, linear stress-strain, ground water flow, 3D mesh generation, an intuitive GUI, and import and export functionality. The Range Software package contains several tools which helps the user to setup, solve, and analyze the engineering problem. License: Other/Proprietary License with Free Trial Changes:
A new look is used for the application on Windows. Help messages were added in the element dialogs. Line elements can be created from surface edges. Line groups can be marked and automarked. In the boundary condition dialog, only applicable boundary conditions are shown. Some GUI actions are disabled if results are loaded. Lots of small fixes were done. The supported operating systems are MS Windows XP, MS Windows Vista, Linux Fedora 8, Linux OpenSUSE 10.3, and Linux Ubuntu 7.10.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Gtk2::Range(3)						User Contributed Perl Documentation					    Gtk2::Range(3)

NAME
Gtk2::Range HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Range INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Orientable METHODS
adjustment = $range->get_adjustment $range->set_adjustment ($adjustment) o $adjustment (Gtk2::Adjustment) double = $range->get_fill_level Since: gtk+ 2.12 $range->set_fill_level ($fill_level) o $fill_level (double) Since: gtk+ 2.12 $range->set_increments ($step, $page) o $step (double) o $page (double) boolean = $range->get_inverted $range->set_inverted ($setting) o $setting (boolean) sensitivitytype = $range->get_lower_stepper_sensitivity Since: gtk+ 2.10 $range->set_lower_stepper_sensitivity ($sensitivity) o $sensitivity (Gtk2::SensitivityType) Since: gtk+ 2.10 $range->set_range ($min, $max) o $min (double) o $max (double) boolean = $range->get_restrict_to_fill_level Since: gtk+ 2.12 $range->set_restrict_to_fill_level ($restrict_to_fill_level) o $restrict_to_fill_level (boolean) Since: gtk+ 2.12 boolean = $range->get_show_fill_level Since: gtk+ 2.12 $range->set_show_fill_level ($show_fill_level) o $show_fill_level (boolean) Since: gtk+ 2.12 updatetype = $range->get_update_policy $range->set_update_policy ($policy) o $policy (Gtk2::UpdateType) sensitivitytype = $range->get_upper_stepper_sensitivity Since: gtk+ 2.10 $range->set_upper_stepper_sensitivity ($sensitivity) o $sensitivity (Gtk2::SensitivityType) Since: gtk+ 2.10 double = $range->get_value $range->set_value ($value) o $value (double) PROPERTIES
'adjustment' (Gtk2::Adjustment : readable / writable / construct / private) The GtkAdjustment that contains the current value of this range object 'fill-level' (double : readable / writable / private) The fill level. 'inverted' (boolean : readable / writable / private) Invert direction slider moves to increase range value 'lower-stepper-sensitivity' (Gtk2::SensitivityType : readable / writable / private) The sensitivity policy for the stepper that points to the adjustment's lower side 'restrict-to-fill-level' (boolean : readable / writable / private) Whether to restrict the upper boundary to the fill level. 'show-fill-level' (boolean : readable / writable / private) Whether to display a fill level indicator graphics on trough. 'update-policy' (Gtk2::UpdateType : readable / writable / private) How the range should be updated on the screen 'upper-stepper-sensitivity' (Gtk2::SensitivityType : readable / writable / private) The sensitivity policy for the stepper that points to the adjustment's upper side SIGNALS
value-changed (Gtk2::Range) adjust-bounds (Gtk2::Range, double) move-slider (Gtk2::Range, Gtk2::ScrollType) boolean = change-value (Gtk2::Range, Gtk2::ScrollType, double) ENUMS AND FLAGS
enum Gtk2::ScrollType o 'none' / 'GTK_SCROLL_NONE' o 'jump' / 'GTK_SCROLL_JUMP' o 'step-backward' / 'GTK_SCROLL_STEP_BACKWARD' o 'step-forward' / 'GTK_SCROLL_STEP_FORWARD' o 'page-backward' / 'GTK_SCROLL_PAGE_BACKWARD' o 'page-forward' / 'GTK_SCROLL_PAGE_FORWARD' o 'step-up' / 'GTK_SCROLL_STEP_UP' o 'step-down' / 'GTK_SCROLL_STEP_DOWN' o 'page-up' / 'GTK_SCROLL_PAGE_UP' o 'page-down' / 'GTK_SCROLL_PAGE_DOWN' o 'step-left' / 'GTK_SCROLL_STEP_LEFT' o 'step-right' / 'GTK_SCROLL_STEP_RIGHT' o 'page-left' / 'GTK_SCROLL_PAGE_LEFT' o 'page-right' / 'GTK_SCROLL_PAGE_RIGHT' o 'start' / 'GTK_SCROLL_START' o 'end' / 'GTK_SCROLL_END' enum Gtk2::SensitivityType o 'auto' / 'GTK_SENSITIVITY_AUTO' o 'on' / 'GTK_SENSITIVITY_ON' o 'off' / 'GTK_SENSITIVITY_OFF' enum Gtk2::UpdateType o 'continuous' / 'GTK_UPDATE_CONTINUOUS' o 'discontinuous' / 'GTK_UPDATE_DISCONTINUOUS' o 'delayed' / 'GTK_UPDATE_DELAYED' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::Range(3)