Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
50fcaa90
Commit
50fcaa90
authored
May 31, 2006
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation changes
parent
f97ec8a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
1 deletion
+32
-1
src/wbl/pwrs/src/pwrs_c_menu.wb_load
src/wbl/pwrs/src/pwrs_c_menu.wb_load
+32
-1
No files found.
src/wbl/pwrs/src/pwrs_c_menu.wb_load
View file @
50fcaa90
!
! Proview $Id: pwrs_c_menu.wb_load,v 1.
4 2005-09-01 14:58:0
3 claes Exp $
! Proview $Id: pwrs_c_menu.wb_load,v 1.
5 2006-05-31 08:09:3
3 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund AB.
!
! This program is free software; you can redistribute it and/or
...
...
@@ -22,6 +22,37 @@ SObject pwrs:Class
!/**
! @Group ClassDefinition
! Root of a menu description tree.
! Positioned in a classvolume under a $ClassDef object. The object
! can have $MenuButton, $MenuCascade and $MenuSeparator objects as
! children.
!
! A $Menu object defines a popup menu in the development environment.
! The name of the object specifies the function. The first part
! states the utility of the menu, e.g Navigator, Configurator, the
! last five characters states the combination of the currently pointed
! and selected objects, for which the menu is valid:
! 1. 'Px' states what kind of item the cursur is pointing at, where x
! can be: 'o' an object, 'a' an attribute or 'c' a class in a
! palette.
! 2. 'sx' states what kind of item is currently selected, where x can
! be: 'o' an object, 'a' an attribute, 'c' a class, 'm' many objects
! or 'n' no selected object.
! 3. the last character states if the pointed and the selected object is
! the same object 's', or not 'n'.
!
! @b Example
! NavigatorPosos: Popup menu in the navigator, when the cursor points at
! an object that is selected.
!
! ConfiguratorPoson: Popup menu in the configurator, when the cursor
! points at an object, and another object is selected.
!
! The menu items are configured with $MenuButton objects.
!
! @b See also
! @classlink $MenuButton pwrs_menubutton.html
! @classlink $MenuCascade pwrs_menucascade.html
! @classlink $MenuSeparator pwrs_menucascade.html
!*/
!
Object $Menu $ClassDef pwr_eCix_Menu
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment