File: ribbon.phpcode

package info (click to toggle)
wxformbuilder 4.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,908 kB
  • sloc: cpp: 37,318; xml: 6,611; javascript: 1,353; python: 94; sh: 62; makefile: 62
file content (154 lines) | stat: -rw-r--r-- 8,035 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!--
wxFormBuilder - A Visual Dialog Editor for wxWidgets.
Copyright (C) 2005 José Antonio Hurtado

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Written by
  José Antonio Hurtado - joseantonio.hurtado@gmail.com
  Juan Antonio Ortega  - jortegalalmolda@gmail.com

PHP code generation written by
  Jefferson González - jgmdev@gmail.com
-->
<codegen language="PHP">

  <templates class="wxRibbonBar">
    <template name="construction">
      @/* WARNING: PHP code generation isn't supported for this widget yet. */#nl
      @$this->$name = new wxWindow( #wxparent $name );
    </template>
    <template name="evt_connect_OnRibbonBarPageChanged">// event wxEVT_COMMAND_RIBBONBAR_PAGE_CHANGED  isn't currently supported by wxPHP</template>
    <template name="evt_connect_OnRibbonBarPageChanging">// event wxEVT_COMMAND_RIBBONBAR_PAGE_CHANGING  isn't currently supported by wxPHP</template>
    <template name="evt_connect_OnRibbonBarTabMiddleDown">// event wxEVT_COMMAND_RIBBONBAR_TAB_MIDDLE_DOWN  isn't currently supported by wxPHP</template>
    <template name="evt_connect_OnRibbonBarTabMiddleUp">// event wxEVT_COMMAND_RIBBONBAR_TAB_MIDDLE_UP  isn't currently supported by wxPHP</template>
    <template name="evt_connect_OnRibbonBarTabRightDown">// event wxEVT_COMMAND_RIBBONBAR_TAB_RIGHT_DOWN  isn't currently supported by wxPHP</template>
    <template name="evt_connect_OnRibbonBarTabRightUp">// event wxEVT_COMMAND_RIBBONBAR_TAB_RIGHT_UP  isn't currently supported by wxPHP</template>
    <template name="evt_connect_OnRibbonBarTabLeftDClick">// event wxEVT_COMMAND_RIBBONBAR_TAB_LEFT_DCLICK  isn't currently supported by wxPHP</template>
    <template name="evt_connect_OnRibbonBarToggled">// event wxEVT_COMMAND_RIBBONBAR_TOGGLED  isn't currently supported by wxPHP</template>
    <template name="evt_connect_OnRibbonBarHelpClick">// event wxEVT_COMMAND_RIBBONBAR_HELP_CLICKED  isn't currently supported by wxPHP</template>
  </templates>

  <templates class="wxRibbonPage">
    <template name="construction">
      @/* WARNING: PHP code generation isn't supported for this widget yet. */#nl
      @$this->$name = new wxWindow( #wxparent $name );
    </template>
    <!-- <template name="settings">
      #ifequal $select "1"
      @{ #parent $name->SetActivePage( $this->$name ); @}
    </template> -->
  </templates>

  <templates class="wxRibbonPanel">
    <template name="construction">
      @/* WARNING: PHP code generation isn't supported for this widget yet. */#nl
      @$this->$name = new wxWindow( #wxparent $name );
    </template>
    <template name="evt_connect_OnRibbonPanelExtbuttonActivated">// event wxEVT_COMMAND_RIBBONPANEL_EXTBUTTON_ACTIVATED  isn't currently supported by wxPHP</template>
  </templates>

  <templates class="wxRibbonButtonBar">
    <template name="construction">
      @/* WARNING: PHP code generation isn't supported for this widget yet. */#nl
      @$this->$name = new wxWindow( #wxparent $name );
    </template>
  </templates>

  <templates class="ribbonButton">
    <template name="construction">
      @/* WARNING: PHP code generation isn't supported for this widget yet. */#nl
    </template>
    <template name="evt_connect_OnRibbonButtonClicked">// event wxEVT_COMMAND_RIBBONBUTTON_CLICKED  isn't currently supported by wxPHP</template>
  </templates>

  <templates class="ribbonDropdownButton">
    <template name="construction">
      @/* WARNING: PHP code generation isn't supported for this widget yet. */#nl
    </template>
    <template name="evt_connect_OnRibbonButtonDropdownClicked">// event  wxEVT_RIBBONBUTTONBAR_DROPDOWN_CLICKED  isn't currently supported by wxPHP</template>
  </templates>

  <templates class="ribbonHybridButton">
    <template name="construction">
      @/* WARNING: PHP code generation isn't supported for this widget yet. */#nl
    </template>
    <template name="evt_connect_OnRibbonButtonClicked">// event wxEVT_COMMAND_RIBBONBUTTON_CLICKED  isn't currently supported by wxPHP</template>
    <template name="evt_connect_OnRibbonButtonDropdownClicked">// event  wxEVT_RIBBONBUTTONBAR_DROPDOWN_CLICKED  isn't currently supported by wxPHP</template>
  </templates>

  <templates class="ribbonToggleButton">
    <template name="construction">
      @/* WARNING: PHP code generation isn't supported for this widget yet. */#nl
    </template>
    <template name="evt_connect_OnRibbonButtonClicked">// event wxEVT_COMMAND_RIBBONBUTTON_CLICKED  isn't currently supported by wxPHP</template>
  </templates>

  <templates class="wxRibbonToolBar">
    <template name="construction">
      @/* WARNING: PHP code generation isn't supported for this widget yet. */#nl
      @$this->$name = new wxWindow( #wxparent $name );
    </template>
  </templates>

  <templates class="ribbonTool">
    <template name="construction">
      @/* WARNING: PHP code generation isn't supported for this widget yet. */#nl
    </template>
    <template name="evt_connect_OnRibbonToolClicked">// event  wxEVT_COMMAND_RIBBONTOOL_CLICKED  isn't currently supported by wxPHP</template>
  </templates>

  <templates class="ribbonDropdownTool">
    <template name="construction">
      @/* WARNING: PHP code generation isn't supported for this widget yet. */#nl
    </template>
    <template name="evt_connect_OnRibbonToolDropdownClicked">// event wxEVT_COMMAND_RIBBONTOOL_DROPDOWN_CLICKED  isn't currently supported by wxPHP</template>
  </templates>

  <templates class="ribbonHybridTool">
    <template name="construction">
      @/* WARNING: PHP code generation isn't supported for this widget yet. */#nl
    </template>
    <template name="evt_connect_OnRibbonToolClicked">// event wxEVT_COMMAND_RIBBONTOOL_CLICKED  isn't currently supported by wxPHP</template>
    <template name="evt_connect_OnRibbonToolDropdownClicked">// event wxEVT_COMMAND_RIBBONTOOL_DROPDOWN_CLICKED  isn't currently supported by wxPHP</template>
  </templates>

  <templates class="ribbonToggleTool">
    <template name="construction">
      @/* WARNING: PHP code generation isn't supported for this widget yet. */#nl
    </template>
    <template name="evt_connect_OnRibbonToolClicked">// event  wxEVT_COMMAND_RIBBONTOOL_CLICKED  isn't currently supported by wxPHP</template>
  </templates>

  <templates class="wxRibbonGallery">
    <template name="construction">
      @/* WARNING: PHP code generation isn't supported for this widget yet. */#nl
      @$this->$name = new wxWindow( #wxparent $name );
    </template>
    <template name="generated_event_handlers"></template>
    <template name="evt_connect_OnRibbonGallerySelected">// event wxEVT_COMMAND_RIBBONGALLERY_SELECTED  isn't currently supported by wxPHP</template>
    <template name="evt_connect_OnRibbonGalleryClicked">// event wxEVT_COMMAND_RIBBONGALLERY_CLICKED  isn't currently supported by wxPHP</template>
    <template name="evt_connect_OnRibbonGalleryHoverChanged">// event wxEVT_COMMAND_RIBBONGALLERY_HOVER_CHANGED  isn't currently supported by wxPHP</template>
    <template name="evt_connect_OnRibbonGalleryExtensionButtonPressed">// event wxEVT_COMMAND_BUTTON_CLICKED  isn't currently supported by wxPHP</template>
  </templates>

  <templates class="ribbonGalleryItem">
    <template name="construction">
      @/* WARNING: PHP code generation isn't supported for this widget yet. */#nl
    </template>
  </templates>

</codegen>