visible12 / musikcube

Automatically exported from code.google.com/p/musikcube
Other
0 stars 0 forks source link

Wrap controls for win32cpp #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Important:

    * Menu, MenuItem?, CheckMenuItem?, RadioMenuItem?, SeparatorMenuItem?
    * MarkupLabel?(?) (implemented as BoxLayout? + multiple Labels?)
    * Slider
    * ListView? drag/drop
    * BitmapButton? 

Less important:

    * TextBox?
    * CheckBox?
    * RadioButton?
    * GroupBox?
    * Theme(?) 

Original issue reported on code.google.com by bjorn.ol...@gmail.com on 19 Mar 2008 at 9:34

GoogleCodeExporter commented 8 years ago

Original comment by bjorn.ol...@gmail.com on 19 Mar 2008 at 9:34

GoogleCodeExporter commented 8 years ago

Original comment by bjorn.ol...@gmail.com on 19 Mar 2008 at 10:17

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Need a way to select rows in the ListView.. 
like ListView::SelectRows(std::vector<int>)

This is needed by the filtering in the MetadataFilterView.

Original comment by onne...@gmail.com on 13 May 2008 at 6:55

GoogleCodeExporter commented 8 years ago
A Window::Visibility signal that triggers when window gets visible/invisible.

Original comment by onne...@gmail.com on 13 May 2008 at 6:56

GoogleCodeExporter commented 8 years ago
Need some sort of signal to catch when user clicks on a ListView column header 
for
sorting.

Original comment by onne...@gmail.com on 13 May 2008 at 9:42

GoogleCodeExporter commented 8 years ago

Original comment by bjorn.ol...@gmail.com on 19 May 2008 at 7:20

GoogleCodeExporter commented 8 years ago
I will start on checkboxes and radio buttons.

Original comment by an...@woesten.com on 3 Sep 2008 at 10:54