100 #ifndef DOXYGEN_SHOULD_SKIP_THIS
109 ViewImplPtrs _view_impl;
110 FormImplPtrs _form_impl;
111 BoxImplPtrs _box_impl;
112 ButtonImplPtrs _button_impl;
113 CheckBoxImplPtrs _checkbox_impl;
114 TextEntryImplPtrs _textentry_impl;
115 TextBoxImplPtrs _textbox_impl;
116 LabelImplPtrs _label_impl;
117 SelectorImplPtrs _selector_impl;
118 ListBoxImplPtrs _listbox_impl;
119 TabViewImplPtrs _tabview_impl;
120 PanelImplPtrs _panel_impl;
121 FileChooserImplPtrs _filechooser_impl;
122 RadioButtonImplPtrs _radio_impl;
123 ImageBoxImplPtrs _imagebox_impl;
124 ProgressBarImplPtrs _progressbar_impl;
125 TableImplPtrs _table_impl;
126 ScrollPanelImplPtrs _spanel_impl;
127 WizardImplPtrs _wizard_impl;
128 DrawBoxImplPtrs _drawbox_impl;
129 MenuImplPtrs _menu_impl;
130 SplitterImplPtrs _splitter_impl;
131 WebBrowserImplPtrs _webbrowser_impl;
132 PopupImplPtrs _popup_impl;
133 CodeEditorImplPtrs _code_editor_impl;
134 MenuItemImplPtrs _menu_item_impl;
135 ToolBarImplPtrs _tool_bar_impl;
136 HyperTextImplPtrs _hypertext_impl;
137 PopoverImplPtrs _popover_impl;
139 AppImplPtrs _app_impl;
140 AppViewImplPtrs _app_view_impl;
141 UtilitiesImplPtrs _utilities_impl;
144 TreeNodeViewImplPtrs _treenodeview_impl;
145 FindPanelImplPtrs _findpanel_impl;
150 static ControlFactory *get_instance();
155 void instance_created();
156 void instance_destroyed();