Home
last modified time | relevance | path

Searched refs:gxp (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/test/guix_studio_test/test_demo/
DCMakeLists.txt9 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")
DREADME.txt19 will be used to generate output files of all gxp projects under trunk except projects that specified
/GUIX-v6.2.1/guix_studio/installer/
Dguix_installer_release.iss36 AskAssociate=Associate the GUIX Studio application with the .gxp file extension
56 Root: HKCR; Subkey: ".gxp"; ValueType: string; ValueName: ""; ValueData: "GUIX_Studio_Project"; Fla…
/GUIX-v6.2.1/test/
DREADME.md421 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…
/GUIX-v6.2.1/guix_studio/
Dtarget_screen.cpp421 GX_POINT gxp; in OnLButtonDown() local
427 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()