mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 14:42:29 +01:00
Update for 0.52.0. This is a test version, which brings the Appearance
section to WPrefs for testing purposes.
This commit is contained in:
@@ -28,8 +28,7 @@
|
||||
typedef struct _TexturePanel TexturePanel;
|
||||
|
||||
|
||||
|
||||
TexturePanel *CreateTexturePanel(WMScreen *scr);
|
||||
TexturePanel *CreateTexturePanel(WMWindow *keyWindow);
|
||||
|
||||
void DestroyTexturePanel(TexturePanel *panel);
|
||||
|
||||
@@ -37,19 +36,24 @@ void ShowTexturePanel(TexturePanel *panel);
|
||||
|
||||
void HideTexturePanel(TexturePanel *panel);
|
||||
|
||||
void SetTexturePanelTexture(TexturePanel *panel, char *texture);
|
||||
void SetTexturePanelTexture(TexturePanel *panel, char *name,
|
||||
proplist_t texture);
|
||||
|
||||
char *GetTexturePanelTextureString(TexturePanel *panel);
|
||||
|
||||
char *GetTexturePanelTextureName(TexturePanel *panel);
|
||||
|
||||
proplist_t GetTexturePanelTexture(TexturePanel *panel);
|
||||
|
||||
RImage *RenderTexturePanelTexture(TexturePanel *panel, unsigned width,
|
||||
unsigned height);
|
||||
|
||||
void SetTexturePanelOkAction(TexturePanel *panel, WMAction *action,
|
||||
void SetTexturePanelOkAction(TexturePanel *panel, WMCallback *action,
|
||||
void *clientData);
|
||||
|
||||
void SetTexturePanelCancelAction(TexturePanel *panel, WMAction *action,
|
||||
void SetTexturePanelCancelAction(TexturePanel *panel, WMCallback *action,
|
||||
void *clientData);
|
||||
|
||||
void SetTexturePanelPixmapPath(TexturePanel *panel, proplist_t array);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user