Home
last modified time | relevance | path

Searched refs:worksWhenModal (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/cocoa/
H A Ddialog.mm50 bool worksWhenModal = false;
55 … if ( [nswindow isKindOfClass:[NSPanel class]] && [(NSPanel*)nswindow worksWhenModal] == YES )
58 worksWhenModal = true;
61 return worksWhenModal;
64 void wxDialog::OSXSetWorksWhenModal(bool worksWhenModal)
69 … if ( [nswindow isKindOfClass:[NSPanel class]] && [(NSPanel*)nswindow worksWhenModal] == YES )
70 [(NSPanel*)nswindow setWorksWhenModal:worksWhenModal];
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DNSPanel.java38 public void setWorksWhenModal(boolean worksWhenModal) { in setWorksWhenModal() argument
39 OS.objc_msgSend(this.id, OS.sel_setWorksWhenModal_, worksWhenModal); in setWorksWhenModal()
/dports/editors/lazarus/lazarus/lcl/interfaces/carbon/pascocoa/appkit/
H A DNSPanel.inc79 function worksWhenModal: LongBool;
93 StrNSPanel_worksWhenModal = 'worksWhenModal';
133 function NSPanel.worksWhenModal: LongBool;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/pascocoa/appkit/
H A DNSPanel.inc79 function worksWhenModal: LongBool;
93 StrNSPanel_worksWhenModal = 'worksWhenModal';
133 function NSPanel.worksWhenModal: LongBool;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/carbon/pascocoa/appkit/
H A DNSPanel.inc79 function worksWhenModal: LongBool;
93 StrNSPanel_worksWhenModal = 'worksWhenModal';
133 function NSPanel.worksWhenModal: LongBool;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/pascocoa/appkit/
H A DNSPanel.inc79 function worksWhenModal: LongBool;
93 StrNSPanel_worksWhenModal = 'worksWhenModal';
133 function NSPanel.worksWhenModal: LongBool;
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqnswindow.mm162 - (BOOL)worksWhenModal
204 // When creating an NSWindow the worksWhenModal function is queried,
210 // which meant that windows that dynamically change their worksWhenModal
225 - (void)setWorksWhenModal:(BOOL)worksWhenModal
227 [super setWorksWhenModal:worksWhenModal];
232 auto *function = worksWhenModal ? CGSSetWindowTags : CGSClearWindowTags;
235 … qWarning() << "Missing APIs for window tag handling, can not update worksWhenModal state";
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqnswindow.mm162 - (BOOL)worksWhenModal
204 // When creating an NSWindow the worksWhenModal function is queried,
210 // which meant that windows that dynamically change their worksWhenModal
225 - (void)setWorksWhenModal:(BOOL)worksWhenModal
227 [super setWorksWhenModal:worksWhenModal];
232 auto *function = worksWhenModal ? CGSSetWindowTags : CGSClearWindowTags;
235 … qWarning() << "Missing APIs for window tag handling, can not update worksWhenModal state";
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqnswindow.mm162 - (BOOL)worksWhenModal
204 // When creating an NSWindow the worksWhenModal function is queried,
210 // which meant that windows that dynamically change their worksWhenModal
225 - (void)setWorksWhenModal:(BOOL)worksWhenModal
227 [super setWorksWhenModal:worksWhenModal];
232 auto *function = worksWhenModal ? CGSSetWindowTags : CGSClearWindowTags;
235 … qWarning() << "Missing APIs for window tag handling, can not update worksWhenModal state";
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqnswindow.mm162 - (BOOL)worksWhenModal
204 // When creating an NSWindow the worksWhenModal function is queried,
210 // which meant that windows that dynamically change their worksWhenModal
225 - (void)setWorksWhenModal:(BOOL)worksWhenModal
227 [super setWorksWhenModal:worksWhenModal];
232 auto *function = worksWhenModal ? CGSSetWindowTags : CGSClearWindowTags;
235 … qWarning() << "Missing APIs for window tag handling, can not update worksWhenModal state";
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqnswindow.mm162 - (BOOL)worksWhenModal
204 // When creating an NSWindow the worksWhenModal function is queried,
210 // which meant that windows that dynamically change their worksWhenModal
225 - (void)setWorksWhenModal:(BOOL)worksWhenModal
227 [super setWorksWhenModal:worksWhenModal];
232 auto *function = worksWhenModal ? CGSSetWindowTags : CGSClearWindowTags;
235 … qWarning() << "Missing APIs for window tag handling, can not update worksWhenModal state";
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqnswindow.mm162 - (BOOL)worksWhenModal
204 // When creating an NSWindow the worksWhenModal function is queried,
210 // which meant that windows that dynamically change their worksWhenModal
225 - (void)setWorksWhenModal:(BOOL)worksWhenModal
227 [super setWorksWhenModal:worksWhenModal];
232 auto *function = worksWhenModal ? CGSSetWindowTags : CGSClearWindowTags;
235 … qWarning() << "Missing APIs for window tag handling, can not update worksWhenModal state";
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqnswindow.mm162 - (BOOL)worksWhenModal
204 // When creating an NSWindow the worksWhenModal function is queried,
210 // which meant that windows that dynamically change their worksWhenModal
225 - (void)setWorksWhenModal:(BOOL)worksWhenModal
227 [super setWorksWhenModal:worksWhenModal];
232 auto *function = worksWhenModal ? CGSSetWindowTags : CGSClearWindowTags;
235 … qWarning() << "Missing APIs for window tag handling, can not update worksWhenModal state";
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqnswindow.mm162 - (BOOL)worksWhenModal
204 // When creating an NSWindow the worksWhenModal function is queried,
210 // which meant that windows that dynamically change their worksWhenModal
225 - (void)setWorksWhenModal:(BOOL)worksWhenModal
227 [super setWorksWhenModal:worksWhenModal];
232 auto *function = worksWhenModal ? CGSSetWindowTags : CGSClearWindowTags;
235 … qWarning() << "Missing APIs for window tag handling, can not update worksWhenModal state";
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqnswindow.mm162 - (BOOL)worksWhenModal
204 // When creating an NSWindow the worksWhenModal function is queried,
210 // which meant that windows that dynamically change their worksWhenModal
225 - (void)setWorksWhenModal:(BOOL)worksWhenModal
227 [super setWorksWhenModal:worksWhenModal];
232 auto *function = worksWhenModal ? CGSSetWindowTags : CGSClearWindowTags;
235 … qWarning() << "Missing APIs for window tag handling, can not update worksWhenModal state";
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqnswindow.mm162 - (BOOL)worksWhenModal
204 // When creating an NSWindow the worksWhenModal function is queried,
210 // which meant that windows that dynamically change their worksWhenModal
225 - (void)setWorksWhenModal:(BOOL)worksWhenModal
227 [super setWorksWhenModal:worksWhenModal];
232 auto *function = worksWhenModal ? CGSSetWindowTags : CGSClearWindowTags;
235 … qWarning() << "Missing APIs for window tag handling, can not update worksWhenModal state";
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqnswindow.mm162 - (BOOL)worksWhenModal
204 // When creating an NSWindow the worksWhenModal function is queried,
210 // which meant that windows that dynamically change their worksWhenModal
225 - (void)setWorksWhenModal:(BOOL)worksWhenModal
227 [super setWorksWhenModal:worksWhenModal];
232 auto *function = worksWhenModal ? CGSSetWindowTags : CGSClearWindowTags;
235 … qWarning() << "Missing APIs for window tag handling, can not update worksWhenModal state";
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqnswindow.mm162 - (BOOL)worksWhenModal
204 // When creating an NSWindow the worksWhenModal function is queried,
210 // which meant that windows that dynamically change their worksWhenModal
225 - (void)setWorksWhenModal:(BOOL)worksWhenModal
227 [super setWorksWhenModal:worksWhenModal];
232 auto *function = worksWhenModal ? CGSSetWindowTags : CGSClearWindowTags;
235 … qWarning() << "Missing APIs for window tag handling, can not update worksWhenModal state";
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqnswindow.mm162 - (BOOL)worksWhenModal
204 // When creating an NSWindow the worksWhenModal function is queried,
210 // which meant that windows that dynamically change their worksWhenModal
225 - (void)setWorksWhenModal:(BOOL)worksWhenModal
227 [super setWorksWhenModal:worksWhenModal];
232 auto *function = worksWhenModal ? CGSSetWindowTags : CGSClearWindowTags;
235 … qWarning() << "Missing APIs for window tag handling, can not update worksWhenModal state";
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqnswindow.mm162 - (BOOL)worksWhenModal
204 // When creating an NSWindow the worksWhenModal function is queried,
210 // which meant that windows that dynamically change their worksWhenModal
225 - (void)setWorksWhenModal:(BOOL)worksWhenModal
227 [super setWorksWhenModal:worksWhenModal];
232 auto *function = worksWhenModal ? CGSSetWindowTags : CGSClearWindowTags;
235 … qWarning() << "Missing APIs for window tag handling, can not update worksWhenModal state";
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqnswindow.mm162 - (BOOL)worksWhenModal
204 // When creating an NSWindow the worksWhenModal function is queried,
210 // which meant that windows that dynamically change their worksWhenModal
225 - (void)setWorksWhenModal:(BOOL)worksWhenModal
227 [super setWorksWhenModal:worksWhenModal];
232 auto *function = worksWhenModal ? CGSSetWindowTags : CGSClearWindowTags;
235 … qWarning() << "Missing APIs for window tag handling, can not update worksWhenModal state";
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqnswindow.mm162 - (BOOL)worksWhenModal
204 // When creating an NSWindow the worksWhenModal function is queried,
210 // which meant that windows that dynamically change their worksWhenModal
225 - (void)setWorksWhenModal:(BOOL)worksWhenModal
227 [super setWorksWhenModal:worksWhenModal];
232 auto *function = worksWhenModal ? CGSSetWindowTags : CGSClearWindowTags;
235 … qWarning() << "Missing APIs for window tag handling, can not update worksWhenModal state";
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqnswindow.mm162 - (BOOL)worksWhenModal
204 // When creating an NSWindow the worksWhenModal function is queried,
210 // which meant that windows that dynamically change their worksWhenModal
225 - (void)setWorksWhenModal:(BOOL)worksWhenModal
227 [super setWorksWhenModal:worksWhenModal];
232 auto *function = worksWhenModal ? CGSSetWindowTags : CGSClearWindowTags;
235 … qWarning() << "Missing APIs for window tag handling, can not update worksWhenModal state";
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqnswindow.mm162 - (BOOL)worksWhenModal
204 // When creating an NSWindow the worksWhenModal function is queried,
210 // which meant that windows that dynamically change their worksWhenModal
225 - (void)setWorksWhenModal:(BOOL)worksWhenModal
227 [super setWorksWhenModal:worksWhenModal];
232 auto *function = worksWhenModal ? CGSSetWindowTags : CGSClearWindowTags;
235 … qWarning() << "Missing APIs for window tag handling, can not update worksWhenModal state";
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqnswindow.mm162 - (BOOL)worksWhenModal
204 // When creating an NSWindow the worksWhenModal function is queried,
210 // which meant that windows that dynamically change their worksWhenModal
225 - (void)setWorksWhenModal:(BOOL)worksWhenModal
227 [super setWorksWhenModal:worksWhenModal];
232 auto *function = worksWhenModal ? CGSSetWindowTags : CGSClearWindowTags;
235 … qWarning() << "Missing APIs for window tag handling, can not update worksWhenModal state";

1234567