Home
last modified time | relevance | path

Searched refs:gui_w (Results 1 – 2 of 2) sorted by last modified time

/dports/chinese/oicq/Net-OICQ-1.6/
H A Dwin32qq28 my ($gui_w, $gui_h) = @_;
31 -size => [$gui_w, $gui_h]);
33 $gui->AddLabel(-name => "MyInfo", -title => "", -pos => [0, 0], -size => [$gui_w -8, 20]);
36 -pos => [0, $gui_h - 80], -size => [$gui_w - 8, 80],
40 -pos => [0, 20], -size => [$gui_w - 8, $gui_h - 100],
/dports/graphics/guilib/GUIlib-1.2.1/
H A DGUI_output.cpp201 const int gui_w = 320, gui_h = 200; in GUI_MessageBox() local
222 w = gui_w; in GUI_MessageBox()
311 x = (screen->w - gui_w)/2; in GUI_MessageBox()
312 w = gui_w; in GUI_MessageBox()
323 x = (screen->w - gui_w)/2; in GUI_MessageBox()
325 button = new GUI_Button(NULL, x, y, gui_w, gui_h); in GUI_MessageBox()
339 x = (screen->w - gui_w)/2 + 1; in GUI_MessageBox()
345 x = screen->w - ((screen->w - gui_w)/2 + 1) - in GUI_MessageBox()