Man Page: xmwidgetgetbaselines
Operating Environment: centos
Section: 3
XmWidgetGetBaselines(library call) XmWidgetGetBaselines(library call)NAMEXmWidgetGetBaselines -- Retrieves baseline information for a widgetSYNOPSIS#include <Xm/Xm.h> Boolean XmWidgetGetBaselines( Widget widget, Dimension **baselines, int *line_count);DESCRIPTIONXmWidgetGetBaselines returns an array that contains one or more baseline values associated with the specified widget. The baseline of any given line of text is a vertical offset in pixels from the origin of the widget's bounding box to the given baseline. widget Specifies the ID of the widget for which baseline values are requested baselines Returns an array that contains the value of each baseline of text in the widget. The function allocates space to hold the returned array. The application is responsible for managing the allocated space. The application can recover this allocated space by calling XtFree. line_count Returns the number of lines in the widgetRETURNReturns a Boolean value that indicates whether the widget contains a baseline. If the value is True, the function returns a value for each baseline of text. If it is False, the function was unable to return a baseline value.RELATEDXmWidgetGetDisplayRect(3). XmWidgetGetBaselines(library call)
| Related Man Pages |
|---|
| xmtextfieldpostoxy(3) - redhat |
| xmgetvisibility(3) - centos |
| xmtextfieldpostoxy(3) - centos |
| xmtextpostoxy(3) - centos |
| xmdropsitequerystackingorder(3) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| DB2 convert digits to binary format |
| CentOS7 restoring file capabilities |
| Docker learning Phase-I |
| CentOS 6 ran out of space, need to reclaim it |
| Please Welcome Dave Munro to the Moderator Team! |