Home
last modified time | relevance | path

Searched refs:command_vspace (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/spim/spim-8.0/xspim/
H A Dwindows.c62 Dimension command_vspace,
99 Dimension command_vspace, Dimension command_height) in create_command_panel() argument
108 XtSetArg (args[n], XtNpreferredPaneSize, 2*button_height + 3 * command_vspace); n++; in create_command_panel()
110 XtSetArg (args[n], XtNvSpace, command_vspace); n++; in create_command_panel()
201 Dimension command_vspace, Dimension button_height, in create_sub_windows() argument
213 command_vspace, command_height); in create_sub_windows()
H A Dwindows.h39 Dimension command_vspace, Dimension button_height,
H A Dxspim.c290 static Dimension command_vspace; variable
377 command_vspace = 8; in initialize()
378 command_height = (button_height * 2) + (command_vspace * 3); in initialize()
460 command_height, command_hspace, command_vspace, in main()