[Gambas-user] multi document interface
Benoît Minisini
gambas at ...1...
Wed Jan 22 14:05:30 CET 2014
Le 22/01/2014 09:48, Willy Raets a écrit :
>>
>> Then you create your Toolbar, fill them with ToolButton, ComboBox...
>>
>> The toolbar Key property must be set.
>>
>> The Action property of all toolbar controls must be set too.
>>
>> If a toolbar button has a corresponding menu, the menu must have the
>> same action.
>>
>> If an action is local to a MDI window (for example, in the IDE, two form
>> editors have its own instance of the same toolbar), it must start with a
>> dot. Read all the documentation of the Action class.
>
> I'll have a look at that too. Back to research :)
>>
>> Regards,
>>
>
> Thanks for leading me into the right direction.
>
If you have other questions, don't hesitate. I never had the time to
write a explanation of how toolbars work...
By the way, by defining all Toolbar keys and actions correctly, you have
automatic toolbar configuration and shortcut configuration, like in the IDE.
Regards,
--
Benoît Minisini
More information about the User
mailing list