Home
last modified time | relevance | path

Searched refs:skill_label (Results 1 – 6 of 6) sorted by relevance

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dsession.c25 static const unsigned char* skill_label = (const unsigned char*)"Skill"; variable
101 int max_name_width = get_string_width_zoom(skill_label, win->font_category, zoom); in set_content_widths()
238 draw_session_line(win, x, y, skill_label, total_exp_label, max_exp_label, last_exp_label); in display_session_handler()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/object_creator/
H A Dspell_window.h111 QLabel skill_label; variable
H A Dspell_window.cpp364 skill_label.setParent( this ); in spell_window()
365 skill_label.setText( QString( "spell skill" ) ); in spell_window()
366 skill_label.resize( default_text_box_size ); in spell_window()
367 skill_label.move( QPoint( col * default_text_box_width, row++ * default_text_box_height ) ); in spell_window()
368 skill_label.show(); in spell_window()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/object_creator/
H A Dspell_window.h111 QLabel skill_label; variable
H A Dspell_window.cpp364 skill_label.setParent( this ); in spell_window()
365 skill_label.setText( QString( "spell skill" ) ); in spell_window()
366 skill_label.resize( default_text_box_size ); in spell_window()
367 skill_label.move( QPoint( col * default_text_box_width, row++ * default_text_box_height ) ); in spell_window()
368 skill_label.show(); in spell_window()
/dports/games/gnubg/gnubg-1.06.002/
H A Dgtkgame.c993 skill_label(skilltype st) in skill_label() function
1083 gtk_table_attach_defaults(GTK_TABLE(pwBox), skill_label(pmr->stCube), 0, 1, 1, 2); in SetAnnotation()
1112 gtk_table_attach_defaults(GTK_TABLE(pwBox), skill_label(pmr->n.stMove), 2, 3, 1, 2); in SetAnnotation()
1166 gtk_box_pack_start(GTK_BOX(pwBox), skill_label(pmr->stCube), FALSE, FALSE, 2); in SetAnnotation()
1196 gtk_box_pack_start(GTK_BOX(pwBox), skill_label(pmr->stCube), FALSE, FALSE, 2); in SetAnnotation()