dlib C++ Library 16.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News dlib C++ Library 16.1 (Default branch)
# 1  
Old 01-02-2008
dlib C++ Library 16.1 (Default branch)

dlib C++ library is a modern general C++ library with a focus on portability and program correctness. It comes with extensive documentation and thorough debugging modes. The library provides a platform abstraction layer for common tasks such as interfacing with network services, handling threads, and creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and general text parsing, and many other general utilities.License: Freely DistributableChanges:
Only minor bugfixes and additions were done inthis release. The support vector machinedocumentation has also been improved and anexample program was added.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
XmImVaSetFocusValues(library call)										XmImVaSetFocusValues(library call)

NAME
XmImVaSetFocusValues -- An input manager function that notifies an input manager that a widget has received input focus and updates the input context attributes SYNOPSIS
#include <Xm/XmIm.h> void XmImVaSetFocusValues( Widget widget); DESCRIPTION
XmImVaSetFocusValues notifies the input manager that the specified widget has received input focus. This function also updates the attributes of the input context associated with the widget. This function passes the attributes and values to XICSetValues. The caller of this routine should pass in only those values that have changed since the last call to any of these functions; XmImVaSetValues, XmImVaSet- FocusValues, XmImSetValues, or XmImSetFocusValues. See the description in the XmImSetValues(3) reference page for a list of associated resources. This routine uses the ANSI C variable-length argument list (varargs) calling conventions. The variable-length argument list consists of groups of arguments each of which contains an attribute followed by the value of the attribute. The last argument in the list must be NULL Note that the List and TextField widgets call the XmImVaSetFocusValues function when they receive focus. Therefore, further calls to the XmImVaSetFocusValues function for these widgets are unnecessary. widget Specifies the ID of the widget registered with the input manager For more information on variable-length argument lists, see the X Toolkit Intrinsics documentation. RELATED
XmImSetFocusValues(3), XmImSetValues(3), and XmImVaSetValues(3). XmImVaSetFocusValues(library call)