In file include/csws/csbutton.h:

enum csButtonFrameStyle

Possible button frame styles

csbfsNone
Button has no frame
csbfsOblique
Button has a thick rectangular frame with oblique corners
csbfsThickRect
Button has a thick rectangular frame
csbfsThinRect
Button has a thin rectangular frame
csbfsVeryThinRect
Button has no frame in unpressed state and a thin frame when it is pressed
cscmdButtonDeselect
This message is sent by a button with CSBS_MULTICHOOSE style to its neightbours to deselect them
cscmdButtonDown
Button down notification

This notification is posted each time a button switches from 'normal' state into 'pressed' state

cscmdButtonRightClick
Right-click button notification message

This message is sent by a button to its parent when user clicks the button with right mouse button

cscmdButtonUp
Button up notification

This notification is posted each time a button switches from 'pressed' state into 'normal' state


Documentation

Possible button frame styles
cscmdButtonDown
Button down notification

This notification is posted each time a button switches from 'normal' state into 'pressed' state.

IN: (csButton *)source

cscmdButtonUp
Button up notification

This notification is posted each time a button switches from 'pressed' state into 'normal' state.

IN: (csButton *)source

cscmdButtonRightClick
Right-click button notification message

This message is sent by a button to its parent when user clicks the button with right mouse button.

IN: (csButton *)source

cscmdButtonDeselect
This message is sent by a button with CSBS_MULTICHOOSE style to its neightbours to deselect them.

Upon receiving of this message button should depress if it is pressed.

IN: (csButton *)source

csbfsNone
Button has no frame

csbfsOblique
Button has a thick rectangular frame with oblique corners

csbfsThickRect
Button has a thick rectangular frame

csbfsThinRect
Button has a thin rectangular frame

csbfsVeryThinRect
Button has no frame in unpressed state and a thin frame when it is pressed

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de