Questions to gui development...
Posted: 20 Sep 2006 15:40
Dear Sir:
I'm trying to do some modification on the GUI to add some private features and hope it works on the skinnable interface. Before that, I shall ask some qustions for clarifications.
1.1) In VLC, the skinnable interface and wxWidget interface are two independent modules, aren't they?
So skin mechanism as well as its configuration files only apply to the former, don't they?
1.2)If I want to modify the interface to add new features such as an additional window or panel to show external information (like current time, weather, and etc.), I need to modify both the two interface module to reflect the new features, don't I?
1.3)Since the new feature is triggered by a new button or menu item, I should modity the interface module to add the predefined action for skin configurations, shouldn't I?
2.) Where do you recommand to get started for such a modification?
Thanks.
Brain Lai
I'm trying to do some modification on the GUI to add some private features and hope it works on the skinnable interface. Before that, I shall ask some qustions for clarifications.
1.1) In VLC, the skinnable interface and wxWidget interface are two independent modules, aren't they?
So skin mechanism as well as its configuration files only apply to the former, don't they?
1.2)If I want to modify the interface to add new features such as an additional window or panel to show external information (like current time, weather, and etc.), I need to modify both the two interface module to reflect the new features, don't I?
1.3)Since the new feature is triggered by a new button or menu item, I should modity the interface module to add the predefined action for skin configurations, shouldn't I?
2.) Where do you recommand to get started for such a modification?
Thanks.
Brain Lai