Skip to content

Commit

Permalink
lots o changes
Browse files Browse the repository at this point in the history
Moved he scripting resource into the ID scriptspanel. you find it in
another repo
  • Loading branch information
fabiantheblind committed Aug 4, 2011
1 parent 680d39c commit 776bc21
Show file tree
Hide file tree
Showing 78 changed files with 6,376 additions and 308 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified Iconic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified IconicR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions MPOLnch.fr
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ resource PanelList (kSDKDefPanelResourceID)
kMPOLnchPanelTitleKey, // Shows up in the Window list.
"", // Alternate menu path of the form "Main:Foo" if you want your palette menu item in a second place
0.0, // Alternate Menu position Alternate Menu position for determining menu order
0,0, // Rsrc ID, Plugin ID for a PNG icon resource to use for this palette
kMPOLnchUIPanelIconRsrcID,kMPOLnchPluginID, // Rsrc ID, Plugin ID for a PNG icon resource to use for this palette
c_Panel
}
};
Expand Down Expand Up @@ -401,7 +401,7 @@ resource MPOLnchPanelWidget(kSDKDefPanelResourceID + index_enUS)
(
kMPOLnchListBoxWidgetID, kPMRsrcID_None, // WidgetId, RsrcId
kBindAll, // Frame binding
Frame(-1,0,208,199) // Frame
Frame(-1,0,208,183) // Frame
kTrue, kTrue, // Visible, Enabled
kTrue, // EraseBeforeDraw
kInterfacePaletteFill, // InterfaceColor
Expand All @@ -413,7 +413,7 @@ resource MPOLnchPanelWidget(kSDKDefPanelResourceID + index_enUS)
20, // fVThumbScrollIncrement
0, // fHScrollButtonIncrement
0, // fHThumbScrollIncrement
1, // Items selectable, 0 = No Selection, 1 = Single Selection, 2 = Multiple Selection
0, // Items selectable, 0 = No Selection, 1 = Single Selection, 2 = Multiple Selection
kFalse, // Allow children from multiple parents to be selected
kTrue, // Allow discontiguous selection
{
Expand Down
Loading

0 comments on commit 776bc21

Please sign in to comment.