mirror of
https://github.com/labwc/labwc.git
synced 2026-02-08 10:06:59 -05:00
ssd: update comments referencing ssd_part/ssd_part_type
This commit is contained in:
parent
f129571779
commit
d14f5ca228
3 changed files with 18 additions and 19 deletions
|
|
@ -104,9 +104,9 @@ struct theme {
|
|||
* The texture of a window buttons for each hover/toggled/rounded
|
||||
* state. This can be accessed like:
|
||||
*
|
||||
* buttons[LAB_SSD_BUTTON_ICONIFY][LAB_BS_HOVERED | LAB_BS_TOGGLED]
|
||||
* buttons[LAB_NODE_BUTTON_ICONIFY][LAB_BS_HOVERED | LAB_BS_TOGGLED]
|
||||
*
|
||||
* Elements in buttons[0] are all NULL since LAB_SSD_BUTTON_FIRST is 1.
|
||||
* Elements in buttons[0] are all NULL since LAB_NODE_BUTTON_FIRST is 1.
|
||||
*/
|
||||
struct lab_img *button_imgs
|
||||
[LAB_NODE_BUTTON_LAST + 1][LAB_BS_ALL + 1];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue