morebtn.cxx (9f62ea84) | morebtn.cxx (ad3a95a3) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 141 unchanged lines hidden (view full) --- 150 long nDeltaPixel = LogicToPixel( Size( 0, mnDelta ), meUnit ).Height(); 151 152 // Status aendern 153 mbState = !mbState; 154 ShowState(); 155 156 // Hier den Click-Handler rufen, damit vorher die Controls initialisiert 157 // werden koennen | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 141 unchanged lines hidden (view full) --- 150 long nDeltaPixel = LogicToPixel( Size( 0, mnDelta ), meUnit ).Height(); 151 152 // Status aendern 153 mbState = !mbState; 154 ShowState(); 155 156 // Hier den Click-Handler rufen, damit vorher die Controls initialisiert 157 // werden koennen |
158 PushButton::Click(); | 158 //PushButton::Click(); // IAccessibility2 Implementation 2009 |
159 160 // Je nach Status die Fenster updaten 161 if ( mbState ) 162 { 163 // Fenster anzeigen 164 while ( pWindow ) 165 { 166 pWindow->Show(); --- 25 unchanged lines hidden (view full) --- 192 193 // Fenster nicht mehr anzeigen 194 while ( pWindow ) 195 { 196 pWindow->Hide(); 197 pWindow = mpMBData->mpItemList->Next(); 198 } 199 } | 159 160 // Je nach Status die Fenster updaten 161 if ( mbState ) 162 { 163 // Fenster anzeigen 164 while ( pWindow ) 165 { 166 pWindow->Show(); --- 25 unchanged lines hidden (view full) --- 192 193 // Fenster nicht mehr anzeigen 194 while ( pWindow ) 195 { 196 pWindow->Hide(); 197 pWindow = mpMBData->mpItemList->Next(); 198 } 199 } |
200//IAccessibility2 Implementation 2009----- 201 PushButton::Click(); 202//-----IAccessibility2 Implementation 2009 |
|
200} 201 202// ----------------------------------------------------------------------- 203 204void MoreButton::AddWindow( Window* pWindow ) 205{ 206 if ( !mpMBData->mpItemList ) 207 mpMBData->mpItemList = new ImplMoreWindowList( 1024, 16, 16 ); --- 69 unchanged lines hidden --- | 203} 204 205// ----------------------------------------------------------------------- 206 207void MoreButton::AddWindow( Window* pWindow ) 208{ 209 if ( !mpMBData->mpItemList ) 210 mpMBData->mpItemList = new ImplMoreWindowList( 1024, 16, 16 ); --- 69 unchanged lines hidden --- |