Searched refs:AddComboBox (Results 1 – 2 of 2) sorted by relevance
/GUIX-v6.4.1/guix_studio/ |
D | properties_win.cpp | 826 void properties_win::AddComboBox(char *label, int res_type, int id, ULONG current_val) in AddComboBox() function in properties_win 946 void properties_win::AddComboBox(char *label, STRING_VAL_PAIR *list, int id, in AddComboBox() function in properties_win 1240 AddComboBox("Border", border_types, ID_BORDER_COMBO, in AddWidgetProps() 1274 …AddComboBox("Normal fill", RES_TYPE_COLOR, ID_NORMAL_COLOR, mpInfo->color_id[NORMAL_FILL_COLOR_IND… in AddWidgetProps() 1275 …AddComboBox("Selected fill", RES_TYPE_COLOR, ID_SELECTED_COLOR, mpInfo->color_id[SELECTED_FILL_COL… in AddWidgetProps() 1276 …AddComboBox("Disabled fill", RES_TYPE_COLOR, ID_DISABLED_COLOR, mpInfo->color_id[DISABLED_FILL_COL… in AddWidgetProps() 1282 …AddComboBox("Readonly fill", RES_TYPE_COLOR, ID_READONLY_COLOR, mpInfo->color_id[READONLY_FILL_COL… in AddWidgetProps() 1303 AddComboBox("Font", RES_TYPE_FONT, ID_FONT_SELECT_0, info->font_id[0]); in AddTextWidgetProperties() 1304 …AddComboBox("Text Align", text_align_styles, ID_TEXT_ALIGN, info->style & GX_STYLE_TEXT_ALIGNMENT_… in AddTextWidgetProperties() 1305 …AddComboBox("Normal Text Color", RES_TYPE_COLOR, ID_NORMAL_TEXT_COLOR, info->color_id[NORMAL_TEXT_… in AddTextWidgetProperties() [all …]
|
D | properties_win.h | 39 void AddComboBox(char *label, STRING_VAL_PAIR *list, int id, ULONG current_val); 40 void AddComboBox(char *label, int res_type, int id, ULONG current_val);
|