Searched refs:gxp (Results 1 – 5 of 5) sorted by relevance
9 FILE(GLOB_RECURSE TEST_FILE "${CMAKE_CURRENT_SOURCE_DIR}/../../../samples/*.gxp")11 FILE(GLOB_RECURSE TEST_FILE "${CMAKE_CURRENT_SOURCE_DIR}/../../../test/example_internal/*.gxp")13 FILE(GLOB_RECURSE TEST_FILE "${CMAKE_CURRENT_SOURCE_DIR}/../../../tutorials/*.gxp")
19 will be used to generate output files of all gxp projects under trunk except projects that specified
36 AskAssociate=Associate the GUIX Studio application with the .gxp file extension56 Root: HKCR; Subkey: ".gxp"; ValueType: string; ValueName: ""; ValueData: "GUIX_Studio_Project"; Fla…
421 3. To verify the output files for the `gxp` projects under the target directories, run the followin…426 - `-t` option is used to verify the output files for the `gxp` projects under the target directorie…433 5. To regenerate output files for the `gxp` projects under the target directories, run the followin…438 6. To upgrade project version to the latest for the `gxp` projects under the target directories, ru…443 7. To set GUIX library version for the `gxp` projects under the target directories, run the followi…455 If you have added a new `gxp` project under the target directories, this project will be automatica…471 2. Comparing the output files of the testing `gxp` project with the corresponding files stored in t…
421 GX_POINT gxp; in OnLButtonDown() local427 gxp.gx_point_x = (GX_VALUE)point.x; in OnLButtonDown()428 gxp.gx_point_y = (GX_VALUE)point.y; in OnLButtonDown()434 SelectWidget(gxp, TRUE); in OnLButtonDown()442 mDragStart = gxp; in OnLButtonDown()446 if (!SelectWidget(gxp)) in OnLButtonDown()449 GX_WIDGET* find = FindSelectedWidget(gxp); in OnLButtonDown()453 mDragStart = gxp; in OnLButtonDown()