Home
last modified time | relevance | path

Searched refs:help_height (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/libkate/libkate-0.4.1/tools/KateDJ/kdj/
H A Dui_options.py7 help_height=32+16*4 variable
48 help_size=(base_width,help_height)
54 self.y+=help_height
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/interactive/
H A Dlayout.py115 help_height = dimension.LayoutDimension.exact(config.help_lines)
119 help_height = dimension.LayoutDimension(
133 height=help_height),
/dports/sysutils/hfsutils/hfsutils-3.2.6/images/
H A Dhelp.xbm2 #define help_height 16
/dports/math/snns/SNNSv4.3/xgui/iconsXgui/
H A Dhelp.xbm2 #define help_height 16
/dports/mail/exmh2/exmh-2.9.0/lib/bitmaps/
H A Dhelp.xbm2 #define help_height 30
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/gui/
H A Dmenu.cpp358 float help_height = 0.0f; in process_input() local
361 help_height = 96.0f; in process_input()
382 const float menu_area = screen_height - help_height; in process_input()
396 if (help_height != 0.0f) { in process_input()
/dports/shells/zsh/zsh-5.8.1/Functions/Misc/
H A Dtetriscurses279 local help_height=9 help_width=23
280 zcurses addwin help $help_height $help_width \
281 $(( off_y + (game_height - help_height) / 2 )) \
/dports/math/fricas/fricas-1.3.7/src/doc/bitmaps/
H A Dhelp.bitmap2 #define help_height 30
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dskill-menu.cc1197 int help_height = 3; in init_button_row() local
1203 help_height += 2; in init_button_row()
1206 m_help->set_bounds(m_pos, coord_def(m_max_coord.x, m_pos.y + help_height)); in init_button_row()
1207 m_pos.y += help_height; in init_button_row()
/dports/math/snns/SNNSv4.3/xgui/sources/
H A Dui_xWidgets.c958 help_height)); n++; in ui_xCreateButtonItem()
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dcallbacks.cc745 gint help_width = -1, help_height = -1; variable
909 help_height = event->height; in on_help_configure_event()
1054 …t_size(GTK_WINDOW(dialog), help_width > 0 ? help_width : 800, help_height > 0 ? help_height : 600); in show_help()
18926 help_height = -1; in load_preferences()
19084 help_height = v; in load_preferences()
20037 if(help_height != -1) fprintf(file, "help_height=%i\n", help_height); in save_preferences()