Display of layer icons with auto-size (not updated automatically yet, and no action on click)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1192 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-11-15 18:18:21 +00:00
parent f7a5b23541
commit 353f5dbbd2
2 changed files with 82 additions and 1 deletions

2
init.c
View File

@@ -1312,7 +1312,7 @@ void Init_buttons(void)
Init_button(BUTTON_LAYER_SELECT,
142,0,
13,9, // Will be updated according to actual number of layers
BUTTON_SHAPE_RECTANGLE,
BUTTON_SHAPE_NO_FRAME,
Button_Layer_select, Button_Layer_select,
Do_nothing,
FAMILY_INSTANT);