Lines Matching defs:tbs
2022 TBBUTTON tbs = {0};
2067 tbs.iBitmap = 0;
2068 tbs.idCommand = bcount; // Set button id to it's number
2069 tbs.iString = 0;
2070 tbs.fsStyle = TBSTYLE_SEP;
2071 tbs.fsState = TBSTATE_ENABLED;
2072 SendMessage(window->toolbar.toolbar, TB_ADDBUTTONS, 1, (LPARAM)&tbs);
2079 tbs.iBitmap = 0;
2080 tbs.idCommand = bcount; // Set button id to it's number
2081 tbs.fsState = TBSTATE_ENABLED;
2083 tbs.fsStyle = 0;
2084 tbs.iString = 0;
2094 //tbs.fsStyle = TBSTYLE_AUTOSIZE;
2095 tbs.fsStyle = TBSTYLE_GROUP;
2096 tbs.iString = (INT_PTR)trackbar_text;
2098 SendMessage(window->toolbar.toolbar, TB_ADDBUTTONS, 1, (LPARAM)&tbs);
2108 (WPARAM)tbs.idCommand, (LPARAM)&tbis);
2112 (WPARAM)tbs.idCommand, (LPARAM)&rect);