Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

grpn(1) [debian man page]

GRPN(1) 					      GTK+ Reverse Polish Notation Calculator						   GRPN(1)

NAME
grpn - GTK+ reverse polish notation calculator SYNOPSIS
grpn [-fn font] [-btn-fn font] [-disp-fn font] [-rows n] [-cols n] [-b] DESCRIPTION
GRPN is a RPN calculator for the X Window system built using the GIMP Toolkit (GTK+). GRPN works with real numbers, complex numbers, matri- ces, and complex matrices. Numbers can be displayed in 4 different radix modes, and complex numbers can be displayed in either Cartesian or polar form. grpn is a GTK+ reverse polish notation calculator. OPTIONS
-b Don't draw the buttons. -rows n Display (a minimum of) n rows. -cols n Display (a minimum of) n columns. -btn-fn font Use font for the buttons and menu bar. -disp-fn font Use font for the main display. -fn font Specifies both -btn-fn and -disp-fn. AUTHOR
GRPN was written by Paul Wilkins <paul.wilkins@analog.com>. GRPN
April 2002 GRPN(1)

Check Out this Related Man Page

XmFontListEntryCreate(3X)												 XmFontListEntryCreate(3X)

NAME
XmFontListEntryCreate - A font list function that creates a font list entry SYNOPSIS
#include <Xm/Xm.h> XmFontListEntry XmFontListEntryCreate (tag, type, font) char *tag; XmFontType type; XtPointer font; DESCRIPTION
XmFontListEntryCreate creates a font list entry that contains either a font or font set and is identified by a tag. Specifies a NULL ter- minated string for the tag of the font list entry. The tag may be specified as XmFONTLIST_DEFAULT_TAG, which is used to identify the default font list element in a font list. Specifies whether the font argument is a font structure or a font set. Valid values are XmFONT_IS_FONT and XmFONT_IS_FONTSET. Specifies either an XFontSet returned by XCreateFontSet or a pointer to an XFontStruct returned by XLoadQueryFont. The toolkit does not copy the X Font structure specified by the font argument. Therefore, an application programmer must not free XFontStruct or XFontSet until all font lists and/or font entries that reference it have been freed. RETURN VALUE
Returns a font list entry. SEE ALSO
XmFontList(3X), XmFontListAppendEntry(3X), XmFontListEntryFree(3X), XmFontListEntryGetFont(3X), XmFontListEntryGetTag(3X), XmFontListEntry- Load(3X), XmFontListRemoveEntry(3X) XmFontListEntryCreate(3X)
Man Page