|
|
|
@ -18,7 +18,7 @@ public interface TDEApplicationSignals {
|
|
|
|
|
should connect to this to program special behavior.
|
|
|
|
|
@short Emitted when TDEApplication has changed its palette due to a KControl request.
|
|
|
|
|
*/
|
|
|
|
|
void kdisplayPaletteChanged();
|
|
|
|
|
void tdedisplayPaletteChanged();
|
|
|
|
|
/**
|
|
|
|
|
Emitted when TDEApplication has changed its GUI style in response to a KControl request.
|
|
|
|
|
Normally, widgets will update their styles automatically (as they would
|
|
|
|
@ -26,7 +26,7 @@ public interface TDEApplicationSignals {
|
|
|
|
|
this to program special behavior.
|
|
|
|
|
@short Emitted when TDEApplication has changed its GUI style in response to a KControl request.
|
|
|
|
|
*/
|
|
|
|
|
void kdisplayStyleChanged();
|
|
|
|
|
void tdedisplayStyleChanged();
|
|
|
|
|
/**
|
|
|
|
|
Emitted when TDEApplication has changed its font in response to a KControl request.
|
|
|
|
|
Normally widgets will update their fonts automatically, but you should
|
|
|
|
@ -37,12 +37,12 @@ public interface TDEApplicationSignals {
|
|
|
|
|
to get informed about font updates.
|
|
|
|
|
@short Emitted when TDEApplication has changed its font in response to a KControl request.
|
|
|
|
|
*/
|
|
|
|
|
void kdisplayFontChanged();
|
|
|
|
|
void tdedisplayFontChanged();
|
|
|
|
|
/**
|
|
|
|
|
Emitted when TDEApplication has changed either its GUI style, its font or its palette
|
|
|
|
|
in response to a kdisplay request. Normally, widgets will update their styles
|
|
|
|
|
in response to a tdedisplay request. Normally, widgets will update their styles
|
|
|
|
|
automatically, but you should connect to this to program special
|
|
|
|
|
behavior. @short Emitted when TDEApplication has changed either its GUI style, its font or its palette in response to a kdisplay request.
|
|
|
|
|
behavior. @short Emitted when TDEApplication has changed either its GUI style, its font or its palette in response to a tdedisplay request.
|
|
|
|
|
*/
|
|
|
|
|
void appearanceChanged();
|
|
|
|
|
/**
|
|
|
|
|