Man Page: xmcreatepushbuttongadget
Operating Environment: redhat
Section: 3
XmCreatePushButtonGadget(library call) XmCreatePushButtonGadget(library call)NAMEXmCreatePushButtonGadget -- The PushButtonGadget creation functionSYNOPSIS#include <Xm/PushBG.h> Widget XmCreatePushButtonGadget( Widget parent, String name, ArgList arglist, Cardinal argcount);DESCRIPTIONXmCreatePushButtonGadget creates an instance of a PushButtonGadget widget and returns the associated widget ID. parent Specifies the parent widget ID name Specifies the name of the created widget arglist Specifies the argument list argcount Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of PushButtonGadget and its associated resources, see XmPushButtonGadget(3).RETURNReturns the PushButtonGadget widget ID.RELATEDXmPushButtonGadget(3). XmCreatePushButtonGadget(library call)
| Related Man Pages |
|---|
| xmcreatesimplemenubar(3) - redhat |
| xmcreateworkarea(3) - redhat |
| xmcreatesimpleoptionmenu(3) - centos |
| xmcreatesimpleoptionmenu(3) - hpux |
| xmcreateworkarea(3x) - osf1 |
| Similar Topics in the Unix Linux Community |
|---|
| Make all words begin with capital letter? |
| How to capture ^x,^y via bash script? |
| Retrieving previous command in a script |
| CentOS7 restoring file capabilities |
| Shopt -s histappend |