X11-Motif

 view release on metacpan or  search on metacpan

Motif/XpLinedArea.h  view on Meta::CPAN


    int rightMargin;				/* x coordinate of right margin if displayed, else 0 */
    int cellWidth;				/* width of the column */

    XtPointer data;				/* extra user data associated with entire column */

    Dimension horizontalLineWidth;		/* row divider line width (0 = no divider) */
    Dimension verticalLineWidth;		/* column divider line width (0 = no divider) */

    Pixel foreground;				/* default foreground for column */
    Pixel background;				/* column background overlays row background */
    XFontStruct *font;				/* default font for column */

    XpLinedAreaExposeCallback doExpose;		/* user's column (cell) expose handler */
    void *doExposeClientData;			/* extra user data to pass to expose handler */
    XpLinedAreaEventCallback doEvent;		/* user's column (cell) event handler */
    void *doEventClientData;			/* extra user data to pass to event handler */
}
XpLinedAreaColumn;

/* Custom method declarations */



( run in 0.856 second using v1.01-cache-2.11-cpan-3b35f9de6a3 )