File: big_window.rc

package info (click to toggle)
gmp3 0.080-3
  • links: PTS
  • area: contrib
  • in suites: potato
  • size: 576 kB
  • ctags: 514
  • sloc: ansic: 5,441; makefile: 139; perl: 28; sh: 18
file content (39 lines) | stat: -rw-r--r-- 772 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#
# This file defines the large panel window.
#

begin big_window
  size 154 72
  location 0 0
  background images/panel.jpg

  leftclick cmd_drag_capture
  rightclick cmd_popup_menu
  middleclick cmd_no_command

  tooltip "Right-click for menu"

# Can only have 1 menu

  begin menu
    item "Albumn Editor..." cmd_open_albumn_editor
    item "Playlist Editor..." cmd_open_playlist_editor
    item "Mixer Panel..." cmd_open_mixer
    item "Options..." cmd_open_options
    item "Small Panel" cmd_toggle_size
    item "About..." cmd_open_about_box
    item "Quit" cmd_quit
  end

# And only 1 volume_slider

  begin volume_slider
    orientation horizontal
    size 152 16
    location topleft 1 34
  end

%include big_window_labels.rc
%include big_window_buttons.rc

end