Skip to content

Commit

Permalink
ui: Add api links
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed May 22, 2020
1 parent 85046a8 commit 6b0c817
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 12 deletions.
41 changes: 33 additions & 8 deletions chapters/working_with_juce/user_interface/component.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,35 @@
# Component

- Basic Components
- Button
- Slider
- Label
- Combobox
- Projucer live build
- Tricks
- Animations
## Basic Components

### Button

[API Reference](https://docs.juce.com/master/classButton.html)

#### TextButton

[API Reference](https://docs.juce.com/master/classTextButton.html)

#### ToggleButton

[API Reference](https://docs.juce.com/master/classToggleButton.html)

#### DrawableButton

[API Reference](https://docs.juce.com/master/classDrawableButton.html)

### Slider

[API Reference](https://docs.juce.com/master/classSlider.html)

### Label

[API Reference](https://docs.juce.com/master/classLabel.html)

### ComboBox

[API Reference](https://docs.juce.com/master/classComboBox.html)

## Listener

## Timer
14 changes: 10 additions & 4 deletions chapters/working_with_juce/user_interface/look_and_feel.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Look&Feel

- LookAndFeel
- Colour IDs
- Override functions
- Look at JUCE implementations
## Basics

- Colour IDs
- Override functions
- Look at JUCE implementations

## Example juce::Component

## Example custom Component

- Custom components
- Look&Feel methods

0 comments on commit 6b0c817

Please sign in to comment.